#include <NSEntropyError.h>
Definition at line 22 of file NSEntropyError.h.
◆ NSEntropyError()
NSEntropyError::NSEntropyError |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 34 of file NSEntropyError.C.
35 : ElementIntegralPostprocessor(parameters),
40 _fp(getUserObject<IdealGasFluidProperties>(
"fluid_properties"))
const std::string density
const VariableValue & _pressure
const VariableValue & _rho
const IdealGasFluidProperties & _fp
const std::string pressure
◆ computeQpIntegral()
Real NSEntropyError::computeQpIntegral |
( |
| ) |
|
|
protectedvirtual |
Definition at line 51 of file NSEntropyError.C.
54 return integrand * integrand;
virtual Real gamma() const
const VariableValue & _pressure
const VariableValue & _rho
ExpressionBuilder::EBTerm pow(const ExpressionBuilder::EBTerm &left, T exponent)
const IdealGasFluidProperties & _fp
◆ getValue()
Real NSEntropyError::getValue |
( |
| ) |
|
|
virtual |
Definition at line 45 of file NSEntropyError.C.
47 return std::sqrt(ElementIntegralPostprocessor::getValue());
◆ _fp
◆ _p_infty
Real NSEntropyError::_p_infty |
|
protected |
◆ _pressure
const VariableValue& NSEntropyError::_pressure |
|
protected |
◆ _rho
const VariableValue& NSEntropyError::_rho |
|
protected |
◆ _rho_infty
Real NSEntropyError::_rho_infty |
|
protected |
The documentation for this class was generated from the following files: