18 #ifdef CARBON_DIOXIDE_FP_ENABLED 19 #include "CarbonDioxideApp.h" 21 #ifdef HELIUM_FP_ENABLED 22 #include "HeliumApp.h" 24 #ifdef NITROGEN_FP_ENABLED 25 #include "NitrogenApp.h" 27 #ifdef POTASSIUM_FP_ENABLED 28 #include "PotassiumApp.h" 30 #ifdef SODIUM_FP_ENABLED 31 #include "SodiumApp.h" 38 params.
set<
bool>(
"use_legacy_material_output") =
false;
39 params.
set<
bool>(
"use_legacy_initial_residual_evaluation_behavior") =
false;
55 const std::string doc =
"Saline thermophysical fluid properties ";
66 #ifdef CARBON_DIOXIDE_FP_ENABLED 67 registerApp(CarbonDioxideApp);
69 #ifdef HELIUM_FP_ENABLED 70 registerApp(HeliumApp);
72 #ifdef NITROGEN_FP_ENABLED 73 registerApp(NitrogenApp);
75 #ifdef POTASSIUM_FP_ENABLED 76 registerApp(PotassiumApp);
78 #ifdef SODIUM_FP_ENABLED 79 registerApp(SodiumApp);
87 AirApp::registerAll(
f, af,
syntax);
89 #ifdef CARBON_DIOXIDE_FP_ENABLED 90 CarbonDioxideApp::registerAll(
f, af,
syntax);
92 #ifdef HELIUM_FP_ENABLED 93 HeliumApp::registerAll(
f, af,
syntax);
95 #ifdef NITROGEN_FP_ENABLED 96 NitrogenApp::registerAll(
f, af,
syntax);
98 #ifdef POTASSIUM_FP_ENABLED 99 PotassiumApp::registerAll(
f, af,
syntax);
101 #ifdef SODIUM_FP_ENABLED 102 SodiumApp::registerAll(
f, af,
syntax);
109 "AddFluidPropertiesDeprecatedAction",
"Modules/FluidProperties/*",
"add_fluid_properties");
110 registerSyntaxTask(
"AddFluidPropertiesAction",
"FluidProperties/*",
"add_fluid_properties");
111 registerMooseObjectTask(
"add_fluid_properties",
FluidProperties,
false);
112 registerMooseObjectTask(
"add_fp_output",
Output,
false);
123 "FluidPropertiesInterrogator");
static void registerApps()
registerKnownLabel("FluidPropertiesApp")
void addDependency(const std::string &task, const std::string &pre_req)
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
FluidPropertiesApp(const InputParameters ¶meters)
void FluidPropertiesApp__registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void addCapability(const std::string &capability, CapabilityUtils::Type value, const std::string &doc)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static InputParameters validParams()