Alamo
Public Types | Public Member Functions | Static Public Member Functions | Private Attributes
IC::DoubleNotch Class Reference
Inheritance diagram for IC::DoubleNotch:
[legend]
Collaboration diagram for IC::DoubleNotch:
[legend]

Public Types

enum  Mollifier { Dirac, Gaussian }
 

Public Member Functions

 DoubleNotch (amrex::Vector< amrex::Geometry > &_geom)
 
void Add (const int lev, amrex::Vector< amrex::MultiFab * > &a_field)
 
- Public Member Functions inherited from IC::IC
 IC (amrex::Vector< amrex::Geometry > &_geom)
 
virtual ~IC ()
 
virtual void Add (const int &lev, Set::Field< Set::Scalar > &field, Set::Scalar time)=0
 
virtual void Add (const int &lev, Set::Field< Set::Scalar > &field)
 
virtual void Add (const int &, Set::Field< Set::Vector > &, Set::Scalar)
 
void Initialize (const int &a_lev, Set::Field< Set::Scalar > &a_field, Set::Scalar a_time=0.0)
 
void Initialize (const int &a_lev, Set::Field< Set::Vector > &a_field, Set::Scalar a_time=0.0)
 
virtual void SetComp (int a_comp) final
 

Static Public Member Functions

static void Parse (DoubleNotch &value, IO::ParmParse &pp)
 

Private Attributes

Set::Scalar thickness = 0.05
 
Set::Scalar width = 0.1
 
Set::Vector x0 = Set::Vector(AMREX_D_DECL(1.0,0.5,0.0))
 
Set::Scalar L = 1.0
 

Additional Inherited Members

- Protected Attributes inherited from IC::IC
amrex::Vector< amrex::Geometry > & geom
 
int comp = 0
 

Detailed Description

Definition at line 17 of file DoubleNotch.H.

Member Enumeration Documentation

◆ Mollifier

Enumerator
Dirac 
Gaussian 

Definition at line 20 of file DoubleNotch.H.

Constructor & Destructor Documentation

◆ DoubleNotch()

IC::DoubleNotch::DoubleNotch ( amrex::Vector< amrex::Geometry > &  _geom)
inline

Definition at line 22 of file DoubleNotch.H.

Member Function Documentation

◆ Add()

void IC::DoubleNotch::Add ( const int  lev,
amrex::Vector< amrex::MultiFab * > &  a_field 
)
inline

Definition at line 27 of file DoubleNotch.H.

◆ Parse()

static void IC::DoubleNotch::Parse ( DoubleNotch value,
IO::ParmParse pp 
)
inlinestatic

Definition at line 68 of file DoubleNotch.H.

Field Documentation

◆ L

Set::Scalar IC::DoubleNotch::L = 1.0
private

Definition at line 66 of file DoubleNotch.H.

◆ thickness

Set::Scalar IC::DoubleNotch::thickness = 0.05
private

Definition at line 63 of file DoubleNotch.H.

◆ width

Set::Scalar IC::DoubleNotch::width = 0.1
private

Definition at line 64 of file DoubleNotch.H.

◆ x0

Set::Vector IC::DoubleNotch::x0 = Set::Vector(AMREX_D_DECL(1.0,0.5,0.0))
private

Definition at line 65 of file DoubleNotch.H.


The documentation for this class was generated from the following file: