- T_initial_guess400Temperature initial guess for Newton Method variable set conversion
Default:400
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Temperature initial guess for Newton Method variable set conversion
- max_newton_its100Maximum number of Newton iterations for variable set conversions
Default:100
C++ Type:unsigned int
Controllable:No
Description:Maximum number of Newton iterations for variable set conversions
- p_initial_guess200000Pressure initial guess for Newton Method variable set conversion
Default:200000
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Pressure initial guess for Newton Method variable set conversion
- tolerance1e-08Tolerance for 2D Newton variable set conversion
Default:1e-08
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Tolerance for 2D Newton variable set conversion
SodiumSaturationFluidProperties
Fluid properties for liquid sodium at saturation conditions
Description
The SodiumSaturationFluidProperties
class provides fluid properties for _saturated_ liquid sodium based on correlations used in the SAS4A/SASSYS-1 reactor dynamics and safety analysis code developed at Argonne National Laboratory for liquid metal reactors Dunn (2017). These property models are obtained as fits to experimental data, with computational efficiency motivating the use of a simpler functional fits than proposed in the original references upon which the SAS4a/SASSYS-1 implementation is based, namely Fink and Leibowitz (1979). Only for and are the original correlations/data used, since the SAS4A/SASSYS-1 implementation does not differentiate between and for the saturated liquid.
Density is calculated as an empirical fit to two saturated liquid density correlations recommended by Fink and Leibowitz that cover the range :
This equation fits the Fink and Leibowitz models to within 9.5%.
The thermal conductivity is a fit to experimental data by Fink and Leibowitz below 1500 K, and extrapolated values above 1500 K based on a method described by Grosse Dunn (2017):
This equation fits the Fink and Leibowitz data to within 0.5%.
The dynamic viscosity is given as a fit to experimental data by Fink and Leibowitz below 1200 K and extrapolated values about 1200 K based on a method described by Grosse Dunn (2017):
This equation fits the Fink and Leibowitz data to within 0.5%.
The isobaric and isochoric specific heats are obtained as new fits to the experimental data in Fink and Leibowitz over the range ,
The values for both fits are 0.997, where the fit matches experimental data to within 0.5%, while for matches experimental data to within 1.5%.
Enthalpy is computed based on the definition of ,
Neglecting any variation in the saturation conditions with respect to pressure (i.e. Poynting-type effects), can be computed by integrating the above expression,
where is a reference temperature and is the enthalpy at that reference temperature. This expression is used to evaluate enthalpy based on the fit as
where is the integral of with respect to temperature evaluated at and J/kg/K is a constant representing selected in order to match the Fink and Leibowitz correlation at 371 K. This approach, rather than simply using the Fink and Leibowitz correlation outright, is used to ensure exact compatibility with thermodynamic definitions and the particular fit for selected in this class. Computing based on an integral of matches the Fink and Leibowitz correlations to within 0.2% over the entire range for which the fit is valid.
Range of Validity
These fluid properties correspond to saturated conditions (that is, the sodium is at the saturation pressure).
Input Parameters
- allow_imperfect_jacobiansFalsetrue to allow unimplemented property derivative terms to be set to zero for the AD API
Default:False
C++ Type:bool
Controllable:No
Description:true to allow unimplemented property derivative terms to be set to zero for the AD API
- 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.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Controllable:Yes
Description:Set the enabled status of the MooseObject.
- fp_typesingle-phase-fpType of the fluid property object
Default:single-phase-fp
C++ Type:FPType
Controllable:No
Description:Type of the fluid property object
Advanced Parameters
- prop_getter_suffixAn optional suffix parameter that can be appended to any attempt to retrieve/get material properties. The suffix will be prepended with a '_' character.
C++ Type:MaterialPropertyName
Unit:(no unit assumed)
Controllable:No
Description:An optional suffix parameter that can be appended to any attempt to retrieve/get material properties. The suffix will be prepended with a '_' character.
- use_interpolated_stateFalseFor the old and older state use projected material properties interpolated at the quadrature points. To set up projection use the ProjectedStatefulMaterialStorageAction.
Default:False
C++ Type:bool
Controllable:No
Description:For the old and older state use projected material properties interpolated at the quadrature points. To set up projection use the ProjectedStatefulMaterialStorageAction.
Material Property Retrieval Parameters
References
- F.E. Dunn.
The SAS4A/SASSYS-1 safety analysis code system, chapter 12: sodium voiding model.
Technical Report ANL/NE-16/19, Argonne National Laboratory, 2017.[BibTeX]
- J.F. Fink and L. Leibowitz.
Thermophysical properties of sodium.
Technical Report ANL-CEN-RSD-79-1, Argonne National Laboratory, 1979.[BibTeX]