19 "Computes a hydrostatic stress corresponding to the pressure of a van der Waals gas that is "
20 "added as an extra_stress to the stress computed by the constitutive model");
22 "b",
"Hard-sphere exclusion volume of van der Waals gas atoms in nm^3");
23 params.
addRequiredParam<MaterialPropertyName>(
"Va",
"Atomic volume of lattice atoms in nm^3");
26 params.
addParam<Real>(
"nondim_factor",
28 "Optional factor to non-dimensionalize pressure (pressure is calculated in "
29 "Pa, set this factor to characteristic energy density used for "
30 "non-dimensionalization if desired)");
36 _b(getMaterialProperty<Real>(
"b")),
37 _Va(getMaterialProperty<Real>(
"Va")),
38 _T(getMaterialProperty<Real>(
"T")),
39 _cg(coupledValue(
"cg")),
40 _nondim_factor(getParam<Real>(
"nondim_factor")),