#include <ParticleAMRNSFactory.H>
Inheritance diagram for ParticleAMRNSFactory:


Public Member Functions | |
| ParticleAMRNSFactory () | |
| virtual AMRLevel * | new_amrlevel () const |
| virtual | ~ParticleAMRNSFactory () |
| void | CFL (const Real a_cfl) |
| void | particleCFL (const Real a_particle_cfl) |
| set cfl condition based on particles | |
| void | refinementThreshold (const Real a_refine_threshold) |
| void | setPhysBC (const PhysBCUtil &a_physBC) |
| void | setLimitSolverCoarsening (bool a_limitSolverCoarsening) |
Protected Member Functions | |
| void | setDefaultValues () |
Protected Attributes | |
| Real | m_cfl |
| Real | m_particleCFL |
| cfl number for computing timestep based on particles | |
| Real | m_refine_thresh |
| PhysBCUtil * | m_physBCPtr |
| bool | m_limitSolverCoarsening |
|
|
|
|
|
|
|
|
|
|
|
Factory function. Creates a new AMRLevel. In your instantiation you should include defining all the stuff that is not part of the AMRLevel API. Implements AMRLevelFactory. |
|
|
set cfl condition based on particles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cfl number for computing timestep based on particles
|
|
|
|
|
|
|
1.3.2