https://mooseframework.inl.gov
Loading...
Searching...
No Matches
NSEnums.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 "MooseEnum.h"
13
17
18namespace NS
19{
20enum class ViscousForm : int
21{
24};
25
26namespace phase
27{
33}
34
35namespace settings
36{
42}
43
53}
MooseEnum getLocalityEnum()
Definition NSEnums.C:19
MooseEnum getPhaseEnum()
Definition NSEnums.C:13
MooseEnum getSplittingEnum()
Definition NSEnums.C:25
@ thermal_conductivity
Definition NSEnums.h:49
@ effective_thermal_conductivity
Definition NSEnums.h:50
ViscousForm
Definition NSEnums.h:21