www.mooseframework.org
MultiComponentFluidPropertiesMaterialPT.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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"
14 
21 {
22 public:
24 
27 
28 protected:
29  virtual void computeQpProperties();
30 
45 
46  // Multicomponent fluid properties UserObject
48 };
const VariableValue & _xmass
Mass fraction of solute (-)
MultiComponentFluidPropertiesMaterialPT(const InputParameters &parameters)
MaterialProperty< Real > & _rho
Density (kg/m^3)
MaterialProperty< Real > & _h
Enthalpy (kJ/kg)
Material for calculating fluid properties for a fluid comprised of two components: the solute (eg...
OutputTools< Real >::VariableValue VariableValue
Common class for multiple component fluid properties using a pressure and temperature formulation...
const InputParameters & parameters() const
MaterialProperty< Real > & _e
Internal energy (kJ/kg)
MaterialProperty< Real > & _cp
Isobaric heat capacity (kJ/kg/K)