AddFluidPropertiesInterrogatorAction

Action that sets up the fluid properties interrogator

This action performs a number of tasks needed to use FluidPropertiesInterrogator in a minimal setting; it creates a dummy mesh, executioner, and problem, and it creates a console output for the printing performed by the interrogator.

Input Parameters

  • fpThe name of the fluid properties object to query.

    C++ Type:UserObjectName

    Controllable:No

    Description:The name of the fluid properties object to query.

Required Parameters

  • TTemperature

    C++ Type:double

    Controllable:No

    Description:Temperature

  • active__all__ If specified only the blocks named will be visited and made active

    Default:__all__

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:If specified only the blocks named will be visited and made active

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

    C++ Type:std::vector<std::string>

    Controllable:No

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

  • eSpecific internal energy

    C++ Type:double

    Controllable:No

    Description:Specific internal energy

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:If specified blocks matching these identifiers will be skipped.

  • jsonFalseOutput in JSON format

    Default:False

    C++ Type:bool

    Controllable:No

    Description:Output in JSON format

  • pPressure

    C++ Type:double

    Controllable:No

    Description:Pressure

  • precision10Precision for printing values

    Default:10

    C++ Type:unsigned int

    Controllable:No

    Description:Precision for printing values

  • rhoDensity

    C++ Type:double

    Controllable:No

    Description:Density

  • rhoETotal energy density: rho * E

    C++ Type:double

    Controllable:No

    Description:Total energy density: rho * E

  • rhouMomentum density; rho * u

    C++ Type:double

    Controllable:No

    Description:Momentum density; rho * u

  • velVelocity

    C++ Type:double

    Controllable:No

    Description:Velocity

  • x_ncgMass fractions of NCGs

    C++ Type:std::vector<double>

    Controllable:No

    Description:Mass fractions of NCGs

Optional Parameters

References

No citations exist within this document.