19 #ifdef CARBON_DIOXIDE_FP_ENABLED 20 #include "CarbonDioxideApp.h" 22 #ifdef HELIUM_FP_ENABLED 23 #include "HeliumApp.h" 25 #ifdef NITROGEN_FP_ENABLED 26 #include "NitrogenApp.h" 28 #ifdef POTASSIUM_FP_ENABLED 29 #include "PotassiumApp.h" 31 #ifdef SODIUM_FP_ENABLED 32 #include "SodiumApp.h" 39 params.
set<
bool>(
"use_legacy_material_output") =
false;
40 params.
set<
bool>(
"use_legacy_initial_residual_evaluation_behavior") =
false;
56 const std::string doc =
"Saline thermophysical fluid properties ";
68 #ifdef CARBON_DIOXIDE_FP_ENABLED 69 registerApp(CarbonDioxideApp);
71 #ifdef HELIUM_FP_ENABLED 72 registerApp(HeliumApp);
74 #ifdef NITROGEN_FP_ENABLED 75 registerApp(NitrogenApp);
77 #ifdef POTASSIUM_FP_ENABLED 78 registerApp(PotassiumApp);
80 #ifdef SODIUM_FP_ENABLED 81 registerApp(SodiumApp);
89 AirApp::registerAll(
f, af,
syntax);
91 #ifdef CARBON_DIOXIDE_FP_ENABLED 92 CarbonDioxideApp::registerAll(
f, af,
syntax);
94 #ifdef HELIUM_FP_ENABLED 95 HeliumApp::registerAll(
f, af,
syntax);
97 #ifdef NITROGEN_FP_ENABLED 98 NitrogenApp::registerAll(
f, af,
syntax);
100 #ifdef POTASSIUM_FP_ENABLED 101 PotassiumApp::registerAll(
f, af,
syntax);
103 #ifdef SODIUM_FP_ENABLED 104 SodiumApp::registerAll(
f, af,
syntax);
113 "AddFluidPropertiesDeprecatedAction",
"Modules/FluidProperties/*",
"add_fluid_properties");
114 registerSyntaxTask(
"AddFluidPropertiesAction",
"FluidProperties/*",
"add_fluid_properties");
115 registerMooseObjectTask(
"add_fluid_properties",
FluidProperties,
false);
116 registerMooseObjectTask(
"add_fp_output",
Output,
false);
127 "FluidPropertiesInterrogator");
static void registerApps()
registerKnownLabel("FluidPropertiesApp")
void addDependency(const std::string &task, const std::string &pre_req)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
virtual ~FluidPropertiesApp()
void registerActionSyntax(const std::string &action, const std::string &syntax, const std::string &task="", const std::string &file="", int line=-1)
static void registerObjectsTo(Factory &f, const std::set< std::string > &labels)
static InputParameters validParams()
static void registerActionsTo(ActionFactory &f, const std::set< std::string > &labels)
void FluidPropertiesApp__registerApps()
Real f(Real x)
Test function for Brents method.
ActionFactory _action_factory
static void registerApps()
FluidPropertiesApp(const InputParameters ¶meters)
static Moose::Capability & addBoolCapability(const std::string_view capability, const bool value, const std::string_view doc)
void FluidPropertiesApp__registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static InputParameters validParams()