https://mooseframework.inl.gov
Loading...
Searching...
No Matches
MultiComponentFluidPropertiesMaterialPT.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"
14
const InputParameters & parameters() const
Material for calculating fluid properties for a fluid comprised of two components: the solute (eg,...
MaterialProperty< Real > & _cp
Isobaric heat capacity (kJ/kg/K)
const VariableValue & _xmass
Mass fraction of solute (-)
MaterialProperty< Real > & _e
Internal energy (kJ/kg)
Common class for multiple component fluid properties using a pressure and temperature formulation.
VariableValueTempl< false > VariableValue