Definition at line 20 of file INSFVVariableTest.C.
◆ INSFVVariableTest()
| INSFVVariableTest::INSFVVariableTest |
( |
| ) |
|
|
inline |
Definition at line 23 of file INSFVVariableTest.C.
25 {
27 }
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.
50 {
54 }
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.
31 {
34 mesh_params.
set<
unsigned int>(
"nx") = 2;
35 mesh_params.
set<
unsigned int>(
"ny") = 2;
37 _mesh->setMeshBase(
_mesh->buildMeshBaseObject());
39
46 }
virtual void createQRules(libMesh::QuadratureType type, libMesh::Order order, libMesh::Order volume_order=libMesh::INVALID_ORDER, libMesh::Order face_order=libMesh::INVALID_ORDER, SubdomainID block=Moose::ANY_BLOCK_ID, bool allow_negative_qweights=true)
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)
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)
std::unique_ptr< MooseMesh > _mesh
static const std::string name_param
Referenced by INSFVVariableTest().
◆ _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: