https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousFlowMultiComponentFluid.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
13
15
21template <bool is_ad>
56
Moose::GenericType< VariableValue, is_ad > GenericVariableValue
PorousFlowMultiComponentFluidTempl< true > ADPorousFlowMultiComponentFluid
PorousFlowMultiComponentFluidTempl< false > PorousFlowMultiComponentFluid
Common class for multiple component fluid properties using a pressure and temperature formulation.
Base class for fluid properties materials.
General multicomponent fluid material.
MaterialProperty< Real > *const _denthalpy_dX
Derivative of fluid enthalpy wrt mass fraction at the qps or nodes.
const bool _is_X_nodal
Flag for nodal mass fraction.
MaterialProperty< Real > *const _ddensity_dX
Derivative of fluid density wrt mass fraction at the qps or nodes.
const MultiComponentFluidProperties & _fp
Multicomponent fluid properties UserObject.
MaterialProperty< Real > *const _dinternal_energy_dX
Derivative of fluid internal_energy wrt mass fraction at the qps or nodes.
MaterialProperty< Real > *const _dviscosity_dX
Derivative of fluid phase viscosity wrt mass fraction at the nodes or qps.
const GenericVariableValue< is_ad > & _X
Mass fraction variable.