#include <Sphere.H>
|
| | Sphere (amrex::Vector< amrex::Geometry > &_geom) |
| |
| | Sphere (amrex::Vector< amrex::Geometry > &_geom, IO::ParmParse &pp) |
| |
| | Sphere (amrex::Vector< amrex::Geometry > &_geom, IO::ParmParse &pp, std::string name) |
| |
| | Sphere (amrex::Vector< amrex::Geometry > &_geom, Unit a_unit, IO::ParmParse &pp, std::string name) |
| |
| | Sphere (amrex::Vector< amrex::Geometry > &_geom, Set::Scalar _radius, Set::Vector _center, Type _type=Type::XYZ, Set::Scalar _alpha_in=1, Set::Scalar _alpha_out=0) |
| |
| void | Define (Set::Scalar a_radius, Set::Vector a_center, Type a_type, Set::Scalar a_alpha_in, Set::Scalar a_alpha_out) |
| |
| void | Add (const int &lev, Set::Field< Set::Scalar > &a_field, Set::Scalar) |
| |
| | IC (amrex::Vector< amrex::Geometry > &_geom) |
| |
| virtual | ~IC () |
| |
| void | Add (const int &lev, Set::Field< Set::Scalar > &field) |
| |
| 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::Scalar > &a_field, Set::Scalar a_time=0.0) |
| |
| virtual void | SetComp (int a_comp) final |
| |
|
| static constexpr const char * | name = "sphere" |
| |
|
| amrex::Vector< amrex::Geometry > & | geom |
| |
| int | comp |
| |
Definition at line 21 of file Sphere.H.
◆ Type
Sphere is also used for a cylindrical case, but switching from the default type to the desired orientation.
For instance, XY refers to a cylinder with the circular faces in the XY plane.
Definition at line 28 of file Sphere.H.
◆ Sphere() [1/5]
| IC::Sphere::Sphere |
( |
amrex::Vector< amrex::Geometry > & |
_geom | ) |
|
|
inline |
◆ Sphere() [2/5]
| IC::Sphere::Sphere |
( |
amrex::Vector< amrex::Geometry > & |
_geom, |
|
|
IO::ParmParse & |
pp |
|
) |
| |
|
inline |
◆ Sphere() [3/5]
| IC::Sphere::Sphere |
( |
amrex::Vector< amrex::Geometry > & |
_geom, |
|
|
IO::ParmParse & |
pp, |
|
|
std::string |
name |
|
) |
| |
|
inline |
◆ Sphere() [4/5]
| IC::Sphere::Sphere |
( |
amrex::Vector< amrex::Geometry > & |
_geom, |
|
|
Unit |
a_unit, |
|
|
IO::ParmParse & |
pp, |
|
|
std::string |
name |
|
) |
| |
|
inline |
◆ Sphere() [5/5]
Constructor defining radius, center, dimension/orientation, and field values within and outside of the area.
Definition at line 51 of file Sphere.H.
◆ Add()
◆ Define()
◆ Parse()
◆ alpha_in
◆ alpha_out
◆ center
◆ name
| constexpr const char* IC::Sphere::name = "sphere" |
|
staticconstexpr |
◆ radius
◆ type
◆ unit
The documentation for this class was generated from the following file: