Memosa-FVM
0.2
|
#include <COMETModel.h>
Public Types | |
typedef NumTypeTraits< T > ::T_Scalar | T_Scalar |
typedef Array< int > | IntArray |
typedef Array< T > | TArray |
typedef shared_ptr< TArray > | TArrptr |
typedef Array< bool > | BArray |
typedef Array2D< T > | TArray2D |
typedef Vector< T, 3 > | VectorT3 |
typedef Array< VectorT3 > | VectorT3Array |
typedef shared_ptr< VectorT3Array > | VT3Ptr |
typedef StressTensor< T > | StressTensorT6 |
typedef Array< StressTensorT6 > | StressTensorArray |
typedef std::vector< Field * > | stdVectorField |
typedef DistFunctFields< T > | TDistFF |
typedef Vector< T, 5 > | VectorT5 |
typedef Array< VectorT5 > | VectorT5Array |
typedef Vector< T, 6 > | VectorT6 |
typedef Array< VectorT6 > | VectorT6Array |
typedef Vector< T, 10 > | VectorT10 |
typedef Array< VectorT10 > | VectorT10Array |
typedef shared_ptr< MeshList > | MshLstPtr |
typedef shared_ptr< Mesh > | MeshPtr |
typedef shared_ptr< GeomFields > | GeoFldsPtr |
typedef shared_ptr< StorageSite > | SSPtr |
typedef shared_ptr < CRConnectivity > | CRPtr |
typedef Array< int > | BCfaceArray |
typedef shared_ptr< BCfaceArray > | BfacePtr |
typedef vector< BfacePtr > | BCfaceList |
typedef Array< int > | BCcellArray |
typedef shared_ptr< BCcellArray > | BCellPtr |
typedef vector< BCellPtr > | BCcellList |
typedef Quadrature< T > | TQuad |
typedef std::map< int, COMETBC < T > * > | COMETBCMap |
typedef std::map< int, COMETVC < T > * > | COMETVCMap |
typedef COMETModel< T > | TCOMET |
typedef shared_ptr< TCOMET > | TCOMETPtr |
typedef MultiField::ArrayIndex | Index |
typedef pair< Index, Index > | EntryIndex |
typedef pair< const StorageSite *, const StorageSite * > | SSPair |
typedef map< EntryIndex, shared_ptr< Matrix > > | MatrixMap |
typedef map< Index, int > | MatrixSizeMap |
typedef map< const Mesh *, int > | SizeMap |
typedef map< const StorageSite *, StorageSite * > | SiteMap |
typedef map< SSPair, shared_ptr< Array< int > > > | MatrixMappersMap |
typedef map< Index, shared_ptr < StorageSite > > | StorageSiteMap |
typedef map< const StorageSite *, shared_ptr< StorageSite > > | GhostStorageSiteMap |
typedef NumTypeTraits< T > ::T_Scalar | T_Scalar |
typedef Vector< T_Scalar, 3 > | VectorT3 |
typedef Array< VectorT3 > | VectorT3Array |
typedef shared_ptr< VectorT3Array > | VT3Ptr |
typedef Kspace< T > | Tkspace |
typedef Tkspace * | TkspPtr |
typedef vector< Tkspace * > | TkspList |
typedef kvol< T > | Tkvol |
typedef pmode< T > | Tmode |
typedef Array< bool > | BArray |
typedef Array< int > | IntArray |
typedef shared_ptr< IntArray > | IntArrPtr |
typedef Array< T > | TArray |
typedef shared_ptr< TArray > | TArrptr |
typedef map< int, COMETBC< T > * > | COMETBCMap |
typedef vector< COMETIC< T > * > | IClist |
typedef map< int, int > | MeshKspaceMap |
typedef COMETModel< T > | TCOMET |
typedef shared_ptr< TCOMET > | TCOMETPtr |
typedef COMETModelOptions< T > | TCModOpts |
typedef Tmode::Mode_ptr | Mode_ptr |
typedef Tmode::Reflection | Reflection |
typedef Tmode::Reflptr | Reflptr |
typedef Tmode::Refl_pair | Refl_pair |
typedef Tmode::Refl_Map | Refl_Map |
typedef shared_ptr< MeshList > | MshLstPtr |
typedef shared_ptr< Mesh > | MeshPtr |
typedef shared_ptr< GeomFields > | GeoFldsPtr |
typedef shared_ptr< Tkspace > | KspPtr |
typedef shared_ptr< PhononMacro > | PMacroPtr |
typedef shared_ptr< StorageSite > | SSPtr |
typedef shared_ptr < CRConnectivity > | CRPtr |
typedef Array< int > | BCfaceArray |
typedef shared_ptr< BCfaceArray > | BfacePtr |
typedef vector< BfacePtr > | BCfaceList |
typedef Array< int > | BCcellArray |
typedef shared_ptr< BCcellArray > | BCellPtr |
typedef vector< BCellPtr > | BCcellList |
typedef vector< IntArrPtr > | MeshICmap |
typedef KSConnectivity< T > | TKConnectivity |
typedef TKConnectivity * | TKCptr |
typedef vector< TKCptr > | TKClist |
typedef map< int, TKClist > | FgTKClistMap |
typedef vector< shared_ptr < Field > > | FieldVector |
typedef pair< const StorageSite *, const StorageSite * > | SSPair |
typedef map< SSPair, shared_ptr< Array< int > > > | ScatGathMaps |
typedef map< const StorageSite *, StorageSite * > | SiteMap |
Public Member Functions | |
COMETModel (const MeshList &meshes, const int level, GeomFields &geomFields, MacroFields ¯oFields, Quadrature< T > &quad, const int ibm=0, GeomFields *finestGeomFields=NULL, const MeshList *finestMeshes=NULL, MacroFields *finestMacroFields=NULL) | |
void | init () |
void | MakeCoarseModel (TCOMET *finerModel) |
void | MakeIBCoarseModel (TCOMET *finerModel, const StorageSite &solidFaces) |
void | MakeCoarseIndex (const StorageSite &solidFaces) |
void | MakeParallel () |
void | InitializeMacroparameters () |
void | InitializeFgammaCoefficients () |
void | ComputeMacroparameters () |
void | ComputeCOMETMacroparameters () |
void | ComputeFineMacroparameters () |
void | ComputeCoarseMacroparameters () |
void | ComputeMacroparametersESBGK () |
void | ComputeCollisionfrequency () |
void | MomentHierarchy () |
void | EntropyGeneration () |
void | initializeMaxwellianEq () |
void | NewtonsMethodBGK (const int ktrial) |
void | EquilibriumDistributionBGK () |
void | setJacobianBGK (SquareMatrix< T, 5 > &fjac, VectorT5 &fvec, const VectorT5 &xn, const VectorT3 &v, const int c) |
void | NewtonsMethodESBGK (const int ktrial) |
void | EquilibriumDistributionESBGK () |
void | setJacobianESBGK (SquareMatrix< T, 10 > &fjac, VectorT10 &fvec, const VectorT10 &xn, const VectorT3 &v, const int c) |
void | initializeMaxwellian () |
void | initializeFineMaxwellian () |
void | initializeCoarseMaxwellian () |
void | weightedMaxwellian (double weight1, double uvel1, double vvel1, double wvel1, double uvel2, double vvel2, double wvel2, double temp1, double temp2) |
void | weightedMaxwellian (double weight1, double uvel1, double uvel2, double temp1, double temp2) |
COMETBCMap & | getBCMap () |
COMETVCMap & | getVCMap () |
COMETModelOptions< T > & | getOptions () |
const map< int, vector< int > > & | getFaceReflectionArrayMap () const |
map< string, shared_ptr < ArrayBase > > & | getPersistenceData () |
void | restart () |
void | SetBoundaryConditions () |
void | updateTime () |
void | callCOMETBoundaryConditions () |
void | OutputDsfBLOCK (const char *filename) |
void | MakeCoarseMesh1 (const MeshList &inMeshes, GeomFields &inGeomFields, MeshList &outMeshes) |
int | MakeCoarseMesh2 (const MeshList &inMeshes, GeomFields &inGeomFields, GeomFields &coarseGeomFields, MeshList &outMeshes) |
void | syncGhostCoarsening (const MeshList &inMeshes, GeomFields &inGeomFields, MeshList &outMeshes) |
void | computeIBFaceDsf (const StorageSite &solidFaces, const int method, const int RelaxDistribution=0) |
void | computeSolidFacePressure (const StorageSite &solidFaces) |
void | computeSolidFaceDsf (const StorageSite &solidFaces, const int method, const int RelaxDistribution=0) |
void | correctMassDeficit () |
void | correctMassDeficit2 (double n1, double n2) |
const double | ConservationofMassCheck () |
void | ConservationofMFSolid (const StorageSite &solidFaces) const |
void | doSweeps (const int sweeps, const int num) |
void | doSweeps (const int sweeps, const int num, const StorageSite &solidFaces) |
void | smooth (const int num, const StorageSite &solidFaces) |
void | smooth (const int num) |
T | updateResid (const bool addFAS) |
T | updateResid (const bool addFAS, const StorageSite &solidFaces) |
void | cycle () |
void | cycle (const StorageSite &solidFaces) |
void | injectResid () |
void | makeFAS () |
void | makeFAS (const StorageSite &solidFaces) |
void | correctSolution () |
void | advance (const int iters) |
T | advance (const int iters, const StorageSite &solidFaces) |
void | computeSurfaceForce (const StorageSite &solidFaces, bool perUnitArea, bool IBM=0) |
void | OutputDsfPOINT () |
DistFunctFields< T > & | getdsf () |
const DistFunctFields< T > & | getdsf1 () const |
const DistFunctFields< T > & | getdsf2 () const |
const DistFunctFields< T > & | getdsfEq () const |
const DistFunctFields< T > & | getdsfEqES () const |
DistFunctFields< T > & | getdsf0 () |
DistFunctFields< T > & | getdsfInj () |
DistFunctFields< T > & | getdsfRes () |
DistFunctFields< T > & | getdsfFAS () |
void | setBCMap (COMETBCMap *bcMap) |
void | setCoarserLevel (TCOMET *cl) |
void | setFinerLevel (TCOMET *fl) |
int | getLevel () |
const MeshList & | getMeshList () |
GeomFields & | getGeomFields () |
TQuad & | getQuadrature () |
MacroFields & | getMacro () |
T | getResidual () |
COMETModel (const MeshList &meshes, const int level, GeomFields &geomFields, TkspList &kspaces, PhononMacro ¯o) | |
TCModOpts & | getOptions () |
COMETBCMap & | getBCs () |
MeshKspaceMap & | getMKMap () |
void | init () |
void | initFromOld () |
void | initCoarse () |
void | setLocalScatterMaps (const Mesh &mesh0, StorageSite &faces0, const Mesh &mesh1, StorageSite &faces1) |
void | applyTemperatureBoundaries () |
void | initializeTemperatureBoundaries () |
void | MakeCoarseModel (TCOMET *finerModel) |
void | setFinestLevel (TCOMET *finest) |
void | MakeNewKspaces (TkspList &inList, TkspList &outList) |
void | MakeInteriorCoarseMesh (const MeshList &inMeshes, GeomFields &inGeomFields, MeshList &outMeshes, IntArray &CoarseCounts, map< const StorageSite *, IntArray * > &PreFacePairMap, IntArray &CoarseGhost, SiteMap &siteMap) |
void | syncGhostCoarsening (const MeshList &inMeshes, GeomFields &inGeomFields, MeshList &outMeshes, ScatGathMaps &coarseScatMaps, ScatGathMaps &coarseGathMaps, IntArray &coarseSizes, IntArray &CoarseGhost) |
void | makeCoarseScatGath (const MeshList &inMeshes, SiteMap &siteMap, ScatGathMaps &coarseScatMaps, ScatGathMaps &coarseGathMaps) |
int | FinishCoarseMesh (const MeshList &inMeshes, GeomFields &inGeomFields, MeshList &outMeshes, IntArray &CoarseCounts, map< const StorageSite *, IntArray * > &PreFacePairMap, IntArray &coarseGhost) |
int | coarsenInterior (const int m, const Mesh &mesh, GeomFields &inGeomFields, int &coarseCount) |
int | correctSingleNeighbor (const int m, const Mesh &mesh, GeomFields &inGeomFields, int coarseCount, map< const StorageSite *, IntArray * > PreFacePairMap) |
void | coarsenInterfaceCells (COMETIC< T > &ic, IntArray &coarseCounts, GeomFields &inGeomFields, const MeshList &inMeshes) |
void | doSweeps (const int sweeps) |
void | smooth (int dir) |
T | updateResid (const bool addFAS) |
void | swapGhostInfo () |
void | cycle () |
void | injectResid () |
void | makeFAS () |
void | sete0 () |
void | correctSolution () |
void | updateTL () |
void | advance (const int iters) |
T | HeatFluxIntegral (const Mesh &mesh, const int faceGroupId) |
T | HeatFluxIntegralFace (const Mesh &mesh, const int f) |
ArrayBase * | binwiseHeatFluxIntegral (const Mesh &mesh, const int faceGroupId) |
ArrayBase * | modewiseHeatFluxIntegral (const Mesh &mesh, const int faceGroupId) |
T | getWallArea (const Mesh &mesh, const int faceGroupId) |
VectorT3 | getWallAreaVector (const Mesh &mesh, const int faceGroupId) |
ArrayBase * | getValueArray (const Mesh &mesh, const int cell) |
void | equilibrate () |
ArrayBase & | getLatticeTemp (const Mesh &mesh) |
void | setStraightLine (const T T1, const T T2) |
void | calcModeTemps () |
void | calcBandTemps () |
void | calcBandRelEnergy () |
void | calcModeFlux () |
void | calcBandFlux () |
T | calcDomainStats () |
void | makeCellColors (const int level) |
void | makePlotColors (const int level) |
void | makeFinestToCoarseConn () |
TCOMET * | getModelPointer (const int level) |
bool | sameFaceGroup (const Mesh &mesh, const int f0, const int f1) |
T | getAverageTemperature () |
void | makeNonEqTemp () |
void | setBCMap (COMETBCMap *bcMap) |
void | setCoarserLevel (TCOMET *cl) |
void | setFinerLevel (TCOMET *fl) |
TCOMET * | getFinerModel () |
int | getLevel () |
const MeshList & | getMeshList () |
GeomFields & | getGeomFields () |
TkspList & | getKspaces () |
Tkspace & | getKspace (const int i) |
PhononMacro & | getMacro () |
T | getResidual () |
IClist & | getIClist () |
MeshICmap & | getMeshICmap () |
![]() | |
Model (const MeshList &meshes) | |
virtual | ~Model () |
DEFINE_TYPENAME ("Model") | |
Additional Inherited Members | |
![]() | |
const MeshList | _meshes |
StorageSiteList | _varSites |
StorageSiteList | _fluxSites |
map< string, shared_ptr < ArrayBase > > | _persistenceData |
Definition at line 51 of file esbgkbase/COMETModel.h.
typedef Array<bool> COMETModel< T >::BArray |
Definition at line 35 of file phononbase/COMETModel.h.
typedef Array<bool> COMETModel< T >::BArray |
Definition at line 58 of file esbgkbase/COMETModel.h.
typedef Array<int> COMETModel< T >::BCcellArray |
Definition at line 61 of file phononbase/COMETModel.h.
typedef Array<int> COMETModel< T >::BCcellArray |
Definition at line 84 of file esbgkbase/COMETModel.h.
typedef vector<BCellPtr> COMETModel< T >::BCcellList |
Definition at line 63 of file phononbase/COMETModel.h.
typedef vector<BCellPtr> COMETModel< T >::BCcellList |
Definition at line 86 of file esbgkbase/COMETModel.h.
typedef shared_ptr<BCcellArray> COMETModel< T >::BCellPtr |
Definition at line 62 of file phononbase/COMETModel.h.
typedef shared_ptr<BCcellArray> COMETModel< T >::BCellPtr |
Definition at line 85 of file esbgkbase/COMETModel.h.
typedef Array<int> COMETModel< T >::BCfaceArray |
Definition at line 58 of file phononbase/COMETModel.h.
typedef Array<int> COMETModel< T >::BCfaceArray |
Definition at line 81 of file esbgkbase/COMETModel.h.
typedef vector<BfacePtr> COMETModel< T >::BCfaceList |
Definition at line 60 of file phononbase/COMETModel.h.
typedef vector<BfacePtr> COMETModel< T >::BCfaceList |
Definition at line 83 of file esbgkbase/COMETModel.h.
typedef shared_ptr<BCfaceArray> COMETModel< T >::BfacePtr |
Definition at line 59 of file phononbase/COMETModel.h.
typedef shared_ptr<BCfaceArray> COMETModel< T >::BfacePtr |
Definition at line 82 of file esbgkbase/COMETModel.h.
typedef map<int,COMETBC<T>*> COMETModel< T >::COMETBCMap |
Definition at line 40 of file phononbase/COMETModel.h.
typedef std::map<int,COMETBC<T>*> COMETModel< T >::COMETBCMap |
Definition at line 90 of file esbgkbase/COMETModel.h.
typedef std::map<int,COMETVC<T>*> COMETModel< T >::COMETVCMap |
Definition at line 91 of file esbgkbase/COMETModel.h.
typedef shared_ptr<CRConnectivity> COMETModel< T >::CRPtr |
Definition at line 57 of file phononbase/COMETModel.h.
typedef shared_ptr<CRConnectivity> COMETModel< T >::CRPtr |
Definition at line 79 of file esbgkbase/COMETModel.h.
typedef pair<Index,Index> COMETModel< T >::EntryIndex |
Definition at line 96 of file esbgkbase/COMETModel.h.
typedef map<int, TKClist> COMETModel< T >::FgTKClistMap |
Definition at line 68 of file phononbase/COMETModel.h.
typedef vector<shared_ptr<Field> > COMETModel< T >::FieldVector |
Definition at line 69 of file phononbase/COMETModel.h.
typedef shared_ptr<GeomFields> COMETModel< T >::GeoFldsPtr |
Definition at line 53 of file phononbase/COMETModel.h.
typedef shared_ptr<GeomFields> COMETModel< T >::GeoFldsPtr |
Definition at line 77 of file esbgkbase/COMETModel.h.
typedef map<const StorageSite*,shared_ptr<StorageSite> > COMETModel< T >::GhostStorageSiteMap |
Definition at line 107 of file esbgkbase/COMETModel.h.
typedef vector<COMETIC<T>*> COMETModel< T >::IClist |
Definition at line 41 of file phononbase/COMETModel.h.
typedef MultiField::ArrayIndex COMETModel< T >::Index |
Definition at line 95 of file esbgkbase/COMETModel.h.
typedef Array<int> COMETModel< T >::IntArray |
Definition at line 36 of file phononbase/COMETModel.h.
typedef Array<int> COMETModel< T >::IntArray |
Definition at line 55 of file esbgkbase/COMETModel.h.
typedef shared_ptr<IntArray> COMETModel< T >::IntArrPtr |
Definition at line 37 of file phononbase/COMETModel.h.
typedef shared_ptr<Tkspace> COMETModel< T >::KspPtr |
Definition at line 54 of file phononbase/COMETModel.h.
typedef map<EntryIndex,shared_ptr<Matrix> > COMETModel< T >::MatrixMap |
Definition at line 99 of file esbgkbase/COMETModel.h.
typedef map<SSPair,shared_ptr<Array<int> > > COMETModel< T >::MatrixMappersMap |
Definition at line 104 of file esbgkbase/COMETModel.h.
typedef map<Index,int> COMETModel< T >::MatrixSizeMap |
Definition at line 100 of file esbgkbase/COMETModel.h.
typedef vector<IntArrPtr> COMETModel< T >::MeshICmap |
Definition at line 64 of file phononbase/COMETModel.h.
typedef map<int,int> COMETModel< T >::MeshKspaceMap |
Definition at line 42 of file phononbase/COMETModel.h.
typedef shared_ptr<Mesh> COMETModel< T >::MeshPtr |
Definition at line 52 of file phononbase/COMETModel.h.
typedef shared_ptr<Mesh> COMETModel< T >::MeshPtr |
Definition at line 76 of file esbgkbase/COMETModel.h.
typedef Tmode::Mode_ptr COMETModel< T >::Mode_ptr |
Definition at line 46 of file phononbase/COMETModel.h.
typedef shared_ptr<MeshList> COMETModel< T >::MshLstPtr |
Definition at line 51 of file phononbase/COMETModel.h.
typedef shared_ptr<MeshList> COMETModel< T >::MshLstPtr |
Definition at line 75 of file esbgkbase/COMETModel.h.
typedef shared_ptr<PhononMacro> COMETModel< T >::PMacroPtr |
Definition at line 55 of file phononbase/COMETModel.h.
typedef Tmode::Refl_Map COMETModel< T >::Refl_Map |
Definition at line 50 of file phononbase/COMETModel.h.
typedef Tmode::Refl_pair COMETModel< T >::Refl_pair |
Definition at line 49 of file phononbase/COMETModel.h.
typedef Tmode::Reflection COMETModel< T >::Reflection |
Definition at line 47 of file phononbase/COMETModel.h.
typedef Tmode::Reflptr COMETModel< T >::Reflptr |
Definition at line 48 of file phononbase/COMETModel.h.
typedef map<SSPair,shared_ptr<Array<int> > > COMETModel< T >::ScatGathMaps |
Definition at line 71 of file phononbase/COMETModel.h.
typedef map<const StorageSite*, StorageSite*> COMETModel< T >::SiteMap |
Definition at line 72 of file phononbase/COMETModel.h.
typedef map<const StorageSite*,StorageSite*> COMETModel< T >::SiteMap |
Definition at line 102 of file esbgkbase/COMETModel.h.
typedef map<const Mesh*,int> COMETModel< T >::SizeMap |
Definition at line 101 of file esbgkbase/COMETModel.h.
typedef pair<const StorageSite*, const StorageSite*> COMETModel< T >::SSPair |
Definition at line 70 of file phononbase/COMETModel.h.
typedef pair<const StorageSite*, const StorageSite*> COMETModel< T >::SSPair |
Definition at line 97 of file esbgkbase/COMETModel.h.
typedef shared_ptr<StorageSite> COMETModel< T >::SSPtr |
Definition at line 56 of file phononbase/COMETModel.h.
typedef shared_ptr<StorageSite> COMETModel< T >::SSPtr |
Definition at line 78 of file esbgkbase/COMETModel.h.
typedef std::vector<Field*> COMETModel< T >::stdVectorField |
Definition at line 65 of file esbgkbase/COMETModel.h.
typedef map<Index,shared_ptr<StorageSite> > COMETModel< T >::StorageSiteMap |
Definition at line 106 of file esbgkbase/COMETModel.h.
typedef Array<StressTensorT6> COMETModel< T >::StressTensorArray |
Definition at line 64 of file esbgkbase/COMETModel.h.
typedef StressTensor<T> COMETModel< T >::StressTensorT6 |
Definition at line 63 of file esbgkbase/COMETModel.h.
typedef NumTypeTraits<T>::T_Scalar COMETModel< T >::T_Scalar |
Definition at line 26 of file phononbase/COMETModel.h.
typedef NumTypeTraits<T>:: T_Scalar COMETModel< T >::T_Scalar |
Definition at line 54 of file esbgkbase/COMETModel.h.
typedef Array<T> COMETModel< T >::TArray |
Definition at line 38 of file phononbase/COMETModel.h.
typedef Array<T> COMETModel< T >::TArray |
Definition at line 56 of file esbgkbase/COMETModel.h.
typedef Array2D<T> COMETModel< T >::TArray2D |
Definition at line 59 of file esbgkbase/COMETModel.h.
typedef shared_ptr<TArray> COMETModel< T >::TArrptr |
Definition at line 39 of file phononbase/COMETModel.h.
typedef shared_ptr<TArray> COMETModel< T >::TArrptr |
Definition at line 57 of file esbgkbase/COMETModel.h.
typedef COMETModelOptions<T> COMETModel< T >::TCModOpts |
Definition at line 45 of file phononbase/COMETModel.h.
typedef COMETModel<T> COMETModel< T >::TCOMET |
Definition at line 43 of file phononbase/COMETModel.h.
typedef COMETModel<T> COMETModel< T >::TCOMET |
Definition at line 92 of file esbgkbase/COMETModel.h.
typedef shared_ptr<TCOMET> COMETModel< T >::TCOMETPtr |
Definition at line 44 of file phononbase/COMETModel.h.
typedef shared_ptr<TCOMET> COMETModel< T >::TCOMETPtr |
Definition at line 93 of file esbgkbase/COMETModel.h.
typedef DistFunctFields<T> COMETModel< T >::TDistFF |
Definition at line 66 of file esbgkbase/COMETModel.h.
typedef vector<TKCptr> COMETModel< T >::TKClist |
Definition at line 67 of file phononbase/COMETModel.h.
typedef KSConnectivity<T> COMETModel< T >::TKConnectivity |
Definition at line 65 of file phononbase/COMETModel.h.
typedef TKConnectivity* COMETModel< T >::TKCptr |
Definition at line 66 of file phononbase/COMETModel.h.
typedef Kspace<T> COMETModel< T >::Tkspace |
Definition at line 30 of file phononbase/COMETModel.h.
typedef vector<Tkspace*> COMETModel< T >::TkspList |
Definition at line 32 of file phononbase/COMETModel.h.
typedef Tkspace* COMETModel< T >::TkspPtr |
Definition at line 31 of file phononbase/COMETModel.h.
typedef kvol<T> COMETModel< T >::Tkvol |
Definition at line 33 of file phononbase/COMETModel.h.
typedef pmode<T> COMETModel< T >::Tmode |
Definition at line 34 of file phononbase/COMETModel.h.
typedef Quadrature<T> COMETModel< T >::TQuad |
Definition at line 88 of file esbgkbase/COMETModel.h.
typedef Vector<T,10> COMETModel< T >::VectorT10 |
Definition at line 72 of file esbgkbase/COMETModel.h.
typedef Array<VectorT10> COMETModel< T >::VectorT10Array |
Definition at line 73 of file esbgkbase/COMETModel.h.
typedef Vector<T_Scalar,3> COMETModel< T >::VectorT3 |
Definition at line 27 of file phononbase/COMETModel.h.
typedef Vector<T,3> COMETModel< T >::VectorT3 |
Definition at line 60 of file esbgkbase/COMETModel.h.
typedef Array<VectorT3> COMETModel< T >::VectorT3Array |
Definition at line 28 of file phononbase/COMETModel.h.
typedef Array<VectorT3> COMETModel< T >::VectorT3Array |
Definition at line 61 of file esbgkbase/COMETModel.h.
typedef Vector<T,5> COMETModel< T >::VectorT5 |
Definition at line 68 of file esbgkbase/COMETModel.h.
typedef Array<VectorT5> COMETModel< T >::VectorT5Array |
Definition at line 69 of file esbgkbase/COMETModel.h.
typedef Vector<T,6> COMETModel< T >::VectorT6 |
Definition at line 70 of file esbgkbase/COMETModel.h.
typedef Array<VectorT6> COMETModel< T >::VectorT6Array |
Definition at line 71 of file esbgkbase/COMETModel.h.
typedef shared_ptr<VectorT3Array> COMETModel< T >::VT3Ptr |
Definition at line 29 of file phononbase/COMETModel.h.
typedef shared_ptr<VectorT3Array> COMETModel< T >::VT3Ptr |
Definition at line 62 of file esbgkbase/COMETModel.h.
|
inline |
Calculation of macro-parameters density, temperature, components of velocity, pressure by taking moments of distribution function using quadrature points and weights from quadrature.h
Definition at line 115 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_BCells, COMETModel< T >::_BFaces, COMETModel< T >::_level, Model::_meshes, COMETModel< T >::_vcMap, COMETModel< T >::_ZCells, COMETModel< T >::ComputeCollisionfrequency(), COMETModel< T >::ComputeFineMacroparameters(), COMETModel< T >::ComputeMacroparameters(), Mesh::getCells(), StorageSite::getCount(), Mesh::getFaces(), Mesh::getID(), StorageSite::getSelfCount(), COMETModel< T >::init(), COMETModel< T >::initializeFineMaxwellian(), COMETModel< T >::InitializeMacroparameters(), COMETModel< T >::initializeMaxwellian(), COMETModel< T >::initializeMaxwellianEq(), COMETModel< T >::SetBoundaryConditions(), and COMETVC< T >::vcType.
Referenced by COMETModel< T >::MakeCoarseModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 74 of file phononbase/COMETModel.h.
References COMETModel< T >::_BCells, COMETModel< T >::_bcMap, COMETModel< T >::_BFaces, COMETModel< T >::_level, Model::_meshes, COMETModel< T >::_MeshKspaceMap, COMETModel< T >::_rank, Mesh::getBoundaryFaceGroups(), Mesh::getCells(), StorageSite::getCount(), Mesh::getFaces(), and FaceGroup::id.
|
inline |
Definition at line 3270 of file phononbase/COMETModel.h.
References COMETModel< T >::_options, COMETModel< T >::_residual, COMETModel< T >::cycle(), and COMETModel< T >::updateResid().
|
inline |
Definition at line 5388 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_initialResidual, COMETModel< T >::_options, COMETModel< T >::_residual, COMETModel< T >::callCOMETBoundaryConditions(), COMETModel< T >::cycle(), and COMETModel< T >::updateResid().
|
inline |
Definition at line 5434 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_initialResidual, COMETModel< T >::_options, COMETModel< T >::_residual, COMETModel< T >::callCOMETBoundaryConditions(), COMETModel< T >::cycle(), and COMETModel< T >::updateResid().
|
inline |
Definition at line 1011 of file phononbase/COMETModel.h.
References COMETModel< T >::_bcMap, COMETModel< T >::_geomFields, COMETModel< T >::_kspaces, COMETModel< T >::_level, Model::_meshes, COMETModel< T >::_MeshKspaceMap, COMETModel< T >::_options, COMETBoundary< T >::applyTemperatureWallCoarse(), COMETBC< T >::bcType, Mesh::getBoundaryFaceGroups(), FloatVarDict< T >::getVal(), FaceGroup::id, and FaceGroup::site.
Referenced by COMETModel< T >::initCoarse(), and COMETModel< T >::smooth().
|
inline |
Definition at line 3400 of file phononbase/COMETModel.h.
References COMETModel< T >::_geomFields, COMETModel< T >::_kspaces, COMETModel< T >::_MeshKspaceMap, GeomFields::area, Mesh::getBoundaryFaceGroups(), StorageSite::getCount(), kvol< T >::getdk3(), Kspace< T >::getDOSptr(), Kspace< T >::geteArray(), Mesh::getFaceCells(), DensityOfStates< T >::getFreqMidsT(), Kspace< T >::getGlobalIndex(), Mesh::getID(), pmode< T >::getIndex(), DensityOfStates< T >::getKIndices(), Kspace< T >::getkvol(), Array< T >::getLength(), DensityOfStates< T >::getMIndices(), kvol< T >::getmode(), pmode< T >::getv(), FaceGroup::id, FaceGroup::site, and Array< T >::zero().
|
inline |
Definition at line 3886 of file phononbase/COMETModel.h.
References COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, PhononMacro::BandFlux, Mesh::getCells(), StorageSite::getCount(), kvol< T >::getdk3(), Kspace< T >::getDK3(), Kspace< T >::getDOSptr(), Kspace< T >::gete(), DensityOfStates< T >::getFreqMidsT(), pmode< T >::getIndex(), DensityOfStates< T >::getKIndices(), Kspace< T >::getkvol(), Array< T >::getLength(), DensityOfStates< T >::getMIndices(), kvol< T >::getmode(), pmode< T >::getv(), and Array< T >::zero().
|
inline |
Definition at line 3772 of file phononbase/COMETModel.h.
References COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, PhononMacro::BandRelEnergy, Mesh::getCells(), StorageSite::getCount(), kvol< T >::getdk3(), Kspace< T >::getDK3(), Kspace< T >::getDOSptr(), Kspace< T >::gete(), DensityOfStates< T >::getFreqMidsT(), pmode< T >::getIndex(), DensityOfStates< T >::getKIndices(), Kspace< T >::getkvol(), Array< T >::getLength(), Kspace< T >::getlength(), DensityOfStates< T >::getMIndices(), kvol< T >::getmode(), kvol< T >::getmodenum(), and Array< T >::zero().
|
inline |
Definition at line 3724 of file phononbase/COMETModel.h.
References COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, PhononMacro::BandTemperatures, Kspace< T >::calcBandTemp(), Mesh::getCells(), StorageSite::getCount(), kvol< T >::getdk3(), Kspace< T >::getDOSptr(), Kspace< T >::gete(), DensityOfStates< T >::getFreqMidsT(), pmode< T >::getIndex(), DensityOfStates< T >::getKIndices(), Kspace< T >::getkvol(), Array< T >::getLength(), DensityOfStates< T >::getMIndices(), kvol< T >::getmode(), PhononMacro::temperature, and Array< T >::zero().
|
inline |
Definition at line 3935 of file phononbase/COMETModel.h.
References COMETModel< T >::_bcMap, COMETModel< T >::_geomFields, Model::_meshes, GeomFields::area, GeomFields::areaMag, fabs(), Mesh::getBoundaryFaceGroups(), Mesh::getCells(), StorageSite::getCount(), StorageSite::getSelfCount(), FaceGroup::id, FaceGroup::site, GeomFields::volume, and Array< T >::zero().
Referenced by COMETModel< T >::init().
|
inline |
Definition at line 3837 of file phononbase/COMETModel.h.
References COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, PhononMacro::BranchFlux, Mesh::getCells(), StorageSite::getCount(), kvol< T >::getdk3(), Kspace< T >::getDK3(), Kspace< T >::gete(), pmode< T >::getIndex(), Kspace< T >::getkvol(), Array< T >::getLength(), Kspace< T >::getlength(), kvol< T >::getmode(), kvol< T >::getmodenum(), pmode< T >::getv(), PhononMacro::heatFlux, and Array< T >::zero().
|
inline |
Definition at line 3685 of file phononbase/COMETModel.h.
References COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, PhononMacro::BranchTemperatures, Kspace< T >::calcModeTemp(), Mesh::getCells(), StorageSite::getCount(), kvol< T >::getdk3(), Kspace< T >::gete(), pmode< T >::getIndex(), Kspace< T >::getkvol(), Kspace< T >::getlength(), kvol< T >::getmode(), PhononMacro::temperature, and Array< T >::zero().
|
inline |
Definition at line 2426 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_bcMap, COMETModel< T >::_dsfPtr, COMETModel< T >::_faceReflectionArrayMap, COMETModel< T >::_geomFields, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_quadrature, COMETBoundaryConditions< X, Diag, OffDiag >::applyNSInterfaceBC(), COMETBoundaryConditions< X, Diag, OffDiag >::applyPressureInletBC(), COMETBoundaryConditions< X, Diag, OffDiag >::applyPressureOutletBC(), COMETBoundaryConditions< X, Diag, OffDiag >::applyRealWallBC(), COMETBoundaryConditions< X, Diag, OffDiag >::applyZeroGradientBC(), COMETBC< T >::bcType, Mesh::getBoundaryFaceGroups(), Mesh::getInterfaceGroups(), FloatVarDict< T >::getVal(), FaceGroup::groupType, FaceGroup::id, and FaceGroup::site.
Referenced by COMETModel< T >::advance(), COMETModel< T >::smooth(), and COMETModel< T >::updateResid().
|
inline |
Definition at line 2509 of file phononbase/COMETModel.h.
References COMETModel< T >::_BFaces, COMETModel< T >::_level, GeomFields::areaMag, COMETIC< T >::FgID0, COMETIC< T >::FgID1, GeomFields::fineToCoarse, Mesh::getAllFaceCells(), Mesh::getCellCells(), Mesh::getCellFaces(), Mesh::getCells(), StorageSite::getCommonMap(), StorageSite::getCount(), CRConnectivity::getCount(), Mesh::getFaceCells(), Mesh::getFaceGroup(), Mesh::getFaces(), StorageSite::getSelfCount(), CRConnectivity::getTranspose(), COMETIC< T >::MeshID0, COMETIC< T >::MeshID1, CRConnectivity::multiply(), FaceGroup::site, and Array< T >::zero().
Referenced by COMETModel< T >::MakeInteriorCoarseMesh().
|
inline |
Definition at line 2249 of file phononbase/COMETModel.h.
References COMETModel< T >::_BFaces, GeomFields::areaMag, GeomFields::fineToCoarse, Mesh::getCellFaces(), Mesh::getCells(), CRConnectivity::getCount(), Mesh::getFaceCells(), Mesh::getFaces(), and StorageSite::getSelfCount().
Referenced by COMETModel< T >::MakeInteriorCoarseMesh().
|
inline |
Definition at line 1353 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_macroFields, Model::_meshes, Field::addArray(), Mesh::getCells(), StorageSite::getCount(), MacroFields::velocityFASCorrection, MacroFields::velocityInjected, and MacroFields::velocityResidual.
Referenced by COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 1486 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, MacroFields::collisionFrequency, MacroFields::density, Mesh::getCells(), StorageSite::getCount(), MacroFields::temperature, and MacroFields::viscosity.
Referenced by COMETModel< T >::COMETModel(), COMETModel< T >::cycle(), COMETModel< T >::MakeIBCoarseModel(), and COMETModel< T >::smooth().
|
inline |
Definition at line 1235 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_quadrature, MacroFields::density, Mesh::getCells(), StorageSite::getCount(), MacroFields::pressure, MacroFields::Stress, MacroFields::temperature, and MacroFields::velocity.
Referenced by COMETModel< T >::cycle(), and COMETModel< T >::smooth().
|
inline |
Definition at line 1318 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_macroFields, Model::_meshes, Field::addArray(), Mesh::getCells(), StorageSite::getCount(), and MacroFields::velocityResidual.
Referenced by COMETModel< T >::COMETModel().
|
inline |
Definition at line 3473 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfEqPtrES, COMETModel< T >::_dsfPtr, COMETModel< T >::_finestGeomFields, COMETModel< T >::_finestMeshes, COMETModel< T >::_geomFields, GeomFields::_interpolationMatrices, COMETModel< T >::_level, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, Field::addArray(), MacroFields::collisionFrequency, GeomFields::coordinate, MacroFields::density, GeomFields::finestToCoarse, Mesh::getAllFaceCells(), Mesh::getCells(), CRConnectivity::getCol(), Mesh::getConnectivity(), StorageSite::getCount(), StorageSite::getCountLevel1(), Array< T >::getData(), Mesh::getFaces(), Mesh::getIBFaceList(), Mesh::getIBFaces(), CRConnectivity::getRow(), GeomFields::ibType, Mesh::isShell(), sqrt(), MacroFields::temperature, MacroFields::velocity, MacroFields::viscosity, and Array< T >::zero().
Referenced by COMETModel< T >::cycle(), and COMETModel< T >::smooth().
|
inline |
Definition at line 1143 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_quadrature, MacroFields::density, Mesh::getCells(), StorageSite::getCount(), MacroFields::pressure, MacroFields::Stress, MacroFields::temperature, and MacroFields::velocity.
Referenced by COMETModel< T >::COMETModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 1406 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfEqPtr, COMETModel< T >::_dsfPtr, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, MacroFields::density, Mesh::getCells(), StorageSite::getCount(), MacroFields::Txx, MacroFields::Txy, MacroFields::Tyy, MacroFields::Tyz, MacroFields::Tzx, MacroFields::Tzz, and MacroFields::velocity.
Referenced by COMETModel< T >::EquilibriumDistributionESBGK().
|
inline |
Definition at line 4154 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfEqPtrES, COMETModel< T >::_dsfPtr, COMETModel< T >::_finestGeomFields, COMETModel< T >::_finestMeshes, COMETModel< T >::_geomFields, GeomFields::_interpolationMatrices, COMETModel< T >::_level, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, Field::addArray(), MacroFields::collisionFrequency, GeomFields::coordinate, MacroFields::density, GeomFields::finestToCoarse, Mesh::getCells(), CRConnectivity::getCol(), Mesh::getConnectivity(), StorageSite::getCount(), StorageSite::getCountLevel1(), Mesh::getFaces(), Mesh::getIBFaceList(), Mesh::getIBFaces(), CRConnectivity::getRow(), Mesh::isShell(), sqrt(), MacroFields::temperature, MacroFields::velocity, MacroFields::viscosity, and Array< T >::zero().
Referenced by COMETModel< T >::cycle(), and COMETModel< T >::smooth().
|
inline |
Definition at line 4117 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_geomFields, GeomFields::_interpolationMatrices, COMETModel< T >::_macroFields, Model::_meshes, Field::addArray(), Mesh::getCells(), StorageSite::getCount(), Array< T >::getData(), Mesh::getIBFaces(), Mesh::isShell(), MacroFields::pressure, and Array< T >::zero().
|
inline |
Definition at line 5481 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr, COMETModel< T >::_geomFields, GeomFields::_interpolationMatrices, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, Field::addArray(), GeomFields::area, GeomFields::areaMag, MacroFields::force, Mesh::getCells(), CRConnectivity::getCol(), Mesh::getConnectivity(), StorageSite::getCount(), CRConnectivity::getRow(), StorageSite::getSelfCount(), MacroFields::velocity, and Array< T >::zero().
|
inline |
Definition at line 4808 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr, COMETModel< T >::_geomFields, Model::_meshes, COMETModel< T >::_quadrature, GeomFields::area, GeomFields::areaMag, Mesh::getAllFaceCells(), Mesh::getCells(), StorageSite::getCount(), StorageSite::getCountLevel1(), Mesh::getFaces(), GeomFields::ibFaceIndex, GeomFields::ibType, and Mesh::IBTYPE_FLUID.
|
inline |
Definition at line 4846 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr, COMETModel< T >::_finestGeomFields, COMETModel< T >::_finestMacroFields, COMETModel< T >::_options, COMETModel< T >::_quadrature, GeomFields::area, GeomFields::areaMag, GeomFields::coordinate, MacroFields::density, epsilon, StorageSite::getCount(), MacroFields::temperature, and MacroFields::velocity.
Referenced by COMETModel< T >::cycle(), and COMETModel< T >::smooth().
|
inline |
Definition at line 4628 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfEqPtrES, COMETModel< T >::_dsfPtr, COMETModel< T >::_geomFields, Model::_meshes, COMETModel< T >::_quadrature, GeomFields::area, GeomFields::areaMag, Mesh::getAllFaceCells(), Mesh::getCells(), StorageSite::getCount(), Mesh::getFaces(), Mesh::getIBFaces(), StorageSite::getSelfCount(), GeomFields::ibFaceIndex, GeomFields::ibType, Mesh::IBTYPE_BOUNDARY, Mesh::IBTYPE_FLUID, and GeomFields::volume.
|
inline |
Definition at line 4749 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfEqPtrES, COMETModel< T >::_dsfPtr, COMETModel< T >::_geomFields, Model::_meshes, COMETModel< T >::_quadrature, Mesh::getCells(), StorageSite::getSelfCount(), GeomFields::ibType, Mesh::IBTYPE_FLUID, and GeomFields::volume.
|
inline |
Definition at line 2357 of file phononbase/COMETModel.h.
References COMETModel< T >::_bcMap, GeomFields::fineToCoarse, Mesh::getBoundaryFaceGroups(), Mesh::getCells(), StorageSite::getCount(), Mesh::getFaceCells(), Mesh::getFaces(), Mesh::getInterfaceGroups(), Array< T >::getLength(), StorageSite::getSelfCount(), FaceGroup::id, and FaceGroup::site.
Referenced by COMETModel< T >::MakeInteriorCoarseMesh().
|
inline |
Definition at line 3158 of file phononbase/COMETModel.h.
References COMETModel< T >::_BFaces, COMETModel< T >::_coarserLevel, COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, Mesh::getCellFaces(), Mesh::getCells(), Mesh::getConnectivity(), StorageSite::getCount(), CRConnectivity::getCount(), Kspace< T >::geteArray(), Kspace< T >::getGlobalIndex(), Kspace< T >::getInjArray(), COMETModel< T >::getKspace(), Kspace< T >::getkvol(), Kspace< T >::getlength(), COMETModel< T >::getMacro(), COMETModel< T >::getMeshList(), kvol< T >::getmodenum(), StorageSite::getSelfCount(), PhononMacro::temperature, and PhononMacro::TlInjected.
|
inline |
Definition at line 5336 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_coarserLevel, COMETModel< T >::_dsfPtr, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_quadrature, DistFunctFields< T >::dsf, Mesh::getCells(), Mesh::getConnectivity(), CRConnectivity::getCount(), COMETModel< T >::getdsf(), COMETModel< T >::getdsf0(), COMETModel< T >::getMacro(), COMETModel< T >::getMeshList(), StorageSite::getSelfCount(), MacroFields::velocity, and MacroFields::velocityInjected.
Referenced by COMETModel< T >::cycle().
|
inline |
Definition at line 2971 of file phononbase/COMETModel.h.
References COMETModel< T >::_coarserLevel, COMETModel< T >::_level, COMETModel< T >::_options, COMETModel< T >::correctSolution(), COMETModel< T >::cycle(), COMETModel< T >::doSweeps(), COMETModel< T >::injectResid(), COMETModel< T >::makeFAS(), COMETModel< T >::sete0(), and COMETModel< T >::updateResid().
|
inline |
Definition at line 5113 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_coarserLevel, COMETModel< T >::_level, COMETModel< T >::_options, COMETModel< T >::ComputeCollisionfrequency(), COMETModel< T >::ComputeCOMETMacroparameters(), COMETModel< T >::correctSolution(), COMETModel< T >::cycle(), COMETModel< T >::doSweeps(), COMETModel< T >::EquilibriumDistributionBGK(), COMETModel< T >::EquilibriumDistributionESBGK(), COMETModel< T >::initializeMaxwellianEq(), COMETModel< T >::injectResid(), COMETModel< T >::makeFAS(), and COMETModel< T >::updateResid().
Referenced by COMETModel< T >::advance(), and COMETModel< T >::cycle().
|
inline |
Definition at line 5155 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_coarserLevel, COMETModel< T >::_level, COMETModel< T >::_options, COMETModel< T >::ComputeCollisionfrequency(), COMETModel< T >::ComputeCOMETMacroparameters(), COMETModel< T >::computeIBFaceDsf(), COMETModel< T >::computeSolidFaceDsf(), COMETModel< T >::ConservationofMFSolid(), COMETModel< T >::correctSolution(), COMETModel< T >::cycle(), COMETModel< T >::doSweeps(), COMETModel< T >::EquilibriumDistributionBGK(), COMETModel< T >::EquilibriumDistributionESBGK(), COMETModel< T >::initializeMaxwellianEq(), COMETModel< T >::injectResid(), COMETModel< T >::makeFAS(), COMETModel< T >::MakeParallel(), and COMETModel< T >::updateResid().
|
inline |
Definition at line 2800 of file phononbase/COMETModel.h.
References COMETModel< T >::smooth().
|
inline |
Definition at line 4915 of file esbgkbase/COMETModel.h.
References COMETModel< T >::smooth().
Referenced by COMETModel< T >::cycle().
|
inline |
Definition at line 4921 of file esbgkbase/COMETModel.h.
References COMETModel< T >::smooth().
|
inline |
Definition at line 1567 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfEqPtr, COMETModel< T >::_dsfEqPtrES, COMETModel< T >::_dsfPtr, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, MacroFields::collisionFrequency, MacroFields::Entropy, MacroFields::EntropyGenRate_Collisional, Mesh::getCells(), and StorageSite::getCount().
|
inline |
Definition at line 3606 of file phononbase/COMETModel.h.
References COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, pmode< T >::calce0(), Mesh::getCells(), StorageSite::getCount(), pmode< T >::getfield(), Kspace< T >::getkvol(), Kspace< T >::getlength(), kvol< T >::getmode(), kvol< T >::getmodenum(), and PhononMacro::temperature.
|
inline |
Definition at line 1748 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfEqPtr, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, MacroFields::coeff, Mesh::getCells(), StorageSite::getCount(), COMETModel< T >::NewtonsMethodBGK(), and MacroFields::velocity.
Referenced by COMETModel< T >::cycle(), and COMETModel< T >::smooth().
|
inline |
Definition at line 1953 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfEqPtrES, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, MacroFields::coeffg, COMETModel< T >::ComputeMacroparametersESBGK(), Mesh::getCells(), StorageSite::getCount(), COMETModel< T >::NewtonsMethodESBGK(), and MacroFields::velocity.
Referenced by COMETModel< T >::cycle(), and COMETModel< T >::smooth().
|
inline |
needs to be changed
Definition at line 1663 of file phononbase/COMETModel.h.
References COMETModel< T >::_bcMap, Field::addArray(), GeomFields::area, GeomFields::areaMag, GeomFields::coordinate, Mesh::createBoundaryFaceGroup(), Mesh::createInterfaceGroup(), Mesh::createInteriorFaceGroup(), GeomFields::fineToCoarse, Mesh::getBoundaryFaceGroups(), Mesh::getCells(), StorageSite::getCount(), Mesh::getFaceCells(), Mesh::getFaces(), StorageSite::getGatherMap(), StorageSite::getGatherProcID(), Array< T >::getLength(), StorageSite::getOffset(), StorageSite::getSelfCount(), FaceGroup::groupType, FaceGroup::id, Mesh::setConnectivity(), StorageSite::setCount(), FaceGroup::site, sqrt(), GeomFields::volume, and Array< T >::zero().
Referenced by COMETModel< T >::MakeCoarseModel().
|
inline |
Definition at line 4197 of file phononbase/COMETModel.h.
References COMETModel< T >::_geomFields, COMETModel< T >::_macro, Model::_meshes, Mesh::getCells(), StorageSite::getSelfCount(), PhononMacro::temperature, and GeomFields::volume.
|
inline |
Definition at line 2258 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_bcMap.
Referenced by COMETModel< T >::MakeCoarseModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 127 of file phononbase/COMETModel.h.
References COMETModel< T >::_bcMap.
Referenced by COMETModel< T >::MakeCoarseModel().
|
inline |
Definition at line 5627 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr.
Referenced by COMETModel< T >::correctSolution(), COMETModel< T >::injectResid(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 5632 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr0.
Referenced by COMETModel< T >::correctSolution(), and COMETModel< T >::injectResid().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 5635 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtrFAS.
Referenced by COMETModel< T >::injectResid().
|
inline |
|
inline |
|
inline |
Definition at line 2262 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_faceReflectionArrayMap.
|
inline |
Definition at line 4241 of file phononbase/COMETModel.h.
References COMETModel< T >::_finerLevel.
Referenced by COMETModel< T >::makeFinestToCoarseConn().
|
inline |
|
inline |
Definition at line 5641 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_geomFields.
Referenced by COMETModel< T >::injectResid(), COMETModel< T >::MakeCoarseModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 4258 of file phononbase/COMETModel.h.
References COMETModel< T >::_IClist.
Referenced by COMETModel< T >::MakeCoarseModel().
|
inline |
Definition at line 4246 of file phononbase/COMETModel.h.
References COMETModel< T >::_kspaces.
Referenced by COMETModel< T >::correctSolution(), and COMETModel< T >::injectResid().
|
inline |
Definition at line 4245 of file phononbase/COMETModel.h.
References COMETModel< T >::_kspaces.
Referenced by COMETModel< T >::MakeCoarseModel().
|
inline |
Definition at line 3634 of file phononbase/COMETModel.h.
References COMETModel< T >::_macro, Mesh::getCells(), and PhononMacro::temperature.
|
inline |
|
inline |
Definition at line 5639 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_level.
Referenced by COMETModel< T >::MakeCoarseModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
|
inline |
Definition at line 5643 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_macroFields.
Referenced by COMETModel< T >::correctSolution(), and COMETModel< T >::injectResid().
|
inline |
Definition at line 4259 of file phononbase/COMETModel.h.
References COMETModel< T >::_MeshToIC.
Referenced by COMETModel< T >::MakeCoarseModel().
|
inline |
|
inline |
Definition at line 5640 of file esbgkbase/COMETModel.h.
References Model::_meshes.
Referenced by COMETModel< T >::correctSolution(), COMETModel< T >::injectResid(), COMETModel< T >::makeCellColors(), COMETModel< T >::MakeCoarseModel(), COMETModel< T >::makeFinestToCoarseConn(), COMETModel< T >::MakeIBCoarseModel(), and COMETModel< T >::makePlotColors().
|
inline |
Definition at line 128 of file phononbase/COMETModel.h.
References COMETModel< T >::_MeshKspaceMap.
Referenced by COMETModel< T >::MakeCoarseModel().
|
inline |
Definition at line 4173 of file phononbase/COMETModel.h.
References COMETModel< T >::_coarserLevel, COMETModel< T >::_level, and COMETModel< T >::getModelPointer().
Referenced by COMETModel< T >::getModelPointer(), COMETModel< T >::makeCellColors(), COMETModel< T >::makeFinestToCoarseConn(), and COMETModel< T >::makePlotColors().
|
inline |
|
inline |
Definition at line 2261 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_options.
Referenced by COMETModel< T >::MakeCoarseModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inlinevirtual |
Reimplemented from Model.
Definition at line 2268 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr, COMETModel< T >::_initialKmodelNorm, COMETModel< T >::_niters, COMETModel< T >::_persistenceData, and Array< T >::zero().
|
inline |
Definition at line 5642 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_quadrature.
Referenced by COMETModel< T >::MakeCoarseModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
|
inline |
|
inline |
Definition at line 3580 of file phononbase/COMETModel.h.
References COMETModel< T >::_kspaces, COMETModel< T >::_MeshKspaceMap, Mesh::getCells(), pmode< T >::getfield(), Mesh::getID(), Kspace< T >::getkvol(), Kspace< T >::getlength(), kvol< T >::getmode(), kvol< T >::getmodenum(), and Kspace< T >::gettotmodes().
|
inline |
Definition at line 2259 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_vcMap.
Referenced by COMETModel< T >::MakeCoarseModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 3513 of file phononbase/COMETModel.h.
References COMETModel< T >::_geomFields, GeomFields::areaMag, Mesh::getBoundaryFaceGroups(), StorageSite::getCount(), FaceGroup::id, and FaceGroup::site.
|
inline |
Definition at line 3540 of file phononbase/COMETModel.h.
References COMETModel< T >::_geomFields, GeomFields::area, Mesh::getBoundaryFaceGroups(), StorageSite::getCount(), FaceGroup::id, and FaceGroup::site.
|
inline |
Definition at line 3291 of file phononbase/COMETModel.h.
References COMETModel< T >::_geomFields, COMETModel< T >::_kspaces, COMETModel< T >::_MeshKspaceMap, GeomFields::area, Mesh::getBoundaryFaceGroups(), StorageSite::getCount(), kvol< T >::getdk3(), Kspace< T >::getDK3(), Kspace< T >::geteArray(), Mesh::getFaceCells(), Kspace< T >::getGlobalIndex(), Mesh::getID(), Kspace< T >::getkvol(), Kspace< T >::getlength(), kvol< T >::getmode(), kvol< T >::getmodenum(), pmode< T >::getv(), FaceGroup::id, and FaceGroup::site.
|
inline |
Definition at line 3351 of file phononbase/COMETModel.h.
References COMETModel< T >::_geomFields, COMETModel< T >::_kspaces, COMETModel< T >::_MeshKspaceMap, GeomFields::area, kvol< T >::getdk3(), Kspace< T >::getDK3(), Kspace< T >::geteArray(), Mesh::getFaceCells(), Kspace< T >::getGlobalIndex(), Mesh::getID(), Mesh::getInteriorFaceGroup(), Kspace< T >::getkvol(), Kspace< T >::getlength(), kvol< T >::getmode(), kvol< T >::getmodenum(), pmode< T >::getv(), and FaceGroup::site.
|
inlinevirtual |
Implements Model.
Definition at line 130 of file phononbase/COMETModel.h.
References COMETModel< T >::_BCells, COMETModel< T >::_bcMap, COMETModel< T >::_BFaces, COMETModel< T >::_geomFields, COMETModel< T >::_IClist, COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, COMETModel< T >::_MeshToIC, COMETModel< T >::_options, COMETModel< T >::_rank, COMETModel< T >::_residual, Field::addArray(), GeomFields::area, GeomFields::areaMag, PhononMacro::BranchTemperatures, COMETModel< T >::calcDomainStats(), pmode< T >::calce0(), Mesh::COMETfindCommonFaces(), PhononMacro::deltaT, COMETIC< T >::FgID1, Kspace< T >::findSpecs(), GeomFields::fineToCoarse, Mesh::getBoundaryFaceGroups(), Mesh::getCells(), StorageSite::getCount(), Mesh::getFaceCells(), Kspace< T >::getGlobalIndex(), Mesh::getID(), Mesh::getInterfaceGroups(), Kspace< T >::getkvol(), Kspace< T >::getlength(), kvol< T >::getmode(), kvol< T >::getmodenum(), StorageSite::getOffset(), pmode< T >::getreflmap(), pmode< T >::gettau(), Kspace< T >::gettotmodes(), pmode< T >::getv(), PhononMacro::heatFlux, FaceGroup::id, COMETModel< T >::initializeTemperatureBoundaries(), COMETIC< T >::InterfaceModel, PhononMacro::lam, COMETModel< T >::MakeCoarseModel(), COMETInterface< T >::makeDMMcoeffs(), COMETInterface< T >::makeNoInterfaceCoeffs(), COMETIC< T >::MeshID0, COMETIC< T >::MeshID1, Kspace< T >::sete0Array(), Kspace< T >::seteArray(), COMETModel< T >::setFinestLevel(), COMETModel< T >::setLocalScatterMaps(), Kspace< T >::setResArray(), Kspace< T >::setSourceArray(), Kspace< T >::setTauArray(), FaceGroup::site, sqrt(), PhononMacro::temperature, PhononMacro::TlResidual, COMETInterface< T >::updateOtherGhost(), COMETModel< T >::updateResid(), Kspace< T >::updateTau(), Vector< T, N >::zero(), and Array< T >::zero().
|
inlinevirtual |
Implements Model.
Definition at line 185 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_BCells, COMETModel< T >::_bcMap, COMETModel< T >::_BFaces, COMETModel< T >::_faceReflectionArrayMap, COMETModel< T >::_finestGeomFields, COMETModel< T >::_finestMeshes, COMETModel< T >::_geomFields, COMETModel< T >::_ibm, COMETModel< T >::_initialKmodelNorm, COMETModel< T >::_level, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_niters, COMETModel< T >::_options, COMETModel< T >::_quadrature, COMETModel< T >::_vcMap, COMETModel< T >::_ZCells, Field::addArray(), GeomFields::area, GeomFields::areaMag, MacroFields::coeff, MacroFields::coeffg, MacroFields::collisionFrequency, MacroFields::density, MacroFields::Entropy, MacroFields::EntropyGenRate, MacroFields::EntropyGenRate_Collisional, GeomFields::finestToCoarse, GeomFields::fineToCoarse, Mesh::getBoundaryFaceGroups(), Mesh::getCells(), StorageSite::getCount(), StorageSite::getCountLevel1(), Mesh::getFaceCells(), Mesh::getFaces(), Mesh::getID(), Mesh::getInterfaceGroups(), StorageSite::getOffset(), StorageSite::getSelfCount(), FaceGroup::groupType, GeomFields::ibType, Mesh::IBTYPE_BOUNDARY, Mesh::IBTYPE_FLUID, FaceGroup::id, MacroFields::InterfaceDensity, MacroFields::InterfacePressure, MacroFields::InterfaceStress, MacroFields::InterfaceVelocity, MacroFields::Knq, MacroFields::pressure, FaceGroup::site, MacroFields::Stress, Field::syncLocal(), MacroFields::temperature, MacroFields::Txx, MacroFields::Txy, MacroFields::Tyy, MacroFields::Tyz, MacroFields::Tzx, MacroFields::Tzz, MacroFields::velocity, and MacroFields::viscosity.
Referenced by COMETModel< T >::COMETModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 685 of file phononbase/COMETModel.h.
References COMETModel< T >::_BCells, COMETModel< T >::_bcMap, COMETModel< T >::_BFaces, COMETModel< T >::_geomFields, COMETModel< T >::_IClist, COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, COMETModel< T >::_options, Field::addArray(), COMETModel< T >::applyTemperatureBoundaries(), pmode< T >::calce0(), PhononMacro::deltaT, COMETIC< T >::FgID0, COMETIC< T >::FgID1, GeomFields::fineToCoarse, Mesh::getBoundaryFaceGroups(), Mesh::getCells(), StorageSite::getCount(), Mesh::getFaceCells(), Mesh::getFaceGroup(), Kspace< T >::getGlobalIndex(), Mesh::getInterfaceGroups(), Kspace< T >::getkvol(), Kspace< T >::getlength(), kvol< T >::getmode(), kvol< T >::getmodenum(), StorageSite::getOffset(), pmode< T >::gettau(), Kspace< T >::gettotmodes(), FaceGroup::id, COMETIC< T >::MeshID0, COMETIC< T >::MeshID1, Kspace< T >::sete0Array(), Kspace< T >::seteArray(), Kspace< T >::setFASArray(), Kspace< T >::setInjArray(), COMETModel< T >::setLocalScatterMaps(), Kspace< T >::setResArray(), Kspace< T >::setSourceArray(), Kspace< T >::setTauArray(), FaceGroup::site, PhononMacro::temperature, PhononMacro::TlFASCorrection, PhononMacro::TlInjected, PhononMacro::TlResidual, and Kspace< T >::updateTau().
|
inline |
Definition at line 499 of file phononbase/COMETModel.h.
References COMETModel< T >::_BCells, COMETModel< T >::_bcMap, COMETModel< T >::_BFaces, COMETModel< T >::_geomFields, COMETModel< T >::_IClist, COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, COMETModel< T >::_MeshToIC, COMETModel< T >::_residual, Mesh::COMETfindCommonFaces(), COMETIC< T >::FgID1, Mesh::getBoundaryFaceGroups(), StorageSite::getCount(), Mesh::getFaceCells(), Mesh::getID(), StorageSite::getOffset(), FaceGroup::id, COMETModel< T >::initializeTemperatureBoundaries(), COMETIC< T >::InterfaceModel, COMETModel< T >::MakeCoarseModel(), COMETInterface< T >::makeDMMcoeffs(), COMETIC< T >::MeshID0, COMETIC< T >::MeshID1, FaceGroup::site, COMETModel< T >::updateResid(), and Array< T >::zero().
|
inline |
Definition at line 2146 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr0, COMETModel< T >::_dsfPtrFAS, COMETModel< T >::_dsfPtrRes, Model::_meshes, COMETModel< T >::_quadrature, Mesh::getCells(), and StorageSite::getCount().
Referenced by COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 1089 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, MacroFields::coeff, MacroFields::coeffg, MacroFields::density, Mesh::getCells(), StorageSite::getCount(), MacroFields::temperature, MacroFields::Txx, MacroFields::Txy, MacroFields::Tyy, MacroFields::Tyz, MacroFields::Tzx, and MacroFields::Tzz.
|
inline |
Definition at line 2110 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr0, COMETModel< T >::_dsfPtrRes, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, MacroFields::density, Mesh::getCells(), StorageSite::getCount(), MacroFields::temperature, and MacroFields::velocity.
Referenced by COMETModel< T >::COMETModel().
|
inline |
Definition at line 1021 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, MacroFields::coeff, MacroFields::coeffg, MacroFields::density, MacroFields::Entropy, Mesh::getCells(), StorageSite::getCount(), MacroFields::Knq, MacroFields::pressure, MacroFields::temperature, MacroFields::Txx, MacroFields::Txy, MacroFields::Tyy, MacroFields::Tyz, MacroFields::Tzx, MacroFields::Tzz, and MacroFields::velocity.
Referenced by COMETModel< T >::COMETModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 2057 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr, COMETModel< T >::_dsfPtr1, COMETModel< T >::_dsfPtr2, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, MacroFields::density, Mesh::getCells(), StorageSite::getCount(), MacroFields::temperature, and MacroFields::velocity.
Referenced by COMETModel< T >::COMETModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 1620 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfEqPtr, COMETModel< T >::_dsfEqPtrES, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, MacroFields::coeff, MacroFields::coeffg, Mesh::getCells(), StorageSite::getCount(), and MacroFields::velocity.
Referenced by COMETModel< T >::COMETModel(), COMETModel< T >::cycle(), COMETModel< T >::MakeIBCoarseModel(), and COMETModel< T >::smooth().
|
inline |
Definition at line 1045 of file phononbase/COMETModel.h.
References COMETModel< T >::_bcMap, COMETModel< T >::_geomFields, COMETModel< T >::_kspaces, Model::_meshes, COMETModel< T >::_MeshKspaceMap, COMETModel< T >::_options, COMETBoundary< T >::applyTemperatureWallCoarse(), COMETBoundary< T >::applyTemperatureWallFine(), COMETBC< T >::bcType, Mesh::getBoundaryFaceGroups(), FloatVarDict< T >::getVal(), FaceGroup::id, and FaceGroup::site.
Referenced by COMETModel< T >::init(), and COMETModel< T >::initFromOld().
|
inline |
Definition at line 2988 of file phononbase/COMETModel.h.
References COMETModel< T >::_coarserLevel, COMETModel< T >::_geomFields, COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, Mesh::getCells(), Mesh::getConnectivity(), StorageSite::getCount(), CRConnectivity::getCount(), Kspace< T >::geteArray(), Kspace< T >::getFASArray(), Kspace< T >::getGlobalIndex(), Kspace< T >::getInjArray(), COMETModel< T >::getKspace(), Kspace< T >::getkvol(), Kspace< T >::getlength(), COMETModel< T >::getMacro(), COMETModel< T >::getMeshList(), kvol< T >::getmodenum(), Kspace< T >::getResArray(), StorageSite::getSelfCount(), PhononMacro::temperature, PhononMacro::TlFASCorrection, PhononMacro::TlInjected, PhononMacro::TlResidual, GeomFields::volume, and Array< T >::zero().
|
inline |
Definition at line 5204 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_coarserLevel, COMETModel< T >::_dsfPtr, COMETModel< T >::_dsfPtrRes, COMETModel< T >::_geomFields, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_quadrature, DistFunctFields< T >::dsf, Mesh::getCells(), Mesh::getConnectivity(), CRConnectivity::getCount(), COMETModel< T >::getdsf(), COMETModel< T >::getdsf0(), COMETModel< T >::getdsfFAS(), COMETModel< T >::getGeomFields(), COMETModel< T >::getMacro(), COMETModel< T >::getMeshList(), StorageSite::getSelfCount(), MacroFields::velocity, MacroFields::velocityFASCorrection, MacroFields::velocityInjected, MacroFields::velocityResidual, and GeomFields::volume.
Referenced by COMETModel< T >::cycle().
|
inline |
Definition at line 4018 of file phononbase/COMETModel.h.
References COMETModel< T >::_macro, Field::addArray(), PhononMacro::CellColors, Mesh::getCellCells(), Mesh::getCells(), StorageSite::getCount(), CRConnectivity::getCount(), COMETModel< T >::getMeshList(), COMETModel< T >::getModelPointer(), and StorageSite::getSelfCount().
|
inline |
Definition at line 970 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_coarserLevel, COMETModel< T >::_dsfPtr, COMETModel< T >::_finestGeomFields, COMETModel< T >::_finestMeshes, COMETModel< T >::_geomFields, COMETModel< T >::_level, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, Field::addArray(), GeomFields::finestToCoarse, GeomFields::fineToCoarse, Mesh::getCells(), StorageSite::getCount(), COMETModel< T >::MakeCoarseIndex(), and COMETModel< T >::MakeParallel().
Referenced by COMETModel< T >::MakeCoarseIndex().
|
inline |
Definition at line 2545 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_BFaces, COMETModel< T >::_coarseSizes, COMETModel< T >::_siteMap, GeomFields::area, GeomFields::areaMag, GeomFields::fineToCoarse, Mesh::getBoundaryFaceGroups(), Mesh::getCellFaces(), Mesh::getCells(), StorageSite::getCount(), CRConnectivity::getCount(), Mesh::getDimension(), Mesh::getFaceCells(), Mesh::getFaces(), StorageSite::getSelfCount(), GeomFields::ibType, Mesh::IBTYPE_FLUID, mag(), and FaceGroup::site.
Referenced by COMETModel< T >::MakeCoarseModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 2786 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_BFaces, COMETModel< T >::_coarseGhostSizes, COMETModel< T >::_coarseSizes, COMETModel< T >::_siteMap, Field::addArray(), GeomFields::area, GeomFields::areaMag, Mesh::createBoundaryFaceGroup(), Mesh::createInterfaceGroup(), Mesh::createInteriorFaceGroup(), GeomFields::fineToCoarse, Mesh::getBoundaryFaceGroups(), Mesh::getCellFaces(), Mesh::getCells(), StorageSite::getCount(), StorageSite::getCountLevel1(), Mesh::getDimension(), Mesh::getFaceCells(), Mesh::getFaces(), Mesh::getIBFaces(), Mesh::getInterfaceGroups(), StorageSite::getSelfCount(), FaceGroup::groupType, GeomFields::ibFaceIndex, GeomFields::ibType, Mesh::IBTYPE_FLUID, FaceGroup::id, Mesh::setConnectivity(), StorageSite::setCount(), StorageSite::setCountLevel1(), FaceGroup::site, and GeomFields::volume.
Referenced by COMETModel< T >::MakeCoarseModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 575 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_coarseGatherMaps, COMETModel< T >::_coarseGeomFields, COMETModel< T >::_coarseScatterMaps, COMETModel< T >::_geomFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_sharedSiteMap, COMETModel< T >::_siteMap, COMETModel< T >::COMETModel(), Quadrature< T >::CopyQuad(), GeomFields::fineToCoarse, COMETModel< T >::getBCMap(), Mesh::getCells(), StorageSite::getCount(), StorageSite::getGatherMap(), StorageSite::getGatherMapLevel1(), StorageSite::getGatherProcID(), COMETModel< T >::getGeomFields(), COMETModel< T >::getLevel(), COMETModel< T >::getMeshList(), COMETModel< T >::getOptions(), COMETModel< T >::getQuadrature(), StorageSite::getScatterMap(), StorageSite::getScatterMapLevel1(), StorageSite::getScatterProcID(), StorageSite::getTag(), COMETModel< T >::getVCMap(), COMETModel< T >::MakeCoarseMesh1(), COMETModel< T >::MakeCoarseMesh2(), COMETModel< T >::setCoarserLevel(), COMETModel< T >::syncGhostCoarsening(), and Field::syncLocal().
Referenced by COMETModel< T >::init(), and COMETModel< T >::initFromOld().
|
inline |
Definition at line 1080 of file phononbase/COMETModel.h.
References COMETModel< T >::_geomFields, COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, COMETModel< T >::_options, COMETModel< T >::COMETModel(), GeomFields::fineToCoarse, COMETModel< T >::FinishCoarseMesh(), COMETModel< T >::getBCs(), COMETModel< T >::getGeomFields(), COMETModel< T >::getIClist(), COMETModel< T >::getKspaces(), COMETModel< T >::getLevel(), COMETModel< T >::getMeshICmap(), COMETModel< T >::getMeshList(), COMETModel< T >::getMKMap(), COMETModel< T >::getOptions(), COMETInterface< T >::makeCoarseCoeffs(), COMETModel< T >::makeCoarseScatGath(), COMETModel< T >::MakeInteriorCoarseMesh(), COMETModel< T >::MakeNewKspaces(), COMETModel< T >::setCoarserLevel(), COMETModel< T >::syncGhostCoarsening(), and Field::syncLocal().
|
inline |
Definition at line 1614 of file phononbase/COMETModel.h.
References Model::_meshes, Mesh::getCells(), StorageSite::getGatherMap(), StorageSite::getGatherProcID(), StorageSite::getScatterMap(), StorageSite::getScatterProcID(), StorageSite::getTag(), StorageSite::setGatherProcID(), StorageSite::setScatterProcID(), and StorageSite::setTag().
Referenced by COMETModel< T >::MakeCoarseModel().
|
inline |
Definition at line 3107 of file phononbase/COMETModel.h.
References COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, Mesh::getCells(), Kspace< T >::makeFAS(), PhononMacro::TlFASCorrection, PhononMacro::TlResidual, and COMETModel< T >::updateResid().
|
inline |
Definition at line 5280 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtrFAS, COMETModel< T >::_dsfPtrRes, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_quadrature, Mesh::getCells(), COMETModel< T >::updateResid(), MacroFields::velocityFASCorrection, and MacroFields::velocityResidual.
Referenced by COMETModel< T >::cycle().
|
inline |
Definition at line 5308 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtrFAS, COMETModel< T >::_dsfPtrRes, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_quadrature, Mesh::getCells(), COMETModel< T >::updateResid(), MacroFields::velocityFASCorrection, and MacroFields::velocityResidual.
|
inline |
Definition at line 4139 of file phononbase/COMETModel.h.
References COMETModel< T >::_coarserLevel, Model::_meshes, COMETModel< T >::_options, Mesh::getCells(), Mesh::getConnectivity(), COMETModel< T >::getFinerModel(), COMETModel< T >::getMeshList(), COMETModel< T >::getModelPointer(), CRConnectivity::getTranspose(), and Mesh::setConnectivity().
Referenced by COMETModel< T >::makePlotColors().
|
inline |
Definition at line 753 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_coarseGatherMaps, COMETModel< T >::_coarseGeomFields, COMETModel< T >::_coarserLevel, COMETModel< T >::_coarseScatterMaps, COMETModel< T >::_dsfPtr, COMETModel< T >::_finestGeomFields, COMETModel< T >::_finestMacroFields, COMETModel< T >::_finestMeshes, COMETModel< T >::_geomFields, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, COMETModel< T >::_sharedSiteMap, COMETModel< T >::_siteMap, Field::addArray(), COMETModel< T >::COMETModel(), COMETModel< T >::ComputeCoarseMacroparameters(), COMETModel< T >::ComputeCollisionfrequency(), COMETModel< T >::ComputeMacroparameters(), Quadrature< T >::CopyQuad(), MacroFields::density, DistFunctFields< T >::dsf, GeomFields::fineToCoarse, COMETModel< T >::getBCMap(), Mesh::getCells(), StorageSite::getCount(), COMETModel< T >::getdsf(), StorageSite::getGatherMap(), StorageSite::getGatherMapLevel1(), StorageSite::getGatherProcID(), COMETModel< T >::getGeomFields(), Mesh::getIBFaces(), COMETModel< T >::getLevel(), COMETModel< T >::getMeshList(), COMETModel< T >::getOptions(), COMETModel< T >::getQuadrature(), StorageSite::getScatterMap(), StorageSite::getScatterMapLevel1(), StorageSite::getScatterProcID(), StorageSite::getTag(), COMETModel< T >::getVCMap(), GeomFields::ibType, COMETModel< T >::init(), COMETModel< T >::initializeCoarseMaxwellian(), COMETModel< T >::InitializeMacroparameters(), COMETModel< T >::initializeMaxwellian(), COMETModel< T >::initializeMaxwellianEq(), COMETModel< T >::MakeCoarseMesh1(), COMETModel< T >::MakeCoarseMesh2(), COMETModel< T >::MakeIBCoarseModel(), COMETModel< T >::setCoarserLevel(), COMETModel< T >::setFinerLevel(), COMETModel< T >::syncGhostCoarsening(), Field::syncLocal(), MacroFields::temperature, and MacroFields::velocity.
Referenced by COMETModel< T >::MakeIBCoarseModel().
|
inline |
break up face agglomeration if summed area is zero-ish
Definition at line 1176 of file phononbase/COMETModel.h.
References COMETModel< T >::_bcMap, COMETModel< T >::_IClist, Model::_meshes, GeomFields::area, COMETModel< T >::coarsenInterfaceCells(), COMETModel< T >::coarsenInterior(), COMETModel< T >::correctSingleNeighbor(), COMETIC< T >::FgID0, COMETIC< T >::FgID1, GeomFields::fineToCoarse, COMETIC< T >::FineToCoarse0, COMETIC< T >::FineToCoarse1, Mesh::getBoundaryFaceGroups(), Mesh::getCells(), StorageSite::getCommonMap(), StorageSite::getCount(), CRConnectivity::getCount(), Mesh::getDimension(), Mesh::getFaceCells(), Mesh::getFaceGroup(), Mesh::getFaces(), StorageSite::getOffset(), StorageSite::getSelfCount(), CRConnectivity::getTranspose(), FaceGroup::id, COMETIC< T >::MeshID0, COMETIC< T >::MeshID1, CRConnectivity::multiply(), Mesh::setID(), FaceGroup::site, sqrt(), and Array< T >::zero().
Referenced by COMETModel< T >::MakeCoarseModel().
|
inline |
Definition at line 1160 of file phononbase/COMETModel.h.
References Kspace< T >::CopyKspace().
Referenced by COMETModel< T >::MakeCoarseModel().
|
inline |
Definition at line 4218 of file phononbase/COMETModel.h.
References COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, Kspace< T >::calcLatTemp(), Mesh::getCells(), StorageSite::getSelfCount(), and PhononMacro::temperature.
|
inline |
Definition at line 1009 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr, COMETModel< T >::_quadrature, Field::syncLocal(), and Field::syncLocalVectorFields().
Referenced by COMETModel< T >::cycle(), COMETModel< T >::MakeCoarseIndex(), COMETModel< T >::smooth(), and COMETModel< T >::updateResid().
|
inline |
Definition at line 4074 of file phononbase/COMETModel.h.
References COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_options, Field::addArray(), Mesh::getCells(), PhononMacro::getColorField(), Mesh::getConnectivity(), StorageSite::getCount(), COMETModel< T >::getMeshList(), COMETModel< T >::getModelPointer(), StorageSite::getSelfCount(), COMETModel< T >::makeFinestToCoarseConn(), and PhononMacro::plottingCellColors.
|
inline |
Definition at line 3460 of file phononbase/COMETModel.h.
References COMETModel< T >::_geomFields, COMETModel< T >::_kspaces, COMETModel< T >::_MeshKspaceMap, GeomFields::area, Mesh::getBoundaryFaceGroups(), StorageSite::getCount(), kvol< T >::getdk3(), Kspace< T >::geteArray(), Mesh::getFaceCells(), Kspace< T >::getGlobalIndex(), Mesh::getID(), pmode< T >::getIndex(), Kspace< T >::getkvol(), Kspace< T >::getlength(), kvol< T >::getmode(), kvol< T >::getmodenum(), Kspace< T >::gettotmodes(), pmode< T >::getv(), FaceGroup::id, FaceGroup::site, and Array< T >::zero().
|
inline |
Definition at line 1525 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, Mesh::getCells(), StorageSite::getCount(), MacroFields::Knq, and MacroFields::velocity.
|
inline |
Definition at line 1670 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, MacroFields::coeff, MacroFields::density, fabs(), Mesh::getCells(), StorageSite::getCount(), inverseGauss(), COMETModel< T >::setJacobianBGK(), MacroFields::temperature, and MacroFields::velocity.
Referenced by COMETModel< T >::EquilibriumDistributionBGK().
|
inline |
Definition at line 1840 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, MacroFields::coeffg, MacroFields::density, fabs(), Mesh::getCells(), StorageSite::getCount(), inverseGauss(), COMETModel< T >::setJacobianESBGK(), MacroFields::Txx, MacroFields::Txy, MacroFields::Tyy, MacroFields::Tyz, MacroFields::Tzx, MacroFields::Tzz, and MacroFields::velocity.
Referenced by COMETModel< T >::EquilibriumDistributionESBGK().
|
inline |
Definition at line 2493 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfEqPtr, COMETModel< T >::_dsfEqPtrES, COMETModel< T >::_dsfPtr, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, and Mesh::getCells().
|
inline |
Definition at line 5595 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfEqPtr, COMETModel< T >::_dsfPtr, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, and Mesh::getCells().
|
inlinevirtual |
Reimplemented from Model.
Definition at line 2293 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr, COMETModel< T >::_initialKmodelNorm, COMETModel< T >::_niters, and COMETModel< T >::_persistenceData.
|
inline |
Definition at line 4181 of file phononbase/COMETModel.h.
References Mesh::getBoundaryFaceGroups(), StorageSite::getCount(), StorageSite::getOffset(), and FaceGroup::site.
|
inline |
|
inline |
|
inline |
Definition at line 2313 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_bcMap, Model::_meshes, COMETModel< T >::_vcMap, COMETBC< T >::bcType, Mesh::getBoundaryFaceGroups(), Mesh::getID(), FaceGroup::groupType, FaceGroup::id, and COMETVC< T >::vcType.
Referenced by COMETModel< T >::COMETModel().
|
inline |
|
inline |
Definition at line 5637 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_coarserLevel.
Referenced by COMETModel< T >::MakeCoarseModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 3125 of file phononbase/COMETModel.h.
References COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, pmode< T >::calce0(), Mesh::getCells(), Kspace< T >::gete0Array(), Kspace< T >::getGlobalIndex(), Kspace< T >::getkvol(), Kspace< T >::getlength(), kvol< T >::getmode(), kvol< T >::getmodenum(), StorageSite::getSelfCount(), PhononMacro::temperature, and Kspace< T >::updateTau().
Referenced by COMETModel< T >::cycle().
|
inline |
|
inline |
Definition at line 5638 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_finerLevel.
Referenced by COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 1153 of file phononbase/COMETModel.h.
References COMETModel< T >::_coarserLevel, COMETModel< T >::_finestLevel, and COMETModel< T >::setFinestLevel().
Referenced by COMETModel< T >::init(), and COMETModel< T >::setFinestLevel().
|
inline |
Definition at line 1799 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_quadrature.
Referenced by COMETModel< T >::NewtonsMethodBGK().
|
inline |
Definition at line 2008 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_quadrature.
Referenced by COMETModel< T >::NewtonsMethodESBGK().
|
inline |
Definition at line 988 of file phononbase/COMETModel.h.
References StorageSite::getCommonMap(), StorageSite::getCount(), Mesh::getFaceCells(), and StorageSite::getScatterMap().
Referenced by COMETModel< T >::init(), and COMETModel< T >::initCoarse().
|
inline |
Definition at line 3641 of file phononbase/COMETModel.h.
References COMETModel< T >::_geomFields, COMETModel< T >::_macro, Model::_meshes, GeomFields::coordinate, Mesh::getCells(), StorageSite::getCount(), StorageSite::getSelfCount(), and PhononMacro::temperature.
|
inline |
Definition at line 2810 of file phononbase/COMETModel.h.
References COMETModel< T >::_BCells, COMETModel< T >::_bcMap, COMETModel< T >::_BFaces, COMETModel< T >::_geomFields, COMETModel< T >::_IClist, COMETModel< T >::_kspaces, COMETModel< T >::_level, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, COMETModel< T >::_MeshToIC, COMETModel< T >::_options, COMETModel< T >::applyTemperatureBoundaries(), COMETDiscretizer< T >::COMETSolveCoarse(), COMETDiscretizer< T >::COMETSolveFine(), COMETDiscretizer< T >::COMETSolveFull(), COMETIC< T >::getKConnectivity(), Array< T >::getLength(), COMETIC< T >::getSelfFaceID(), COMETDiscretizer< T >::setfgFinder(), COMETModel< T >::swapGhostInfo(), and COMETInterface< T >::updateOtherGhost().
|
inline |
Definition at line 4927 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_BCells, COMETModel< T >::_bcMap, COMETModel< T >::_BFaces, COMETModel< T >::_dsfEqPtrES, COMETModel< T >::_dsfPtr, COMETModel< T >::_dsfPtr1, COMETModel< T >::_dsfPtr2, COMETModel< T >::_dsfPtrFAS, COMETModel< T >::_dsfPtrRes, COMETModel< T >::_faceReflectionArrayMap, COMETModel< T >::_geomFields, COMETModel< T >::_level, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, COMETModel< T >::_ZCells, COMETESBGKDiscretizer< T >::COMETSolve(), COMETModel< T >::ComputeCollisionfrequency(), COMETModel< T >::ComputeCOMETMacroparameters(), COMETModel< T >::computeIBFaceDsf(), COMETModel< T >::computeSolidFaceDsf(), COMETModel< T >::ConservationofMFSolid(), COMETModel< T >::EquilibriumDistributionBGK(), COMETModel< T >::EquilibriumDistributionESBGK(), COMETModel< T >::initializeMaxwellianEq(), COMETModel< T >::MakeParallel(), and COMETESBGKDiscretizer< T >::setfgFinder().
Referenced by COMETModel< T >::doSweeps().
|
inline |
Definition at line 4981 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_BCells, COMETModel< T >::_bcMap, COMETModel< T >::_BFaces, COMETModel< T >::_dsfEqPtrES, COMETModel< T >::_dsfPtr, COMETModel< T >::_dsfPtr1, COMETModel< T >::_dsfPtr2, COMETModel< T >::_dsfPtrFAS, COMETModel< T >::_dsfPtrRes, COMETModel< T >::_faceReflectionArrayMap, COMETModel< T >::_geomFields, COMETModel< T >::_level, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, COMETModel< T >::_ZCells, COMETModel< T >::callCOMETBoundaryConditions(), COMETESBGKDiscretizer< T >::COMETSolve(), COMETESBGKDiscretizer< T >::COMETSolveFine(), COMETModel< T >::ComputeCollisionfrequency(), COMETModel< T >::ComputeCOMETMacroparameters(), COMETModel< T >::EquilibriumDistributionBGK(), COMETModel< T >::EquilibriumDistributionESBGK(), COMETModel< T >::initializeMaxwellianEq(), COMETModel< T >::MakeParallel(), and COMETESBGKDiscretizer< T >::setfgFinder().
|
inline |
Definition at line 2959 of file phononbase/COMETModel.h.
References COMETModel< T >::_kspaces, Model::_meshes, COMETModel< T >::_MeshKspaceMap, Mesh::getCells(), and Kspace< T >::syncLocal().
Referenced by COMETModel< T >::smooth(), and COMETModel< T >::updateResid().
|
inline |
Definition at line 1433 of file phononbase/COMETModel.h.
References GeomFields::fineToCoarse, Mesh::getCells(), StorageSite::getCountLevel1(), UnorderedSet::getData(), StorageSite::getGatherMap(), Array< T >::getLength(), StorageSite::getScatterMap(), UnorderedSet::insert(), and UnorderedSet::size().
|
inline |
Definition at line 3214 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_coarseGatherMaps, COMETModel< T >::_coarseGhostSizes, COMETModel< T >::_coarseScatterMaps, COMETModel< T >::_coarseSizes, GeomFields::fineToCoarse, Mesh::getBoundaryFaceGroups(), Mesh::getCells(), StorageSite::getCount(), StorageSite::getCountLevel1(), UnorderedSet::getData(), Mesh::getDimension(), Mesh::getFaceCells(), StorageSite::getGatherMap(), StorageSite::getGatherMapLevel1(), Array< T >::getLength(), StorageSite::getScatterMap(), StorageSite::getScatterMapLevel1(), StorageSite::getSelfCount(), StorageSite::getTag(), UnorderedSet::insert(), FaceGroup::site, and UnorderedSet::size().
Referenced by COMETModel< T >::MakeCoarseModel(), and COMETModel< T >::MakeIBCoarseModel().
|
inline |
Definition at line 2898 of file phononbase/COMETModel.h.
References COMETModel< T >::_BCells, COMETModel< T >::_bcMap, COMETModel< T >::_BFaces, COMETModel< T >::_geomFields, COMETModel< T >::_IClist, COMETModel< T >::_kspaces, COMETModel< T >::_level, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, COMETModel< T >::_options, COMETDiscretizer< T >::findResidCoarse(), COMETDiscretizer< T >::findResidFine(), COMETDiscretizer< T >::findResidFull(), COMETDiscretizer< T >::getAveResid(), COMETDiscretizer< T >::setfgFinder(), COMETModel< T >::swapGhostInfo(), and COMETInterface< T >::updateResid().
|
inline |
Definition at line 5038 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_BCells, COMETModel< T >::_bcMap, COMETModel< T >::_BFaces, COMETModel< T >::_dsfEqPtrES, COMETModel< T >::_dsfPtr, COMETModel< T >::_dsfPtr1, COMETModel< T >::_dsfPtr2, COMETModel< T >::_dsfPtrFAS, COMETModel< T >::_dsfPtrRes, COMETModel< T >::_faceReflectionArrayMap, COMETModel< T >::_geomFields, COMETModel< T >::_level, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, COMETModel< T >::_ZCells, COMETModel< T >::callCOMETBoundaryConditions(), COMETESBGKDiscretizer< T >::findResid(), COMETESBGKDiscretizer< T >::findResidFine(), COMETESBGKDiscretizer< T >::getAveResid(), COMETModel< T >::MakeParallel(), and COMETESBGKDiscretizer< T >::setfgFinder().
Referenced by COMETModel< T >::advance(), COMETModel< T >::cycle(), COMETModel< T >::init(), COMETModel< T >::initFromOld(), and COMETModel< T >::makeFAS().
|
inline |
Definition at line 5078 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_BCells, COMETModel< T >::_bcMap, COMETModel< T >::_BFaces, COMETModel< T >::_dsfEqPtrES, COMETModel< T >::_dsfPtr, COMETModel< T >::_dsfPtr1, COMETModel< T >::_dsfPtr2, COMETModel< T >::_dsfPtrFAS, COMETModel< T >::_dsfPtrRes, COMETModel< T >::_faceReflectionArrayMap, COMETModel< T >::_geomFields, COMETModel< T >::_macroFields, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, COMETModel< T >::_ZCells, COMETESBGKDiscretizer< T >::findResid(), COMETESBGKDiscretizer< T >::getAveResid(), COMETModel< T >::MakeParallel(), and COMETESBGKDiscretizer< T >::setfgFinder().
|
inline |
Definition at line 2384 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr, COMETModel< T >::_dsfPtr1, COMETModel< T >::_dsfPtr2, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, and Mesh::getCells().
|
inline |
Definition at line 3252 of file phononbase/COMETModel.h.
References COMETModel< T >::_kspaces, COMETModel< T >::_macro, Model::_meshes, COMETModel< T >::_MeshKspaceMap, Kspace< T >::calcTauTot(), PhononMacro::e0, Mesh::getCells(), StorageSite::getCount(), Kspace< T >::NewtonSolve(), and PhononMacro::temperature.
|
inline |
Definition at line 2174 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr, COMETModel< T >::_dsfPtr1, COMETModel< T >::_dsfPtr2, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, Mesh::getCells(), and StorageSite::getCount().
|
inline |
Definition at line 2214 of file esbgkbase/COMETModel.h.
References COMETModel< T >::_dsfPtr, COMETModel< T >::_dsfPtr1, COMETModel< T >::_dsfPtr2, Model::_meshes, COMETModel< T >::_options, COMETModel< T >::_quadrature, Mesh::getCells(), and StorageSite::getCount().
|
private |
Definition at line 5683 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::COMETModel(), COMETModel< T >::init(), COMETModel< T >::initCoarse(), COMETModel< T >::initFromOld(), COMETModel< T >::smooth(), and COMETModel< T >::updateResid().
|
private |
Definition at line 5674 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::applyTemperatureBoundaries(), COMETModel< T >::calcDomainStats(), COMETModel< T >::callCOMETBoundaryConditions(), COMETModel< T >::COMETModel(), COMETModel< T >::correctSingleNeighbor(), COMETModel< T >::FinishCoarseMesh(), COMETModel< T >::getBCMap(), COMETModel< T >::getBCs(), COMETModel< T >::init(), COMETModel< T >::initCoarse(), COMETModel< T >::initFromOld(), COMETModel< T >::initializeTemperatureBoundaries(), COMETModel< T >::MakeInteriorCoarseMesh(), COMETModel< T >::setBCMap(), COMETModel< T >::SetBoundaryConditions(), COMETModel< T >::smooth(), and COMETModel< T >::updateResid().
|
private |
Definition at line 5684 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::coarsenInterfaceCells(), COMETModel< T >::coarsenInterior(), COMETModel< T >::COMETModel(), COMETModel< T >::correctSolution(), COMETModel< T >::init(), COMETModel< T >::initCoarse(), COMETModel< T >::initFromOld(), COMETModel< T >::MakeCoarseMesh1(), COMETModel< T >::MakeCoarseMesh2(), COMETModel< T >::smooth(), and COMETModel< T >::updateResid().
|
private |
Definition at line 5697 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::MakeCoarseModel(), COMETModel< T >::MakeIBCoarseModel(), and COMETModel< T >::syncGhostCoarsening().
|
private |
Definition at line 5653 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::MakeCoarseModel(), and COMETModel< T >::MakeIBCoarseModel().
|
private |
Definition at line 5693 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::MakeCoarseMesh2(), and COMETModel< T >::syncGhostCoarsening().
|
private |
Definition at line 5662 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::correctSolution(), COMETModel< T >::cycle(), COMETModel< T >::getModelPointer(), COMETModel< T >::injectResid(), COMETModel< T >::MakeCoarseIndex(), COMETModel< T >::makeFinestToCoarseConn(), COMETModel< T >::MakeIBCoarseModel(), COMETModel< T >::setCoarserLevel(), and COMETModel< T >::setFinestLevel().
|
private |
Definition at line 5696 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::MakeCoarseModel(), COMETModel< T >::MakeIBCoarseModel(), and COMETModel< T >::syncGhostCoarsening().
|
private |
Definition at line 5692 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::MakeCoarseMesh1(), COMETModel< T >::MakeCoarseMesh2(), and COMETModel< T >::syncGhostCoarsening().
|
private |
Definition at line 5667 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::ComputeMacroparametersESBGK(), COMETModel< T >::EntropyGeneration(), COMETModel< T >::EquilibriumDistributionBGK(), COMETModel< T >::getdsfEq(), COMETModel< T >::initializeMaxwellianEq(), COMETModel< T >::OutputDsfBLOCK(), and COMETModel< T >::OutputDsfPOINT().
|
private |
Definition at line 5668 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::computeIBFaceDsf(), COMETModel< T >::computeSolidFaceDsf(), COMETModel< T >::correctMassDeficit(), COMETModel< T >::correctMassDeficit2(), COMETModel< T >::EntropyGeneration(), COMETModel< T >::EquilibriumDistributionESBGK(), COMETModel< T >::getdsfEqES(), COMETModel< T >::initializeMaxwellianEq(), COMETModel< T >::OutputDsfBLOCK(), COMETModel< T >::smooth(), and COMETModel< T >::updateResid().
|
private |
Definition at line 5664 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::callCOMETBoundaryConditions(), COMETModel< T >::ComputeCOMETMacroparameters(), COMETModel< T >::computeIBFaceDsf(), COMETModel< T >::ComputeMacroparameters(), COMETModel< T >::ComputeMacroparametersESBGK(), COMETModel< T >::computeSolidFaceDsf(), COMETModel< T >::computeSurfaceForce(), COMETModel< T >::ConservationofMassCheck(), COMETModel< T >::ConservationofMFSolid(), COMETModel< T >::correctMassDeficit(), COMETModel< T >::correctMassDeficit2(), COMETModel< T >::correctSolution(), COMETModel< T >::EntropyGeneration(), COMETModel< T >::getdsf(), COMETModel< T >::getPersistenceData(), COMETModel< T >::initializeMaxwellian(), COMETModel< T >::injectResid(), COMETModel< T >::MakeCoarseIndex(), COMETModel< T >::MakeIBCoarseModel(), COMETModel< T >::MakeParallel(), COMETModel< T >::MomentHierarchy(), COMETModel< T >::OutputDsfBLOCK(), COMETModel< T >::OutputDsfPOINT(), COMETModel< T >::restart(), COMETModel< T >::smooth(), COMETModel< T >::updateResid(), COMETModel< T >::updateTime(), and COMETModel< T >::weightedMaxwellian().
|
private |
Definition at line 5669 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::getdsf0(), COMETModel< T >::initializeCoarseMaxwellian(), and COMETModel< T >::initializeFineMaxwellian().
|
private |
Definition at line 5665 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::getdsf1(), COMETModel< T >::initializeMaxwellian(), COMETModel< T >::smooth(), COMETModel< T >::updateResid(), COMETModel< T >::updateTime(), and COMETModel< T >::weightedMaxwellian().
|
private |
Definition at line 5666 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::getdsf2(), COMETModel< T >::initializeMaxwellian(), COMETModel< T >::smooth(), COMETModel< T >::updateResid(), COMETModel< T >::updateTime(), and COMETModel< T >::weightedMaxwellian().
|
private |
Definition at line 5672 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::getdsfFAS(), COMETModel< T >::initializeCoarseMaxwellian(), COMETModel< T >::makeFAS(), COMETModel< T >::smooth(), and COMETModel< T >::updateResid().
|
private |
Definition at line 5670 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::getdsfInj().
|
private |
Definition at line 5671 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::getdsfRes(), COMETModel< T >::initializeCoarseMaxwellian(), COMETModel< T >::initializeFineMaxwellian(), COMETModel< T >::injectResid(), COMETModel< T >::makeFAS(), COMETModel< T >::smooth(), and COMETModel< T >::updateResid().
|
private |
Definition at line 5687 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::callCOMETBoundaryConditions(), COMETModel< T >::getFaceReflectionArrayMap(), COMETModel< T >::init(), COMETModel< T >::smooth(), and COMETModel< T >::updateResid().
|
private |
Definition at line 5663 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::getFinerModel(), and COMETModel< T >::setFinerLevel().
|
private |
Definition at line 5654 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::computeIBFaceDsf(), COMETModel< T >::computeSolidFaceDsf(), COMETModel< T >::ConservationofMFSolid(), COMETModel< T >::init(), COMETModel< T >::MakeCoarseIndex(), and COMETModel< T >::MakeIBCoarseModel().
|
private |
Definition at line 5661 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::setFinestLevel().
|
private |
Definition at line 5660 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::ConservationofMFSolid(), and COMETModel< T >::MakeIBCoarseModel().
|
private |
Definition at line 5655 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::computeIBFaceDsf(), COMETModel< T >::computeSolidFaceDsf(), COMETModel< T >::init(), COMETModel< T >::MakeCoarseIndex(), and COMETModel< T >::MakeIBCoarseModel().
|
private |
Definition at line 5652 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::applyTemperatureBoundaries(), COMETModel< T >::binwiseHeatFluxIntegral(), COMETModel< T >::calcDomainStats(), COMETModel< T >::callCOMETBoundaryConditions(), COMETModel< T >::computeIBFaceDsf(), COMETModel< T >::computeSolidFaceDsf(), COMETModel< T >::computeSolidFacePressure(), COMETModel< T >::computeSurfaceForce(), COMETModel< T >::ConservationofMassCheck(), COMETModel< T >::correctMassDeficit(), COMETModel< T >::correctMassDeficit2(), COMETModel< T >::getAverageTemperature(), COMETModel< T >::getGeomFields(), COMETModel< T >::getWallArea(), COMETModel< T >::getWallAreaVector(), COMETModel< T >::HeatFluxIntegral(), COMETModel< T >::HeatFluxIntegralFace(), COMETModel< T >::init(), COMETModel< T >::initCoarse(), COMETModel< T >::initFromOld(), COMETModel< T >::initializeTemperatureBoundaries(), COMETModel< T >::injectResid(), COMETModel< T >::MakeCoarseIndex(), COMETModel< T >::MakeCoarseModel(), COMETModel< T >::MakeIBCoarseModel(), COMETModel< T >::modewiseHeatFluxIntegral(), COMETModel< T >::setStraightLine(), COMETModel< T >::smooth(), and COMETModel< T >::updateResid().
|
private |
Definition at line 5657 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::init().
|
private |
Definition at line 4276 of file phononbase/COMETModel.h.
Referenced by COMETModel< T >::getIClist(), COMETModel< T >::init(), COMETModel< T >::initCoarse(), COMETModel< T >::initFromOld(), COMETModel< T >::MakeInteriorCoarseMesh(), COMETModel< T >::smooth(), and COMETModel< T >::updateResid().
|
private |
Definition at line 5682 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::getPersistenceData(), COMETModel< T >::init(), and COMETModel< T >::restart().
|
private |
Definition at line 5679 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::advance().
|
private |
Definition at line 4265 of file phononbase/COMETModel.h.
Referenced by COMETModel< T >::applyTemperatureBoundaries(), COMETModel< T >::binwiseHeatFluxIntegral(), COMETModel< T >::calcBandFlux(), COMETModel< T >::calcBandRelEnergy(), COMETModel< T >::calcBandTemps(), COMETModel< T >::calcModeFlux(), COMETModel< T >::calcModeTemps(), COMETModel< T >::correctSolution(), COMETModel< T >::equilibrate(), COMETModel< T >::getKspace(), COMETModel< T >::getKspaces(), COMETModel< T >::getValueArray(), COMETModel< T >::HeatFluxIntegral(), COMETModel< T >::HeatFluxIntegralFace(), COMETModel< T >::init(), COMETModel< T >::initCoarse(), COMETModel< T >::initFromOld(), COMETModel< T >::initializeTemperatureBoundaries(), COMETModel< T >::injectResid(), COMETModel< T >::MakeCoarseModel(), COMETModel< T >::makeFAS(), COMETModel< T >::makeNonEqTemp(), COMETModel< T >::modewiseHeatFluxIntegral(), COMETModel< T >::sete0(), COMETModel< T >::smooth(), COMETModel< T >::swapGhostInfo(), COMETModel< T >::updateResid(), and COMETModel< T >::updateTL().
|
private |
Definition at line 5651 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::applyTemperatureBoundaries(), COMETModel< T >::coarsenInterfaceCells(), COMETModel< T >::COMETModel(), COMETModel< T >::computeIBFaceDsf(), COMETModel< T >::computeSolidFaceDsf(), COMETModel< T >::cycle(), COMETModel< T >::getLevel(), COMETModel< T >::getModelPointer(), COMETModel< T >::init(), COMETModel< T >::MakeCoarseIndex(), COMETModel< T >::smooth(), and COMETModel< T >::updateResid().
|
private |
Definition at line 4266 of file phononbase/COMETModel.h.
Referenced by COMETModel< T >::calcBandFlux(), COMETModel< T >::calcBandRelEnergy(), COMETModel< T >::calcBandTemps(), COMETModel< T >::calcModeFlux(), COMETModel< T >::calcModeTemps(), COMETModel< T >::correctSolution(), COMETModel< T >::equilibrate(), COMETModel< T >::getAverageTemperature(), COMETModel< T >::getLatticeTemp(), COMETModel< T >::getMacro(), COMETModel< T >::init(), COMETModel< T >::initCoarse(), COMETModel< T >::initFromOld(), COMETModel< T >::injectResid(), COMETModel< T >::makeCellColors(), COMETModel< T >::MakeCoarseModel(), COMETModel< T >::makeFAS(), COMETModel< T >::makeNonEqTemp(), COMETModel< T >::makePlotColors(), COMETModel< T >::sete0(), COMETModel< T >::setStraightLine(), COMETModel< T >::smooth(), COMETModel< T >::updateResid(), and COMETModel< T >::updateTL().
|
private |
Definition at line 5659 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::callCOMETBoundaryConditions(), COMETModel< T >::ComputeCoarseMacroparameters(), COMETModel< T >::ComputeCollisionfrequency(), COMETModel< T >::ComputeCOMETMacroparameters(), COMETModel< T >::ComputeFineMacroparameters(), COMETModel< T >::computeIBFaceDsf(), COMETModel< T >::ComputeMacroparameters(), COMETModel< T >::ComputeMacroparametersESBGK(), COMETModel< T >::computeSolidFaceDsf(), COMETModel< T >::computeSolidFacePressure(), COMETModel< T >::computeSurfaceForce(), COMETModel< T >::correctSolution(), COMETModel< T >::EntropyGeneration(), COMETModel< T >::EquilibriumDistributionBGK(), COMETModel< T >::EquilibriumDistributionESBGK(), COMETModel< T >::getMacro(), COMETModel< T >::init(), COMETModel< T >::InitializeFgammaCoefficients(), COMETModel< T >::initializeFineMaxwellian(), COMETModel< T >::InitializeMacroparameters(), COMETModel< T >::initializeMaxwellian(), COMETModel< T >::initializeMaxwellianEq(), COMETModel< T >::injectResid(), COMETModel< T >::makeFAS(), COMETModel< T >::MakeIBCoarseModel(), COMETModel< T >::MomentHierarchy(), COMETModel< T >::NewtonsMethodBGK(), COMETModel< T >::NewtonsMethodESBGK(), COMETModel< T >::smooth(), and COMETModel< T >::updateResid().
|
private |
Definition at line 4275 of file phononbase/COMETModel.h.
Referenced by COMETModel< T >::applyTemperatureBoundaries(), COMETModel< T >::binwiseHeatFluxIntegral(), COMETModel< T >::calcBandFlux(), COMETModel< T >::calcBandRelEnergy(), COMETModel< T >::calcBandTemps(), COMETModel< T >::calcModeFlux(), COMETModel< T >::calcModeTemps(), COMETModel< T >::COMETModel(), COMETModel< T >::correctSolution(), COMETModel< T >::equilibrate(), COMETModel< T >::getMKMap(), COMETModel< T >::getValueArray(), COMETModel< T >::HeatFluxIntegral(), COMETModel< T >::HeatFluxIntegralFace(), COMETModel< T >::init(), COMETModel< T >::initCoarse(), COMETModel< T >::initFromOld(), COMETModel< T >::initializeTemperatureBoundaries(), COMETModel< T >::injectResid(), COMETModel< T >::MakeCoarseModel(), COMETModel< T >::makeFAS(), COMETModel< T >::makeNonEqTemp(), COMETModel< T >::modewiseHeatFluxIntegral(), COMETModel< T >::sete0(), COMETModel< T >::smooth(), COMETModel< T >::swapGhostInfo(), COMETModel< T >::updateResid(), and COMETModel< T >::updateTL().
|
private |
Definition at line 4277 of file phononbase/COMETModel.h.
Referenced by COMETModel< T >::getMeshICmap(), COMETModel< T >::init(), COMETModel< T >::initFromOld(), and COMETModel< T >::smooth().
|
private |
Definition at line 5686 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::getPersistenceData(), COMETModel< T >::init(), and COMETModel< T >::restart().
|
private |
Definition at line 4271 of file phononbase/COMETModel.h.
|
private |
Definition at line 5677 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::advance(), COMETModel< T >::applyTemperatureBoundaries(), COMETModel< T >::ComputeCollisionfrequency(), COMETModel< T >::computeIBFaceDsf(), COMETModel< T >::ComputeMacroparametersESBGK(), COMETModel< T >::computeSolidFaceDsf(), COMETModel< T >::computeSurfaceForce(), COMETModel< T >::ConservationofMFSolid(), COMETModel< T >::cycle(), COMETModel< T >::EntropyGeneration(), COMETModel< T >::EquilibriumDistributionBGK(), COMETModel< T >::EquilibriumDistributionESBGK(), COMETModel< T >::getOptions(), COMETModel< T >::init(), COMETModel< T >::initCoarse(), COMETModel< T >::InitializeFgammaCoefficients(), COMETModel< T >::initializeFineMaxwellian(), COMETModel< T >::InitializeMacroparameters(), COMETModel< T >::initializeMaxwellian(), COMETModel< T >::initializeMaxwellianEq(), COMETModel< T >::initializeTemperatureBoundaries(), COMETModel< T >::MakeCoarseIndex(), COMETModel< T >::MakeCoarseModel(), COMETModel< T >::makeFinestToCoarseConn(), COMETModel< T >::MakeIBCoarseModel(), COMETModel< T >::makePlotColors(), COMETModel< T >::MomentHierarchy(), COMETModel< T >::NewtonsMethodBGK(), COMETModel< T >::NewtonsMethodESBGK(), COMETModel< T >::OutputDsfBLOCK(), COMETModel< T >::OutputDsfPOINT(), COMETModel< T >::smooth(), COMETModel< T >::updateResid(), COMETModel< T >::updateTime(), and COMETModel< T >::weightedMaxwellian().
|
private |
Definition at line 5688 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::getPersistenceData(), and COMETModel< T >::restart().
|
private |
Definition at line 5656 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::callCOMETBoundaryConditions(), COMETModel< T >::ComputeCOMETMacroparameters(), COMETModel< T >::computeIBFaceDsf(), COMETModel< T >::ComputeMacroparameters(), COMETModel< T >::ComputeMacroparametersESBGK(), COMETModel< T >::computeSolidFaceDsf(), COMETModel< T >::computeSurfaceForce(), COMETModel< T >::ConservationofMassCheck(), COMETModel< T >::ConservationofMFSolid(), COMETModel< T >::correctMassDeficit(), COMETModel< T >::correctMassDeficit2(), COMETModel< T >::correctSolution(), COMETModel< T >::EntropyGeneration(), COMETModel< T >::EquilibriumDistributionBGK(), COMETModel< T >::EquilibriumDistributionESBGK(), COMETModel< T >::getQuadrature(), COMETModel< T >::init(), COMETModel< T >::initializeCoarseMaxwellian(), COMETModel< T >::initializeFineMaxwellian(), COMETModel< T >::initializeMaxwellian(), COMETModel< T >::initializeMaxwellianEq(), COMETModel< T >::injectResid(), COMETModel< T >::MakeCoarseIndex(), COMETModel< T >::makeFAS(), COMETModel< T >::MakeIBCoarseModel(), COMETModel< T >::MakeParallel(), COMETModel< T >::MomentHierarchy(), COMETModel< T >::OutputDsfBLOCK(), COMETModel< T >::OutputDsfPOINT(), COMETModel< T >::setJacobianBGK(), COMETModel< T >::setJacobianESBGK(), COMETModel< T >::smooth(), COMETModel< T >::updateResid(), COMETModel< T >::updateTime(), and COMETModel< T >::weightedMaxwellian().
|
private |
Definition at line 4278 of file phononbase/COMETModel.h.
Referenced by COMETModel< T >::COMETModel(), and COMETModel< T >::init().
|
private |
Definition at line 5678 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::advance(), COMETModel< T >::getResidual(), COMETModel< T >::init(), and COMETModel< T >::initFromOld().
|
private |
Definition at line 5695 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::MakeCoarseModel(), and COMETModel< T >::MakeIBCoarseModel().
|
private |
Definition at line 5694 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::MakeCoarseMesh1(), COMETModel< T >::MakeCoarseMesh2(), COMETModel< T >::MakeCoarseModel(), and COMETModel< T >::MakeIBCoarseModel().
|
private |
Definition at line 5675 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::COMETModel(), COMETModel< T >::getVCMap(), COMETModel< T >::init(), and COMETModel< T >::SetBoundaryConditions().
|
private |
Definition at line 5685 of file esbgkbase/COMETModel.h.
Referenced by COMETModel< T >::COMETModel(), COMETModel< T >::init(), COMETModel< T >::smooth(), and COMETModel< T >::updateResid().