Skip to content
Snippets Groups Projects
Commit 05482758 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Merge branch 'THM_bugfix_Tdot' into 'master'

THM: bugfix T_dot term: 1->alpha_B

See merge request ogs/ogs!3215
parents 196d438d f95e0035
No related branches found
No related tags found
No related merge requests found
...@@ -355,7 +355,7 @@ void ThermoHydroMechanicsLocalAssembler<ShapeFunctionDisplacement, ...@@ -355,7 +355,7 @@ void ThermoHydroMechanicsLocalAssembler<ShapeFunctionDisplacement,
// //
auto const beta = auto const beta =
porosity * fluid_volumetric_thermal_expansion_coefficient + porosity * fluid_volumetric_thermal_expansion_coefficient +
(1 - porosity) * solid_linear_thermal_expansion_coefficient.trace(); (alpha - porosity) * solid_linear_thermal_expansion_coefficient.trace();
storage_T.noalias() += N_T.transpose() * beta * N_T * w; storage_T.noalias() += N_T.transpose() * beta * N_T * w;
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment