https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
FormulationEnums contains the enumeration used to determine between time or frequency (i....
Definition
FormulationEnums.h:19
ElectromagneticFormulation::FormEnum
FormEnum
Enum used when determining the domain of the formulation.
Definition
FormulationEnums.h:22
ElectromagneticFormulation::FREQUENCY
@ FREQUENCY
Definition
FormulationEnums.h:24
ElectromagneticFormulation::TIME
@ TIME
Definition
FormulationEnums.h:23
ElectromagneticFormulation::SolverEnum
SolverEnum
Enum used when determining the sover.
Definition
FormulationEnums.h:29
ElectromagneticFormulation::ELECTROMAGNETIC
@ ELECTROMAGNETIC
Definition
FormulationEnums.h:31
ElectromagneticFormulation::ELECTROSTATIC
@ ELECTROSTATIC
Definition
FormulationEnums.h:30
Generated on Fri Aug 21 2026 13:41:03 for https://mooseframework.inl.gov by
1.9.8