https://mooseframework.inl.gov
Loading...
Searching...
No Matches
TestConservedVarFluidProperties.C
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
11
13
20
25
28{
29 return 1 / v;
30}
31
34{
35 return 1;
36}
DualNumber< Real, DNDerivativeType, true > ADReal
const double v
registerMooseObject("NavierStokesTestApp", TestConservedVarFluidProperties)
Ideal gas fluid properties Default parameters are for air at atmospheric pressure and temperature.
static InputParameters validParams()
ADReal T_from_v_e(const ADReal &, const ADReal &) const override
TestConservedVarFluidProperties(const InputParameters &parameters)
ADReal p_from_v_e(const ADReal &v, const ADReal &) const override