https://mooseframework.inl.gov
heat_transfer
include
utils
FormulationEnums.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://www.mooseframework.org
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
18
namespace
ElectromagneticFormulation
19
{
21
enum
FormEnum
22
{
23
TIME
,
24
FREQUENCY
,
25
};
26
28
enum
SolverEnum
29
{
30
ELECTROSTATIC
,
31
ELECTROMAGNETIC
32
};
33
}
// namespace FM
ElectromagneticFormulation::ELECTROSTATIC
Definition:
FormulationEnums.h:30
ElectromagneticFormulation::FormEnum
FormEnum
Enum used when determining the domain of the formulation.
Definition:
FormulationEnums.h:21
ElectromagneticFormulation::SolverEnum
SolverEnum
Enum used when determining the sover.
Definition:
FormulationEnums.h:28
ElectromagneticFormulation::ELECTROMAGNETIC
Definition:
FormulationEnums.h:31
ElectromagneticFormulation
FormulationEnums contains the enumeration used to determine between time or frequency (i...
Definition:
FormulationEnums.h:18
ElectromagneticFormulation::FREQUENCY
Definition:
FormulationEnums.h:24
ElectromagneticFormulation::TIME
Definition:
FormulationEnums.h:23
Generated on Fri Jul 18 2025 13:42:55 for https://mooseframework.inl.gov by
1.8.14