Chombo + EB
3.2
|
#include <AMRLevelPolytropicGas.H>
Public Member Functions | |
AMRLevelPolytropicGas () | |
Constructor. More... | |
virtual | ~AMRLevelPolytropicGas () |
Destructor. More... | |
void | defineParams (const Real &a_cfl, const Real &a_domainLength, const int &a_verbosity, const Real &a_refineThresh, const int &a_tagBufferSize, const Real &a_initialDtMultiplier, const GodunovPhysics *const a_godunovPhysics, const int &a_normalPredOrder, const bool &a_useFourthOrderSlopes, const bool &a_usePrimLimiting, const bool &a_useCharLimiting, const bool &a_useFlattening, const bool &a_useArtificialViscosity, const Real &a_artificialViscosity, const bool &a_useSourceTerm, const Real &a_sourceTermScaling, const bool &a_highOrderLimiter) |
Define the parameters the object needs. More... | |
virtual void | define (AMRLevel *a_coarserLevelPtr, const Box &a_problemDomain, int a_level, int a_refRatio) |
This instance should never get called - historical. More... | |
virtual void | define (AMRLevel *a_coarserLevelPtr, const ProblemDomain &a_problemDomain, int a_level, int a_refRatio) |
Define new AMRLevelPolytropicGas. More... | |
virtual Real | advance () |
Advance by one timestep. More... | |
virtual void | postTimeStep () |
Things to do after a timestep. More... | |
virtual void | tagCells (IntVectSet &a_tags) |
Create tags for regridding. More... | |
virtual void | tagCellsInit (IntVectSet &a_tags) |
Create tags at initialization. More... | |
virtual void | regrid (const Vector< Box > &a_newGrids) |
Set up data on this level after regridding. More... | |
virtual void | initialGrid (const Vector< Box > &a_newGrids) |
Initialize grids. More... | |
virtual void | initialData () |
Initialize data. More... | |
virtual void | postInitialize () |
Things to do after initialization. More... | |
virtual void | writeCheckpointHeader (HDF5Handle &a_handle) const |
Write checkpoint header. More... | |
virtual void | writeCheckpointLevel (HDF5Handle &a_handle) const |
Write checkpoint data for this level. More... | |
virtual void | readCheckpointHeader (HDF5Handle &a_handle) |
Read checkpoint header. More... | |
virtual void | readCheckpointLevel (HDF5Handle &a_handle) |
Read checkpoint data for this level. More... | |
virtual void | writePlotHeader (HDF5Handle &a_handle) const |
Write plotfile header. More... | |
virtual void | writePlotLevel (HDF5Handle &a_handle) const |
Write plotfile data for this level. More... | |
virtual Real | computeDt () |
Returns the dt computed earlier for this level. More... | |
virtual Real | computeInitialDt () |
Compute dt using initial data. More... | |
const LevelData< FArrayBox > & | getStateNew () const |
const LevelData< FArrayBox > & | getStateOld () const |
bool | allDefined () const |
Public Member Functions inherited from AMRLevel | |
AMRLevel () | |
virtual | ~AMRLevel () |
virtual bool | convergedToSteadyState () |
virtual void | preRegrid (int a_base_level, const Vector< Vector< Box > > &a_new_grids) |
virtual void | postRegrid (int a_base_level) |
virtual void | postInitialGrid (const bool a_restart) |
virtual void | conclude (int a_step) const |
virtual void | writeCustomPlotFile (const std::string &a_prefix, int a_step) const |
virtual void | finerLevelPtr (AMRLevel *a_finer_level_ptr) |
virtual void | dt (Real a_dt) |
virtual void | time (Real a_time) |
virtual void | initialDtMultiplier (Real a_initial_dt_multiplier) |
virtual Real | dt () const |
virtual Real | time () const |
virtual Real | initialDtMultiplier () const |
virtual const ProblemDomain & | problemDomain () const |
virtual Vector< Box > | boxes () const |
bool | isDefined () const |
bool | hasCoarserLevel () const |
bool | hasFinerLevel () const |
virtual int | level () const |
virtual int | refRatio () const |
Vector< AMRLevel * > | getAMRLevelHierarchy () |
Retrieve an array of all of the AMRLevel objects in the entire hierarchy. More... | |
Protected Member Functions | |
DisjointBoxLayout | loadBalance (const Vector< Box > &a_grids) |
void | levelSetup () |
AMRLevelPolytropicGas * | getCoarserLevel () const |
AMRLevelPolytropicGas * | getFinerLevel () const |
Protected Attributes | |
LevelData< FArrayBox > | m_UOld |
LevelData< FArrayBox > | m_UNew |
Real | m_cfl |
Real | m_dx |
FineInterp | m_fineInterp |
CoarseAverage | m_coarseAverage |
Real | m_dtNew |
int | m_numStates |
Vector< string > | m_stateNames |
int | m_numGhost |
Real | m_domainLength |
LevelGodunov | m_levelGodunov |
LevelFluxRegister | m_fluxRegister |
GodunovPhysics * | m_gdnvPhysics |
int | m_normalPredOrder |
bool | m_useFourthOrderSlopes |
bool | m_usePrimLimiting |
bool | m_useCharLimiting |
bool | m_useFlattening |
bool | m_useArtificialViscosity |
Real | m_artificialViscosity |
bool | m_useSourceTerm |
Real | m_sourceTermScaling |
bool | m_highOrderLimiter |
Real | m_refineThresh |
int | m_tagBufferSize |
bool | m_hasCoarser |
bool | m_hasFiner |
DisjointBoxLayout | m_grids |
bool | m_paramsDefined |
Protected Attributes inherited from AMRLevel | |
ProblemDomain | m_problem_domain |
Vector< Box > | m_level_grids |
int | m_level |
int | m_ref_ratio |
Real | m_initial_dt_multiplier |
Real | m_dt |
Real | m_time |
AMRLevel * | m_coarser_level_ptr |
AMRLevel * | m_finer_level_ptr |
bool | m_isDefined |
Private Member Functions | |
void | operator= (const AMRLevelPolytropicGas &) |
AMRLevelPolytropicGas (const AMRLevelPolytropicGas &) | |
Additional Inherited Members | |
Static Public Member Functions inherited from AMRLevel | |
static int | verbosity () |
static void | verbosity (int a_verbosity) |
Static Protected Attributes inherited from AMRLevel | |
static int | s_verbosity |
AMR Godunov.
AMRLevelPolytropicGas::AMRLevelPolytropicGas | ( | ) |
Constructor.
|
virtual |
Destructor.
|
private |
void AMRLevelPolytropicGas::defineParams | ( | const Real & | a_cfl, |
const Real & | a_domainLength, | ||
const int & | a_verbosity, | ||
const Real & | a_refineThresh, | ||
const int & | a_tagBufferSize, | ||
const Real & | a_initialDtMultiplier, | ||
const GodunovPhysics *const | a_godunovPhysics, | ||
const int & | a_normalPredOrder, | ||
const bool & | a_useFourthOrderSlopes, | ||
const bool & | a_usePrimLimiting, | ||
const bool & | a_useCharLimiting, | ||
const bool & | a_useFlattening, | ||
const bool & | a_useArtificialViscosity, | ||
const Real & | a_artificialViscosity, | ||
const bool & | a_useSourceTerm, | ||
const Real & | a_sourceTermScaling, | ||
const bool & | a_highOrderLimiter | ||
) |
Define the parameters the object needs.
a_cfl | CFL number |
a_domainLength | physical dimension of the longest side of the domain |
a_verbosity | verbosity level |
a_refineThresh | undivided gradient size over which a cell will be tagged for refinement |
a_tagBufferSize | number of buffer cells around each tagged cell that will also be tagged |
a_initialDtMultiplier | CFL number at beginning of calculation |
a_godunovPhysics | physics class |
a_normalPredOrder | order of the normal predictor: 1 for PLM, 2 for PPM |
a_useFourthOrderSlopes | whether to use 4th-order slopes |
a_usePrimLimiting | whether to apply slope limiting to primitive variables |
a_useCharLimiting | whether to apply slope limiting to characteristic variables |
a_useFlattening | whether to apply slope flattening |
a_useArtificialViscosity | whether to apply artificial viscosity |
a_artificialViscosity | artificial viscosity coefficient |
a_useSourceTerm | whether to apply source term |
a_sourceTermScaling | scaling of source term |
a_highOrderLimiter | whether to apply 4th-order limiter |
|
virtual |
This instance should never get called - historical.
Reimplemented from AMRLevel.
|
virtual |
Define new AMRLevelPolytropicGas.
Reimplemented from AMRLevel.
|
virtual |
Advance by one timestep.
Implements AMRLevel.
|
virtual |
Things to do after a timestep.
Implements AMRLevel.
|
virtual |
Create tags for regridding.
Implements AMRLevel.
|
virtual |
Create tags at initialization.
Implements AMRLevel.
Set up data on this level after regridding.
Implements AMRLevel.
Initialize grids.
Implements AMRLevel.
|
virtual |
Initialize data.
Implements AMRLevel.
|
virtual |
Things to do after initialization.
Implements AMRLevel.
|
virtual |
Write checkpoint header.
Implements AMRLevel.
|
virtual |
Write checkpoint data for this level.
Implements AMRLevel.
|
virtual |
Read checkpoint header.
Implements AMRLevel.
|
virtual |
Read checkpoint data for this level.
Implements AMRLevel.
|
virtual |
Write plotfile header.
Implements AMRLevel.
|
virtual |
Write plotfile data for this level.
Implements AMRLevel.
|
virtual |
Returns the dt computed earlier for this level.
Implements AMRLevel.
|
virtual |
Compute dt using initial data.
Implements AMRLevel.
bool AMRLevelPolytropicGas::allDefined | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
private |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |