https://mooseframework.inl.gov
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 
18 namespace NS
19 {
20 enum class ViscousForm : int
21 {
22  Traction,
23  Laplace
24 };
25 
26 namespace phase
27 {
29 {
32 };
33 }
34 
35 namespace settings
36 {
38 {
41 };
42 }
43 
44 namespace splitting
45 {
47 {
51 };
52 }
53 }
ViscousForm
Definition: NSEnums.h:20
MooseEnum getLocalityEnum()
Definition: NSEnums.C:19
MooseEnum getPhaseEnum()
Definition: NSEnums.C:13
MooseEnum getSplittingEnum()
Definition: NSEnums.C:25
void ErrorVector unsigned int