www.mooseframework.org
LangmuirMaterial.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 "Material.h"
13 
14 // Forward Declarations
15 
20 class LangmuirMaterial : public Material
21 {
22 public:
24 
26 
27 protected:
28  virtual void computeQpProperties() override;
29 
30 private:
33 
36 
39 
42 
45 
48 
51 
54 
57 };
const Real _langmuir_p
langmuir pressure
const VariableValue & _one_over_de_time_const
reciprocal of desorption time constant
LangmuirMaterial(const InputParameters &parameters)
const VariableValue & _pressure
porespace pressure (or partial pressure if multiphase flow scenario)
static InputParameters validParams()
MaterialProperty< Real > & _mass_rate_from_matrix
mass flow rate from the matrix = mass flow rate to the porespace
virtual void computeQpProperties() override
const Real _langmuir_dens
langmuir density
const VariableValue & _conc
concentration of adsorbed fluid in matrix
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
MaterialProperty< Real > & _dmass_rate_from_matrix_dp
derivative of mass flow rate wrt pressure
Holds Langmuir parameters associated with desorption Calculates mass-flow rates and derivatives there...
const InputParameters & parameters() const
MaterialProperty< Real > & _dmass_rate_from_matrix_dC
derivative of mass flow rate wrt concentration
const VariableValue & _one_over_ad_time_const
reciprocal of adsorption time constant