https://mooseframework.inl.gov
Loading...
Searching...
No Matches
MollifiedLangmuirMaterial.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 "Material.h"
13
14// Forward Declarations
15
Holds Langmuir parameters associated with desorption Calculates mass-flow rates and derivatives there...
const Real _langmuir_dens
langmuir density
const VariableValue & _pressure
porespace pressure (or partial pressure if multiphase flow scenario)
const VariableValue & _one_over_de_time_const
reciprocal of desorption time constant
MaterialProperty< Real > & _dmass_rate_from_matrix_dp
derivative of mass flow rate wrt pressure
MaterialProperty< Real > & _mass_rate_from_matrix
mass flow rate from the matrix = mass flow rate to the porespace
virtual void computeQpProperties() override
const VariableValue & _one_over_ad_time_const
reciprocal of adsorption time constant
static InputParameters validParams()
const Real _mollifier
mollifying parameter.
const Real _langmuir_p
langmuir pressure
const VariableValue & _conc
concentration of adsorbed fluid in matrix
MaterialProperty< Real > & _dmass_rate_from_matrix_dC
derivative of mass flow rate wrt concentration
const InputParameters & parameters() const
VariableValueTempl< false > VariableValue