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

Replaced the material parameters of ThermoHydroMechanics with MPL #2614

Merged
merged 5 commits into from
Aug 17, 2019

Conversation

wenqing
Copy link
Member

@wenqing wenqing commented Aug 16, 2019

as titled.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added? With the existing THM bechmarks.
  3. Any new feature or behavior change was documented? Not needed.

Copy link
Member

@endJunction endJunction left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.


//
// temperature equation, pressure part
//
KTp.noalias() += K_over_mu * rho_f * C_f * N_T.transpose() *
(dNdx_T * T).transpose() * dNdx_T * w;
KTp.noalias() += fluid_density * c_f * N_T.transpose() *
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just out of curiosity: Why did you reorder the calculation?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because K_over_mu is changed to matrix now.

Copy link
Member

@TomFischer TomFischer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Did you use a script for the project file changes?

auto const& b = _process_data.specific_body_force;
auto const& identity2 = MathLib::KelvinVector::Invariants<
MathLib::KelvinVector::KelvinVectorDimensions<
DisplacementDim>::value>::identity2;

//TODO: Change dT to time step wise increment
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
//TODO: Change dT to time step wise increment
// TODO (wenqing): Change dT to time step wise increment

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added.

@wenqing
Copy link
Member Author

wenqing commented Aug 16, 2019

@TomFischer I did the changes manually.

@ogsbot
Copy link
Member

ogsbot commented Jun 19, 2020

OpenGeoSys development has been moved to GitLab.

See this pull request on GitLab.

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

Successfully merging this pull request may close these issues.

4 participants