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

Renaming PorousMediaBase to ConcreteThermalMoisture and correcting its functions #208

Merged
merged 3 commits into from
Apr 23, 2021

Conversation

jain651
Copy link
Contributor

@jain651 jain651 commented Apr 22, 2021

closes #205

@moosebuild
Copy link

moosebuild commented Apr 22, 2021

Job Test on 3d90cb5 wanted to post the following:

View the site here

This comment will be updated on new commits.

@moosebuild
Copy link

Job Precheck on 96e40fe wanted to post the following:

Your code requires style changes.

A patch was auto generated and copied here
You can directly apply the patch by running, in the top level of your repository:

curl -s https://mooseframework.inl.gov/blackbear/docs/PRs/208/style.patch | git apply -v

Alternatively, with your repository up to date and in the top level of your repository:

git clang-format d63a52aef30ba48010184c1b127fb524eaa40d2d

Change removal date to a date in the future and adjust the warning
message to call MooseWarning()
@@ -0,0 +1,18 @@
<!-- MOOSE Documentation Stub: Remove this when content is added. -->
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ordinarily, I wouldn't want to merge new code in with a stub like this, but since you have the other PR up that adds this documentation, it's OK. You'll need to revise the other PR to modify this file rather than the old one.

if (T < 20.0)
_thermal_conductivity[qp] = _input_thermal_conductivity_of_concrete;
else if (T >= 20.0 && T < 293.0)
if (T < 293.0)
Copy link
Collaborator

Choose a reason for hiding this comment

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

This sounds suspiciously like 20 C in Kelvin. Can you please verify that T in the formula is supposed to be in Celsius rather than Kelvin?

@bwspenc
Copy link
Collaborator

bwspenc commented Apr 23, 2021

Let's still investigate that issue that I pointed out, but that is tangential to the current set of changes. I'm going ahead and merging.

@bwspenc bwspenc merged commit 0c19818 into idaholab:devel Apr 23, 2021
@jain651 jain651 deleted the fixing_PorousMediaBase_v2 branch May 5, 2021 15:30
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.

3 participants