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

Public Types

enum  Mollifier { Dirac, Gaussian, Cosine }
 

Public Member Functions

 Notch (amrex::Vector< amrex::Geometry > &_geom)
 
void Add (const int &lev, Set::Field< Set::Scalar > &a_field, Set::Scalar)
 
- 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)
 
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 (Notch &value, IO::ParmParse &pp)
 

Private Attributes

amrex::Vector< Set::VectornCenter
 
amrex::Vector< Set::VectornOrientation
 
amrex::Vector< Set::VectornNormal
 
Set::Scalar eps = 1.e-5
 
Set::Scalar eps_sq = eps*eps
 
amrex::Vector< Set::ScalarnThickness
 
amrex::Vector< Set::ScalarnLength
 
amrex::Vector< Set::ScalarnRadius
 
Mollifier moll = Mollifier::Dirac
 

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 Notch.H.

Member Enumeration Documentation

◆ Mollifier

Enumerator
Dirac 
Gaussian 
Cosine 

Definition at line 20 of file Notch.H.

Constructor & Destructor Documentation

◆ Notch()

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

Definition at line 22 of file Notch.H.

Here is the call graph for this function:

Member Function Documentation

◆ Add()

void IC::Notch::Add ( const int &  lev,
Set::Field< Set::Scalar > &  a_field,
Set::Scalar   
)
inlinevirtual

Implements IC::IC.

Definition at line 32 of file Notch.H.

Here is the call graph for this function:

◆ Parse()

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

Definition at line 274 of file Notch.H.

Here is the call graph for this function:

Field Documentation

◆ eps

Set::Scalar IC::Notch::eps = 1.e-5
private

Definition at line 269 of file Notch.H.

◆ eps_sq

Set::Scalar IC::Notch::eps_sq = eps*eps
private

Definition at line 269 of file Notch.H.

◆ moll

Mollifier IC::Notch::moll = Mollifier::Dirac
private

Definition at line 271 of file Notch.H.

◆ nCenter

amrex::Vector<Set::Vector> IC::Notch::nCenter
private

Definition at line 268 of file Notch.H.

◆ nLength

amrex::Vector<Set::Scalar> IC::Notch::nLength
private

Definition at line 270 of file Notch.H.

◆ nNormal

amrex::Vector<Set::Vector> IC::Notch::nNormal
private

Definition at line 268 of file Notch.H.

◆ nOrientation

amrex::Vector<Set::Vector> IC::Notch::nOrientation
private

Definition at line 268 of file Notch.H.

◆ nRadius

amrex::Vector<Set::Scalar> IC::Notch::nRadius
private

Definition at line 270 of file Notch.H.

◆ nThickness

amrex::Vector<Set::Scalar> IC::Notch::nThickness
private

Definition at line 270 of file Notch.H.


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