https://mooseframework.inl.gov
Enumerations
ElectromagneticFormulation Namespace Reference

FormulationEnums contains the enumeration used to determine between time or frequency (i.e., time-harmonic) formulations involving electromagnetic electrical fields and used to determine between solving for an electrostatic or electromagnetic electric field. More...

Enumerations

enum  FormEnum { TIME, FREQUENCY }
 Enum used when determining the domain of the formulation. More...
 
enum  SolverEnum { ELECTROSTATIC, ELECTROMAGNETIC }
 Enum used when determining the sover. More...
 

Detailed Description

FormulationEnums contains the enumeration used to determine between time or frequency (i.e., time-harmonic) formulations involving electromagnetic electrical fields and used to determine between solving for an electrostatic or electromagnetic electric field.

Enumeration Type Documentation

◆ FormEnum

Enum used when determining the domain of the formulation.

Enumerator
TIME 
FREQUENCY 

Definition at line 21 of file FormulationEnums.h.

◆ SolverEnum

Enum used when determining the sover.

Enumerator
ELECTROSTATIC 
ELECTROMAGNETIC 

Definition at line 28 of file FormulationEnums.h.