You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Lewis is calculated using _total_porosity (search for "// Update Lewis number" in redbackMaterial.C), but this varies a huge amount from the volumetric strain. Especially bad for LNE where _total_porosity is actually increasing under compression.
I'm not sure if it's overwritten elsewhere, but it might also affect compressibility and thermal_pressurization (also in redbackMaterial.C).
Probably easiest way to fix it at least for triaxial is just set _total_porosity = _p0_param - volumetric_strain? Not sure how that affects other things though.
The text was updated successfully, but these errors were encountered:
I'm running triaxial compression for Oka CD5.
Currently Lewis is calculated using _total_porosity (search for "// Update Lewis number" in redbackMaterial.C), but this varies a huge amount from the volumetric strain. Especially bad for LNE where _total_porosity is actually increasing under compression.
I'm not sure if it's overwritten elsewhere, but it might also affect compressibility and thermal_pressurization (also in redbackMaterial.C).
Probably easiest way to fix it at least for triaxial is just set _total_porosity = _p0_param - volumetric_strain? Not sure how that affects other things though.
The text was updated successfully, but these errors were encountered: