https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousFlowConstantThermalExpansionCoefficient.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
Material designed to provide a time-invariant volumetric thermal expansion coefficient A = * (alpha -...
const Real _fluid_coefficient
Fluid volumetric thermal expansion coefficient.
const MaterialProperty< Real > & _coeff_old
Old value of the volumetric thermal expansion coefficient. This variable is necessary in order to kee...
const Real _drained_coefficient
Drained porous-skeleton volumetric thermal expansion coefficient.
const MaterialProperty< Real > & _porosity
porosity at the nodes or quadpoints. Only the initial value is ever used
MaterialProperty< Real > & _coeff
Computed volumetric thermal expansion coefficient.
Base class for all PorousFlow vector materials.