#include <Explosion1dIBC.H>


Parameters: a_smallPressure - Lower limit for pressure (returned) a_gamma - Gamma for polytropic, gamma-law gas a_ms - Mach shock number of the discontinuity a_center - Center of the explosion a_size - Initial radius of the explosion a_velocity - Initial velocity of the system a_artvisc - Artificial viscosity coefficient
Public Member Functions | |
| Explosion1dIBC () | |
| Null constructor. | |
| Explosion1dIBC (Real &a_smallPressure, const Real &a_gamma, const Real &a_ms, const RealVect &a_center, const Real &a_size, const RealVect &a_velocity, const Real &a_artvisc) | |
| Constructor which defines parameters used by Fortran routines. | |
| virtual | ~Explosion1dIBC () |
| Destructor. | |
| void | setFortranCommon (Real &a_smallPressure, const Real &a_gamma, const Real &a_ms, const RealVect &a_center, const Real &a_size, const RealVect &a_velocity, const Real &a_artvisc) |
| Sets parameters in a common block used by Fortran routines. | |
| PhysIBC * | new_physIBC () |
| Factory method - this object is its own factory. | |
| void | initialize (LevelData< FArrayBox > &a_U) |
| Set up initial conditions. | |
| void | primBC (FArrayBox &a_WGdnv, const FArrayBox &a_Wextrap, const FArrayBox &a_W, const int &a_dir, const Side::LoHiSide &a_side, const Real &a_time) |
| Set boundary primitive values. | |
| void | setBdrySlopes (FArrayBox &a_dW, const FArrayBox &a_W, const int &a_dir, const Real &a_time) |
| Set boundary slopes. | |
| void | artViscBC (FArrayBox &a_F, const FArrayBox &a_U, const FArrayBox &a_divVel, const int &a_dir, const Real &a_time) |
| Adjust boundary fluxes to account for artificial viscosity. | |
Protected Attributes | |
| bool | m_isFortranCommonSet |
| Explosion1dIBC::Explosion1dIBC | ( | ) |
Null constructor.
| Explosion1dIBC::Explosion1dIBC | ( | Real & | a_smallPressure, | |
| const Real & | a_gamma, | |||
| const Real & | a_ms, | |||
| const RealVect & | a_center, | |||
| const Real & | a_size, | |||
| const RealVect & | a_velocity, | |||
| const Real & | a_artvisc | |||
| ) |
Constructor which defines parameters used by Fortran routines.
| virtual Explosion1dIBC::~Explosion1dIBC | ( | ) | [virtual] |
Destructor.
| void Explosion1dIBC::setFortranCommon | ( | Real & | a_smallPressure, | |
| const Real & | a_gamma, | |||
| const Real & | a_ms, | |||
| const RealVect & | a_center, | |||
| const Real & | a_size, | |||
| const RealVect & | a_velocity, | |||
| const Real & | a_artvisc | |||
| ) |
Sets parameters in a common block used by Fortran routines.
| PhysIBC* Explosion1dIBC::new_physIBC | ( | ) | [virtual] |
| void Explosion1dIBC::primBC | ( | FArrayBox & | a_WGdnv, | |
| const FArrayBox & | a_Wextrap, | |||
| const FArrayBox & | a_W, | |||
| const int & | a_dir, | |||
| const Side::LoHiSide & | a_side, | |||
| const Real & | a_time | |||
| ) | [virtual] |
| void Explosion1dIBC::setBdrySlopes | ( | FArrayBox & | a_dW, | |
| const FArrayBox & | a_W, | |||
| const int & | a_dir, | |||
| const Real & | a_time | |||
| ) | [virtual] |
Set boundary slopes.
The boundary slopes in a_dW are already set to one sided difference approximations. If this function doesn't change them they will be used for the slopes at the boundaries.
Implements PhysIBC.
bool Explosion1dIBC::m_isFortranCommonSet [protected] |
1.5.5