https://mooseframework.inl.gov
SodiumPropertiesMaterial.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "Material.h"
13 
14 #include "SodiumProperties.h"
15 
17 {
18 public:
20 
22 
23 protected:
24  virtual void computeQpProperties() override;
25 
28 
31 
34 
37 
40 
43 
46 
49 
50  // Sodium fluid properties UserObject
52 };
const SodiumProperties & _sodium
MaterialProperty< Real > & _T_from_h
Temperature from enthalpy.
SodiumPropertiesMaterial(const InputParameters &parameters)
MaterialProperty< Real > & _cp
Heat capacity.
static InputParameters validParams()
MaterialProperty< Real > & _h
Enthalpy.
MaterialProperty< Real > & _drho_dh
Derivative of density with respect to enthalpy.
MaterialProperty< Real > & _k
Thermal conductivity.
const VariableValue & _temperature
Coupled temperature variable.
OutputTools< Real >::VariableValue VariableValue
virtual void computeQpProperties() override
Properties of liquid sodium from ANL/RE-95/2 report "Thermodynamic and Transport Properties of Sodium...
MaterialProperty< Real > & _rho
Density.
const InputParameters & parameters() const
MaterialProperty< Real > & _drho_dT
Derivative of density with respect to temperature.