https://mooseframework.inl.gov
Loading...
Searching...
No Matches
WCNSLinearFVTurbulencePhysics.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
13#include "NS.h"
14
20{
21public:
23
25
26protected:
27 virtual void initializePhysicsAdditional() override;
28 unsigned short getNumberAlgebraicGhostingLayersNeeded() const override;
29 virtual void checkIntegrity() const override;
30
31private:
32 virtual void addSolverVariables() override;
33 virtual void addFVInterpolationMethods() override;
34 virtual void addFVKernels() override;
35 virtual void addFVBCs() override;
36 virtual void addFunctorMaterials() override;
37
44 void addKEpsilonSink();
45};
const InputParameters & parameters() const
Base class for a Physics that creates all the objects needed to add a turbulence model to an incompre...
Creates all the objects needed to add a turbulence model to an incompressible / weakly-compressible N...
virtual void checkIntegrity() const override
virtual void initializePhysicsAdditional() override
void addKEpsilonTimeDerivatives()
Functions adding kernels for the k-epsilon to the k-epsilon equations.
unsigned short getNumberAlgebraicGhostingLayersNeeded() const override
Return the number of ghosting layers needed.
virtual void addFVInterpolationMethods() override