Definition at line 18 of file SubChannelSyntax.C.
Referenced by SubChannelApp::registerAll().
20 registerSyntax(
"SubChannelAddVariablesAction",
"SubChannel");
21 registerSyntax(
"SubChannelCreateProblemAction",
"SubChannel");
23 registerTask(
"sch:build_subchannel_mesh",
false);
27 syntax.
addDependency(
"sch:build_subchannel_mesh",
"check_copy_nodal_vars");
31 mooseError(
"Cyclic Dependency Detected during addDependency() calls");
34 registerSyntax(
"QuadSubChannelBuildMeshAction",
"QuadSubChannelMesh");
35 registerSyntax(
"AddMeshGeneratorAction",
"QuadSubChannelMesh/*");
37 registerSyntax(
"QuadInterWrapperBuildMeshAction",
"QuadInterWrapperMesh");
38 registerSyntax(
"AddMeshGeneratorAction",
"QuadInterWrapperMesh/*");
40 registerSyntax(
"TriSubChannelBuildMeshAction",
"TriSubChannelMesh");
41 registerSyntax(
"AddMeshGeneratorAction",
"TriSubChannelMesh/*");
43 registerSyntax(
"TriInterWrapperBuildMeshAction",
"TriInterWrapperMesh");
44 registerSyntax(
"AddMeshGeneratorAction",
"TriInterWrapperMesh/*");
void addDependency(const std::string &task, const std::string &pre_req)
void mooseError(Args &&... args)