Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PAmrNS.H File Reference

#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:

Include dependency graph

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...


Define Documentation

#define ADVECT_GROW   4
 

#define REALSMALL   1.0e-10
 

#define TGA_EPS   1.0e-8
 

#define TIME_EPS   1.0e-5
 


Enumeration Type Documentation

enum particleUpdateTypes
 

Enumeration values:
predictorCorrector  predictor-corrector scheme
forwardEuler 
betterPredictorCorrector  uses better predictor step
betterForwardEuler  uses better prediction than linear
NUM_UPDATE_TYPES 

enum scalTypes
 

scalar types -- defined to faciliate lagrangian tracking

Enumeration values:
xMarker 
yMarker 
NUM_SCAL_TYPES 

enum viscousSolverTypes
 

Enumeration values:
backwardEuler 
CrankNicolson 
TGA 
NUM_SOLVER_TYPES 


Generated on Wed Jan 19 17:54:20 2005 for Chombo&INSwithParticles by doxygen1.2.16