https://mooseframework.inl.gov
WCNSFV2PSlipVelocityFunctorMaterial.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 
15 
20 {
21 public:
23 
25 
26 protected:
28  const unsigned int _dim;
29 
36 
39 
42 
45 
46  // Gravity acceleration vector
48 
50  const Real & _force_scale;
51 
54 
57 
60 
63 
66 
68  unsigned int _index;
69 };
const Moose::Functor< ADReal > & _rho_mixture
Continuous phase density.
RealVectorValue _force_direction
Force direction vector.
const Moose::Functor< ADReal > & _linear_friction
The linear friction factor, for laminar flow.
MooseVariableField< Real > *const _w_var
z-velocity
WCNSFV2PSlipVelocityFunctorMaterial(const InputParameters &parameters)
const PostprocessorValue & _force_postprocessor
Optional Force Postprocessor value.
MooseVariableField< Real > *const _u_var
x-velocity
Computes the value of slip velocity for the two phase mixture model.
Real PostprocessorValue
unsigned int _index
index of the velocity component x|y|z
const unsigned int _dim
the dimension of the simulation
const Function & _force_function
Force optional function value.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Moose::Functor< ADReal > & _rho_d
Dispersed Phase Density.
const InputParameters & parameters() const
const Moose::Functor< ADReal > & _mu_mixture
Mixture density.
const Moose::Functor< ADReal > & _particle_diameter
Particle diameter in the dispersed phase.
MooseVariableField< Real > *const _v_var
y-velocity