https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousFlowMaterialVectorBase.C
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
11
14{
16 params.addClassDescription("Base class for PorousFlow materials that combine phase-dependent "
17 "properties into vectors expected by the kernels");
18 return params;
19}
20
23 _num_phases(_dictator.numPhases()),
24 _num_components(_dictator.numComponents()),
25 _num_var(_dictator.numVariables())
26{
27}
void addClassDescription(const std::string &doc_string)
PorousFlowMaterialVectorBase(const InputParameters &parameters)
PorousFlowMaterial is the base class for all PorousFlow Materials It allows users to specify that the...
static InputParameters validParams()