Skip to content

Commit

Permalink
Remove deprecated parameter in ConcreteThermalMoisture ref idaholab#216
Browse files Browse the repository at this point in the history
  • Loading branch information
bwspenc committed May 11, 2021
1 parent 946efbf commit a78dca1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/materials/ConcreteThermalMoisture.C
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ ConcreteThermalMoisture::validParams()
params.addParam<Real>("aggregate_mass", 1877.0, "aggregate mass (kg) per m^3");
params.addParam<Real>("water_to_cement_ratio", 0.43, "water to cement ratio");
params.addParam<Real>("concrete_cure_time", 23.0, "concrete curing time in days");
params.addDeprecatedParam<Real>(
"aggregate_vol_fraction", 0.7, "volumetric fraction of aggregates", "Not used");

// parameters for Bazant mositure diffusivity model
params.addParam<Real>("D1", 3.0e-10, "empirical constants (m2/s)");
Expand Down

0 comments on commit a78dca1

Please sign in to comment.