- Jan 03, 2020
-
-
-
Fixing the null power probelm to ensure the bhe is shut off during the recovery.
-
Add BHEinflowPythonBoundaryCondition into following places 1) PythonBoundaryCondition 2) Pybind11_Embedded_Module 3) The CMakeList 4) Switch on the compiling flag OGS_USE_PYTHON when pipe network is present Add OGS_USE_PYTHON option in HeatTransportBHE process cmakelist
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
assembleWithJacobianPhaseFiledEquations
-
- Jan 02, 2020
-
-
Dmitri Naumov authored
Name time increment as everywhere else 'dt'.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Update local assemblers and access to the local_x values.
-
Dmitri Naumov authored
This is going to replace one part of the local_coupled_solutions object.
-
Dmitri Naumov authored
Drop coupled_xs in HT::assembleHeatTransportEq.
-
Dmitri Naumov authored
Pass through the interface to avoid the coupled_xs in the feature.
-
- Dec 10, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Dec 09, 2019
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
fixup! [PL/HT] Use Medium::isProperty and Phase::isProperty to check the existence of properties.
-
Tom Fischer authored
-
Lars Bilke authored
-
- Dec 06, 2019
-
-
Probably forgotten when splitting the preTS in init and postTS.
-
- Dec 04, 2019
-
-
Tom Fischer authored
-
Dmitri Naumov authored
Needs output file name format which does not include the time step number. Then a comparison on different test environments will be possible. Currently it fails because some platforms need say 400 time steps but other 398.
-
Dmitri Naumov authored
Original test written by Vinay Kumar.
-
- Dec 03, 2019
-
-
Tom Fischer authored
Relax the test tolerances for the parallel TracerSimulation benchmark.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Dec 02, 2019
-
-
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
For the first timestep the initialization would fail if the property is defined on nodes. It was not caught before because the LIE/HM/single_fracture_3compartments_flow_linear_aperture0.prj test didn't use the right material_id value for the fracture.
-
Dmitri Naumov authored
The Darcy velocity wasn't initialized at all and lead to spurious numbers in output when the flow in the matrix was deactivated.
-
-
-
- Nov 30, 2019
-
-
-
-
Extracting solid material internal variables to secondary variables conversion.
-
- Nov 26, 2019
-
-
Dmitri Naumov authored
Fails on gcc-7.x. Might be related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82410
-