https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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{
20public:
22
24
25protected:
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};
DualNumber< Real, DNDerivativeType, true > ADReal
This is the material class used to compute the drag coefficients in mushy (porous) regions during pha...
const Moose::Functor< ADReal > & _fl
The liquid fraction.
const Moose::Functor< ADReal > & _mu
The dynamic viscosity.
const Moose::Functor< ADReal > & _rho_l
The liquid density.
static const ADReal _c
Main closures parameters.
const Moose::Functor< ADReal > & _dendrite_spacing_scaling
Dendrite spacing.
const InputParameters & parameters() const