Commit Graph

21308 Commits

Author SHA1 Message Date
Arne Morten Kvarving
3f94ace151 move allocation of MICP data into MICPContainer 2025-02-07 13:46:58 +01:00
Arne Morten Kvarving
012141b281 add MICPContainer, a container for MICP data output
start by moving data members into it
2025-02-07 13:46:56 +01:00
Bård Skaflestad
71a70c57eb
Merge pull request #5965 from akva2/fix_output_move
Fixed: Data output should use move semantics
2025-02-07 13:45:43 +01:00
Arne Morten Kvarving
d6ba124e41 MechContainer: data should be moved into solution container 2025-02-07 12:25:19 +01:00
Arne Morten Kvarving
3b95a1ecca FIPContainer: data should be moved into container 2025-02-07 12:25:19 +01:00
Arne Morten Kvarving
57099a433c fixed: output is supposed to use move semantics 2025-02-07 12:25:19 +01:00
Arne Morten Kvarving
c24e28a91d test_is_gpu_pointer: add missing linking against cudart 2025-02-07 09:55:32 +01:00
Arne Morten Kvarving
8e9703b0da fixed: extract MainDispatchDynamic to a object library
fixes building with shared libraries.
linking a shared library with missing symbols is a problem, while linking
a binary against a static library will prune non-referenced symbols and
it is thus fine.
2025-02-07 09:55:32 +01:00
Bård Skaflestad
a88901c97c
Merge pull request #5960 from akva2/add_mech_container
Add MechContainer
2025-02-07 08:59:59 +01:00
Arne Morten Kvarving
cda742b0ff MechContainer: make data private 2025-02-07 08:21:19 +01:00
Arne Morten Kvarving
be0fbac68b store fracStress as a VoigtArray in MechContainer 2025-02-07 08:21:19 +01:00
Arne Morten Kvarving
7136f97d6e move assignment of fracStress into MechContainer 2025-02-07 08:21:19 +01:00
Arne Morten Kvarving
d1b9cab189 store linStress as a VoigtArray in MechContainer 2025-02-07 08:21:19 +01:00
Arne Morten Kvarving
6809268d12 move assignment of linStress into MechContainer 2025-02-07 08:21:19 +01:00
Arne Morten Kvarving
779a225c9d store delStress as a VoigtArray in MechContainer 2025-02-07 08:21:19 +01:00
Arne Morten Kvarving
9e8ab101ed move assignment of delStress into MechContainer 2025-02-07 08:21:19 +01:00
Arne Morten Kvarving
dd36273cb6 store strain as a VoigtArray in MechContainer 2025-02-07 08:21:19 +01:00
Arne Morten Kvarving
83f99a5fe4 move assignment of strain into MechContainer 2025-02-07 08:21:19 +01:00
Arne Morten Kvarving
b41e92e67f MechContainer::outputData: add support for registering vectors and tensors
avoid repeated code, indexing errors, ..

use this to register for displacement and stress
2025-02-07 08:21:19 +01:00
Arne Morten Kvarving
76e343d54d store stress as a VoigtArray in MechContainer 2025-02-07 08:21:19 +01:00
Arne Morten Kvarving
21b41cf5c3 move assignment of stress into MechContainer 2025-02-07 08:21:19 +01:00
Arne Morten Kvarving
1acedbd3d7 MechContainer: store displacement as an array instead of 3 vectors 2025-02-07 08:21:19 +01:00
Arne Morten Kvarving
564c8e5005 move assignment of displacements into MechContainer 2025-02-06 15:17:01 +01:00
Arne Morten Kvarving
e6a0ff522a move assignment of potential forces into MechContainer 2025-02-06 15:17:01 +01:00
Arne Morten Kvarving
b692bbd15e move output of mech restart data to MechContainer 2025-02-06 15:16:51 +01:00
Arne Morten Kvarving
2fe36caa08 move allocation of mech data into MechContainer 2025-02-06 14:18:57 +01:00
Arne Morten Kvarving
7481f2a8e1 add MechContainer, a container for Mech data output
start by moving data members into it
2025-02-06 14:18:57 +01:00
Bård Skaflestad
87532c6169
Merge pull request #5959 from akva2/add_voigt_symmtensor
Add VoigtArray and SymmTensor classes
2025-02-06 14:12:45 +01:00
Arne Morten Kvarving
da8fde3737
Merge pull request #5958 from kjetilly/smartpointer_nvcc_12_0
Fixes for NVCC older than 12.5.1
2025-02-06 12:58:24 +01:00
Arne Morten Kvarving
41361baa44 added: SymmTensor
this is a VoigtContainer with some algebraic operations
2025-02-06 12:57:25 +01:00
Arne Morten Kvarving
5a3373f93f added: voigt array
this is a container for vector data stored using voigt notation
2025-02-06 12:57:25 +01:00
Bård Skaflestad
75cb43ec9f
Merge pull request #5801 from bska/geomech
Add Infrastructure for Geomechanical Analysis
2025-02-06 12:41:30 +01:00
Halvor M Nilsen
9e235def1c Add Way of Introducing New Well Connections at Runtime
This commit adds a new member function

    void WellInterfaceGeneric<>::addPerforation()

which is, initially, intended as a way of introducing new well
connections arising from hydraulic fracturing.  We expect more work
in this area.
2025-02-06 11:34:44 +01:00
Halvor M Nilsen
646d7c0a04 Output More Geo-Mechanical Quantities to Summary/Restart
In particular, this commit defines multiple additional 3D stress
quantities in the restart file as well as some cell level stress
vectors in the summary file.
2025-02-06 11:34:44 +01:00
Kjetil Olsen Lye
5644da85e4 Fixes for NVCC older than 12.5.1 2025-02-06 10:52:49 +01:00
Kai Bao
a799f463fb
Merge pull request #5866 from vkip/fully_supported_validation
Separate keyword validation for fully supported keywords
2025-02-06 10:06:46 +01:00
Markus Blatt
ba619095a6
Merge pull request #5957 from bska/make-more-operations-accessible
Make Simulator Operations Generally Accessible
2025-02-05 16:53:23 +01:00
Halvor M Nilsen
f2e846a14f Make Action Processing Independently Accessible
This commit splits the action processing of member function

    FlowProblemBlackoil::endTimeStep()

out into a separate member function

    void FlowProblemBlackoil::endStepApplyAction()

for use by client code.  The initial use case is to have an
action-like operation that supports adding new connections to wells
in parts of the formation undergoing hydraulic fracturing.
2025-02-05 16:11:49 +01:00
Halvor M Nilsen
a212a1b82e Make Simulator Update Operation Public
This is an independently useful operation that is applicable outside
of just the ACTIONX processing.
2025-02-05 16:11:49 +01:00
Bård Skaflestad
7952ba0d0d
Merge pull request #5953 from bska/vector-matrix-output-helpers
Add Helper Functions for Outputting Vectors/Matrices Separately
2025-02-05 15:55:04 +01:00
Halvor M Nilsen
08e39f7479 Add Helper Functions for Outputting Vectors/Matrices Separately
While here, also add wrapper functions for outputting systems of
linear equations arising in geo-mechanical applications.
2025-02-05 13:48:10 +01:00
Tobias Meyer Andersen
381182dedd
Merge pull request #5956 from kjetilly/gpu_memory_copy
Added copy functions from GPU smart pointers
2025-02-05 13:33:46 +01:00
Kai Bao
f46bcd43b4
Merge pull request #5945 from vkip/limit_haaland_f
Limit relative roughness in Haaland friction factor calculation
2025-02-05 12:45:31 +01:00
Kjetil Olsen Lye
e9cf89fd23 Added copy functions from GPU smart pointers 2025-02-05 11:29:22 +01:00
Svenn Tveit
21321231a7 Simplify macro calls 2025-02-05 09:27:02 +01:00
Svenn Tveit
20ca154278 Change to new compositional fluid system 2025-02-05 08:35:18 +01:00
Svenn Tveit
4be8a5c673 Use fluid system phase indices 2025-02-05 08:14:55 +01:00
Svenn Tveit
f59834d3e6 Accommodate for two or three phases in compositional simulations. 2025-02-05 08:14:55 +01:00
Svenn Tveit
2f0443947d Two- and three-phase compositional simulators.
Choice of simulator is based on if WATER is present in RUNSPEC.
2025-02-05 08:14:55 +01:00
Svenn Tveit
fb403d05ae Changed to three phase using new GenericOilGasWaterFluidSystem 2025-02-05 08:14:55 +01:00