Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

porosity calculation is way off for LNE; also inaccurate for MCC #167

Open
jacklinzoho opened this issue Sep 20, 2018 · 0 comments
Open

Comments

@jacklinzoho
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant