#include "AMRLevel.H"#include "CoarseAverage.H"#include "PiecewiseLinearFillPatch.H"#include "BinFab.H"#include "DragParticle.H"#include "AMRParticleProjector.H"#include "AmrProjector.H"#include "PoissonOp.H"#include "VelocityPoissonOp.H"#include "PhysBCUtil.H"#include "PatchAdvection.H"#include "OldPhysIBC.H"Include dependency graph for PAmrNS.H:

Go to the source code of this file.
Compounds | |
| class | PAmrNS |
| Class to manage non-subcycled advance for AMRINS with particles. More... | |
Defines | |
| #define | ADVECT_GROW 4 |
| #define | TIME_EPS 1.0e-5 |
| #define | TGA_EPS 1.0e-8 |
| #define | REALSMALL 1.0e-10 |
Enumerations | |
| enum | viscousSolverTypes { backwardEuler = 0, CrankNicolson, TGA, NUM_SOLVER_TYPES } |
| enum | particleUpdateTypes { predictorCorrector = 0, forwardEuler, betterPredictorCorrector, betterForwardEuler, NUM_UPDATE_TYPES } |
| enum | scalTypes { xMarker = 0, yMarker, NUM_SCAL_TYPES } |
| scalar types -- defined to faciliate lagrangian tracking More... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scalar types -- defined to faciliate lagrangian tracking
|
|
|
|
1.2.16