https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousFlowPorosityHMBiotModulus.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 "PorousFlowPorosity.h"
13
This Matrial evolves porosity so that the PorousFlow equations match the standard equations of poroel...
const Real _biot_modulus
Constant biot modulus.
const MaterialProperty< Real > & _vol_strain_rate_qp
Volumetric strain rate.
const MaterialProperty< Real > & _porosity_old
Old value of porosity.
const MaterialProperty< std::vector< RealGradient > > & _dvol_strain_rate_qp_dvar
d(volumetric strain rate)/d(PorousFlow variable)
const Real _fluid_bulk_modulus
Constant fluid bulk modulus.
const MaterialProperty< Real > & _pf_old
Old value of effective fluid pressure.
const MaterialProperty< Real > & _vol_strain_qp_old
Old value of total volumetric strain.
Material designed to provide the porosity in PorousFlow simulations chemistry + biot + (phi0 - refere...