Definition at line 20 of file INSFVVariableTest.C.
◆ INSFVVariableTest()
| INSFVVariableTest::INSFVVariableTest |
( |
| ) |
|
|
inline |
Definition at line 23 of file INSFVVariableTest.C.
std::shared_ptr< MooseApp > _app
std::unique_ptr< MooseApp > createMooseApp(const std::string &default_app_type, int argc, char *argv[])
◆ addINSFVVar()
Definition at line 49 of file INSFVVariableTest.C.
InputParameters getValidParams(const std::string &name) const
std::shared_ptr< FEProblem > _fe_problem
◆ buildObjects()
| void INSFVVariableTest::buildObjects |
( |
| ) |
|
|
inlineprotected |
Definition at line 30 of file INSFVVariableTest.C.
Referenced by INSFVVariableTest().
34 mesh_params.
set<
unsigned int>(
"nx") = 2;
35 mesh_params.
set<
unsigned int>(
"ny") = 2;
37 _mesh->setMeshBase(
_mesh->buildMeshBaseObject());
static const std::string name_param
std::unique_ptr< MooseMesh > _mesh
std::shared_ptr< MooseObject > create(const std::string &obj_name, const std::string &name, const InputParameters ¶meters, THREAD_ID tid=0, bool print_deprecated=true)
InputParameters getValidParams(const std::string &name) const
std::shared_ptr< FEProblem > _fe_problem
std::shared_ptr< MooseApp > _app
std::unique_ptr< MooseObject > createUnique(const std::string &obj_name, const std::string &name, const InputParameters ¶meters, THREAD_ID tid=0, bool print_deprecated=true)
◆ _app
| std::shared_ptr<MooseApp> INSFVVariableTest::_app |
|
protected |
◆ _factory
| Factory& INSFVVariableTest::_factory |
|
protected |
◆ _fe_problem
| std::shared_ptr<FEProblem> INSFVVariableTest::_fe_problem |
|
protected |
◆ _mesh
| std::unique_ptr<MooseMesh> INSFVVariableTest::_mesh |
|
protected |
The documentation for this class was generated from the following file: