www.mooseframework.org
PorousFlowPorosityHMBiotModulus.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 "PorousFlowPorosity.h"
13 
24 {
25 public:
27 
29 
30 protected:
31  virtual void computeQpProperties() override;
32 
35 
38 
41 
44 
47 
50 
53 };
const MaterialProperty< Real > & _porosity_old
Old value of porosity.
PorousFlowPorosityHMBiotModulus(const InputParameters &parameters)
const MaterialProperty< Real > & _pf_old
Old value of effective fluid pressure.
const Real _fluid_bulk_modulus
Constant fluid bulk modulus.
const MaterialProperty< Real > & _vol_strain_qp_old
Old value of total volumetric strain.
const MaterialProperty< std::vector< RealGradient > > & _dvol_strain_rate_qp_dvar
d(volumetric strain rate)/d(PorousFlow variable)
This Matrial evolves porosity so that the PorousFlow equations match the standard equations of poroel...
const MaterialProperty< Real > & _vol_strain_rate_qp
Volumetric strain rate.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Material designed to provide the porosity in PorousFlow simulations chemistry + biot + (phi0 - refere...
const Real _biot_modulus
Constant biot modulus.