#include <dumux/freeflow/navierstokes/mass/1pnc/model.hh>
Public Types | |
| using | Problem = GetPropType<TypeTag, Properties::Problem> |
| using | ModelTraits = GetPropType<TypeTag, Properties::ModelTraits> |
| using | type = FreeFlowScalarFluxVariablesCacheFiller<Problem, ModelTraits, diffusionIsSolDependent, heatConductionIsSolDependent> |
Static Public Attributes | |
| static constexpr bool | diffusionIsSolDependent = getPropValue<TypeTag, Properties::SolutionDependentMolecularDiffusion>() |
| static constexpr bool | heatConductionIsSolDependent = false |
| using Dumux::Properties::FluxVariablesCacheFiller< TypeTag, TTag::NavierStokesMassOnePNC >::ModelTraits = GetPropType<TypeTag, Properties::ModelTraits> |
| using Dumux::Properties::FluxVariablesCacheFiller< TypeTag, TTag::NavierStokesMassOnePNC >::Problem = GetPropType<TypeTag, Properties::Problem> |
| using Dumux::Properties::FluxVariablesCacheFiller< TypeTag, TTag::NavierStokesMassOnePNC >::type = FreeFlowScalarFluxVariablesCacheFiller<Problem, ModelTraits, diffusionIsSolDependent, heatConductionIsSolDependent> |
|
staticconstexpr |
|
staticconstexpr |