Skip to content

Commit

Permalink
WIP - param.setDocUnit(...) for units for relevant params ref idahola…
Browse files Browse the repository at this point in the history
  • Loading branch information
William Adelman committed Jul 3, 2024
1 parent 9a630e7 commit 6ede39d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/materials/ConcreteThermalMoisture.C
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ ConcreteThermalMoisture::validParams()
params.addParam<Real>("concrete_cure_time", "concrete curing time in days");
params.addParam<Real>("ref_density", "refernece density of porous media");
params.setDocUnit("ref_density", "kg/m^3");
// WGA - Joules / Kilograms / ??? - what is 0C?
params.addParam<Real>("ref_specific_heat", "reference specific heat of concrete");
params.setDocUnit("ref_specific_heat", "J/kg/0C");
// WGA - Watts / Meters / ??? - what is C?
Expand Down

0 comments on commit 6ede39d

Please sign in to comment.