https://mooseframework.inl.gov
INSFVMushyPorousFrictionFunctorMaterial.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 "FunctorMaterial.h"
13 
19 {
20 public:
22 
24 
25 protected:
34 
37  inline static const ADReal _c = 180;
38  inline static const ADReal _s = 100;
39  inline static const ADReal _fs_crit = 0.27;
40  inline static const ADReal _forchheimer_coef = 0.55;
42 };
const Moose::Functor< ADReal > & _mu
The dynamic viscosity.
DualNumber< Real, DNDerivativeType, true > ADReal
const Moose::Functor< ADReal > & _rho_l
The liquid density.
const Moose::Functor< ADReal > & _dendrite_spacing_scaling
Dendrite spacing.
INSFVMushyPorousFrictionFunctorMaterial(const InputParameters &parameters)
static const ADReal _c
Main closures parameters.
This is the material class used to compute the drag coefficients in mushy (porous) regions during pha...
const InputParameters & parameters() const
const Moose::Functor< ADReal > & _fl
The liquid fraction.