Tests FlowModelGasMixUtils. More...
#include <FlowModelGasMixUtilsTest.h>
Public Member Functions | |
FlowModelGasMixUtilsTest () | |
Protected Member Functions | |
void | addFluidProperties () |
Adds fluid properties objects needed for testing. More... | |
void | buildObjects () |
T & | addObject (const std::string &type, const std::string &name, InputParameters ¶ms) |
Protected Attributes | |
const IdealGasMixtureFluidProperties * | _fp_mix |
Fluid properties user object. More... | |
std::unique_ptr< MooseMesh > | _mesh |
std::shared_ptr< MooseApp > | _app |
Factory & | _factory |
std::shared_ptr< FEProblem > | _fe_problem |
Tests FlowModelGasMixUtils.
Definition at line 19 of file FlowModelGasMixUtilsTest.h.
FlowModelGasMixUtilsTest::FlowModelGasMixUtilsTest | ( | ) |
Definition at line 19 of file FlowModelGasMixUtilsTest.C.
|
protected |
Adds fluid properties objects needed for testing.
Definition at line 25 of file FlowModelGasMixUtilsTest.C.
Referenced by FlowModelGasMixUtilsTest().
|
protected |
Fluid properties user object.
Definition at line 31 of file FlowModelGasMixUtilsTest.h.
Referenced by addFluidProperties().