PorousFlowFluidPropertyIC

An initial condition to calculate one fluid property (such as enthalpy) from pressure and temperature

This initial condition provides a straightforward way to specify an initial value for a fluid property using pressure and temperature as the inputs.

A valid Fluid Properties UserObject is required.

note

The FluidProperties UserObject expects temperature in Kelvin. If the simulation uses temperature in Celsius, temperature_units = celsius must be used.

Input Parameters

  • fpThe name of the user object for the fluid

    C++ Type:UserObjectName

    Options:

    Description:The name of the user object for the fluid

  • porepressureFluid porepressure

    C++ Type:std::vector

    Options:

    Description:Fluid porepressure

  • propertyThe fluid property that this initial condition is to calculate

    C++ Type:MooseEnum

    Options:enthalpy internal_energy density

    Description:The fluid property that this initial condition is to calculate

  • temperatureFluid temperature

    C++ Type:std::vector

    Options:

    Description:Fluid temperature

  • variableThe variable this initial condition is supposed to provide values for.

    C++ Type:VariableName

    Options:

    Description:The variable this initial condition is supposed to provide values for.

Required Parameters

  • blockThe list of block ids (SubdomainID) that this object will be applied

    C++ Type:std::vector

    Options:

    Description:The list of block ids (SubdomainID) that this object will be applied

  • boundaryThe list of boundary IDs from the mesh where this boundary condition applies

    C++ Type:std::vector

    Options:

    Description:The list of boundary IDs from the mesh where this boundary condition applies

  • temperature_unitKelvinThe unit of the temperature variable

    Default:Kelvin

    C++ Type:MooseEnum

    Options:Kelvin Celsius

    Description:The unit of the temperature variable

Optional Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector

    Options:

    Description:Adds user-defined labels for accessing object parameters via control logic.

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Options:

    Description:Set the enabled status of the MooseObject.

  • ignore_uo_dependencyFalseWhen set to true, a UserObject retrieved by this IC will not be executed before the this IC

    Default:False

    C++ Type:bool

    Options:

    Description:When set to true, a UserObject retrieved by this IC will not be executed before the this IC

Advanced Parameters

Input Files