MAIA bb96820c
Multiphysics at AIA
|
#include <postprocessinglb.h>
Public Types | |
using | SolverType = LbSolver< nDim > |
using | Base = PostProcessing< nDim, PostProcessingLb< nDim > > |
Public Types inherited from PostProcessing< nDim, PostProcessingLb< nDim > > | |
using | PPGrid = CartesianGrid< nDim > |
using | Cell = typename PPGrid::Cell |
using | GridProxy = typename maia::grid::Proxy< nDim > |
using | Data = PostData< nDim > |
Public Member Functions | |
PostProcessingLb (MInt postprocessingId_, PostData< nDim > *data, SolverType *ppSolver_) | |
virtual | ~PostProcessingLb () |
SolverType & | solver () const |
Public Member Functions inherited from PostProcessing< nDim, PostProcessingLb< nDim > > | |
PostProcessing (MInt postprocessingId_, PostData< nDim > *data) | |
~PostProcessing () | |
Destructor for the massive paralle postprocessing solver. More... | |
void | initPostProcessing () override |
Reads all required properties in and prepares for postprocessing. More... | |
void | postprocessPreSolve () override |
void | postprocessPostSolve () override |
void | postprocessInSolve (MBool finalTimeStep) override |
void | postprocessSolution () override |
Solver * | mSolver () const override |
Data & | postData () const |
Public Member Functions inherited from PostProcessingInterface | |
PostProcessingInterface (const MInt postprocessingId_) | |
virtual | ~PostProcessingInterface ()=default |
PostProcessingInterface (const PostProcessingInterface &)=delete | |
PostProcessingInterface & | operator= (const PostProcessingInterface &)=delete |
virtual void | initPostProcessing ()=0 |
virtual void | postprocessPreSolve ()=0 |
virtual void | postprocessPostSolve ()=0 |
virtual void | postprocessInSolve (MBool finalTimeStep)=0 |
virtual void | postprocessSolution ()=0 |
virtual Solver * | mSolver () const =0 |
MInt | a_postprocessingId () const |
Protected Member Functions | |
void | initPointSamplingData () override |
void | savePointSamplingData () override |
void | initSurfaceSamplingData () override |
void | saveSurfaceSamplingData () override |
void | initVolumeSamplingData () override |
void | saveVolumeSamplingData () override |
void | initIsoTurbulenceStatistics () override |
init function for Isotropic Turbulence Statistics More... | |
void | computeIsoTurbulenceStatistics () override |
write data for isotropic Turbulence (single phase and particle-laden) More... | |
MBool | getSampleVarsDerivatives (const MInt cellId, std::vector< MFloat > &vars) |
Protected Member Functions inherited from PostProcessing< nDim, PostProcessingLb< nDim > > | |
MBool | isActive () const |
void | transferSensorWeights () |
void | initReduceToLevelAvg () |
Initializes properties for grid level reduction. More... | |
void | initTimeStepProperties () |
Initializes timestep properties for postprocessing. More... | |
void | initTimeStepPropertiesSlice () |
void | initTimeStepPropertiesLine () |
virtual void | initAveragingProperties () |
Initialize properties relevant for temporal averaging. More... | |
void | initProbePoint () |
Initializes properties for point probing. More... | |
void | initProbeLine () |
Initializes properties and memory for line probing. More... | |
void | initProbeSlice () |
Initializes properties and memory for slice probing. More... | |
void | initSpatialAveraging () |
void | initProbeArbitraryLine () |
initializes properties and data for arbitrary line probing More... | |
void | initProbeArbitrarySlice () |
initializes properties and data for arbitrary slice probing More... | |
void | initProbeLinePeriodic () |
virtual void | probeLinePeriodic () |
virtual void | probeLinePeriodicPost () |
virtual void | initSprayData () |
virtual void | computeSprayData () |
virtual void | writeSprayData () |
virtual void | initLPTSolutionFile () |
virtual void | writeLPTSolutionFile () |
virtual void | initParticleStatistics () |
virtual void | computeParticleStatistics () |
virtual void | initPLIsoTurbulenceStatistics () |
virtual void | computePLIsoTurbulenceStatistics () |
virtual void | initAverageVariables () |
allocates memory for averageSolutions() and averageSolutionsInSolve() More... | |
void | pp_saveCoarseSolution () |
void | averageSolutions () |
Averages solutions. More... | |
virtual void | averageSolutionsInSolve () |
void | computeAndSaveDivergence () |
void | computeAndSaveMean () |
void | initAverageSolutionsSlice () |
Initializes properties for slice averaging. More... | |
void | averageSolutionsSlice () |
void | probeLocation () |
void | findClosestProbePointsGridCells () |
virtual void | initPointSamplingData () |
virtual void | savePointSamplingData () |
virtual void | initSurfaceSamplingData () |
virtual void | saveSurfaceSamplingData () |
virtual void | initVolumeSamplingData () |
virtual void | saveVolumeSamplingData () |
virtual void | initIsoTurbulenceStatistics () |
virtual void | computeIsoTurbulenceStatistics () |
void | initWritePointData () |
void | writePointData () |
void | spatialAveraging () |
void | spatialAveragingPost () |
void | createCellToMap1D (std::map< MFloat, MInt, coord_comp_1d_ > &coordinates, std::map< MFloat, MFloat, coord_comp_1d_ > &cell_to_map) |
void | createCellToMap2D (std::map< std::pair< MFloat, MFloat >, MInt, coord_comp_2d_ > &coordinates, std::map< std::pair< MFloat, MFloat >, std::pair< MFloat, MFloat >, coord_comp_2d_ > &cell_to_map) |
void | probeLine () |
void | probeLinePre () |
void | probeLinePost () |
void | probeSlice () |
void | probeSliceIn () |
void | probeSlicePre () |
void | probeSlicePost () |
void | collectMinLvlCells () |
void | findContainingCell (const MFloat *coord, MInt &cellId) |
void | probeArbitraryLine () |
void | probeArbitraryLinePost () |
void | probeArbitrarySlice () |
void | probeArbitrarySlicePost () |
virtual void | initMovingAverage () |
Initializes properties and allocates memory for moving averaging. More... | |
void | movingAverage () |
void | movingAveragePost () |
void | initCorrelation () |
void | initPeriodicSliceAverage () |
Initializes the periodic averaging on a slice. More... | |
void | periodicSliceAverage () |
MInt | findNearestGridCell (const MFloat *coord) |
void | movePointsToGrid (MFloat *in_points, MInt in_noPoints, MInt in_moveType) |
void | getSampleVariables (MInt cellId, const MFloat *&vars, MBool mode) |
void | getSampleVariables (MInt const cellId, std::vector< MFloat > &vars) |
void | calcSamplingVar (const MInt cellId, const MInt sampleVarId, MFloat *const vars) |
void | saveSliceAiaFileFormat (const MInt step, const MInt noVars, MFloatScratchSpace &vars, const MInt sliceId) |
MFloat | calcDivergence (const MInt cellIdSolver) |
virtual void | calcVorticity (const MFloatTensor &deriv, MFloat vorticity[nDim *2 - 3]) |
virtual void | getVorticity (MFloat *const vorticity) |
virtual void | getVorticityT (MFloat *const vorticity) |
virtual void | getPrimitiveVariables (MInt, MFloat *, MFloat *, MInt) |
virtual void | computeAcousticSourceTermQe (MFloatScratchSpace &, MFloatScratchSpace &, MFloatScratchSpace &, MFloatScratchSpace &) |
void | getSampleVarsDerivatives (const MInt cellId, const MFloat *&vars) |
MBool | getSampleVarsDerivatives (const MInt, std::vector< MFloat > &) |
virtual MFloat & | vorticityAtCell (const MInt cellId, const MInt dir) |
virtual MFloat | getBoundaryHeatFlux (const MInt cellId) const |
virtual void | getPrimitiveVarNames (MString *names) const |
void | neededMeanVarsForSourceTerm (const MInt sourceTerm, std::vector< MInt > &meanVars) const |
MBool | isMeanFile () |
Private Attributes | |
SolverType * | m_ppSolver |
std::vector< MString > | m_varNames |
MBool | m_needVelocityGradient = false |
Friends | |
template<MInt nDim_, class ppType > | |
class | PostProcessing |
Additional Inherited Members | |
Public Attributes inherited from PostProcessing< nDim, PostProcessingLb< nDim > > | |
MInt | m_noLocalVars |
MInt | m_restartTimeStep |
MBool | m_statisticCombustionAnalysis |
MBool | m_acousticAnalysis |
Public Attributes inherited from PostProcessingInterface | |
MBool | m_finalTimeStep = false |
Protected Types inherited from PostProcessing< nDim, PostProcessingLb< nDim > > | |
typedef void(PostProcessing::* | tpost) () |
typedef std::vector< tpost > | tvecpost |
Definition at line 21 of file postprocessinglb.h.
using PostProcessingLb< nDim >::Base = PostProcessing<nDim, PostProcessingLb<nDim> > |
Definition at line 28 of file postprocessinglb.h.
using PostProcessingLb< nDim >::SolverType = LbSolver<nDim> |
Definition at line 27 of file postprocessinglb.h.
PostProcessingLb< nDim >::PostProcessingLb | ( | MInt | postprocessingId_, |
PostData< nDim > * | data, | ||
SolverType * | ppSolver_ | ||
) |
Definition at line 15 of file postprocessinglb.cpp.
|
virtual |
Definition at line 21 of file postprocessinglb.cpp.
|
overrideprotectedvirtual |
Reimplemented from PostProcessing< nDim, PostProcessingLb< nDim > >.
Definition at line 97 of file postprocessinglb.cpp.
|
inlineprotected |
Definition at line 78 of file postprocessinglb.h.
|
overrideprotectedvirtual |
Reimplemented from PostProcessing< nDim, PostProcessingLb< nDim > >.
Definition at line 68 of file postprocessinglb.cpp.
|
overrideprotectedvirtual |
Reimplemented from PostProcessing< nDim, PostProcessingLb< nDim > >.
Definition at line 24 of file postprocessinglb.cpp.
|
overrideprotectedvirtual |
Reimplemented from PostProcessing< nDim, PostProcessingLb< nDim > >.
Definition at line 38 of file postprocessinglb.cpp.
|
overrideprotectedvirtual |
Reimplemented from PostProcessing< nDim, PostProcessingLb< nDim > >.
Definition at line 51 of file postprocessinglb.cpp.
|
overrideprotectedvirtual |
Reimplemented from PostProcessing< nDim, PostProcessingLb< nDim > >.
Definition at line 33 of file postprocessinglb.cpp.
|
overrideprotectedvirtual |
Reimplemented from PostProcessing< nDim, PostProcessingLb< nDim > >.
Definition at line 46 of file postprocessinglb.cpp.
|
overrideprotectedvirtual |
Reimplemented from PostProcessing< nDim, PostProcessingLb< nDim > >.
Definition at line 59 of file postprocessinglb.cpp.
|
inline |
Definition at line 35 of file postprocessinglb.h.
Definition at line 24 of file postprocessinglb.h.
|
private |
Definition at line 57 of file postprocessinglb.h.
|
protected |
Definition at line 72 of file postprocessinglb.h.
|
private |
Definition at line 53 of file postprocessinglb.h.
|
protected |
Definition at line 73 of file postprocessinglb.h.
|
protected |
Definition at line 76 of file postprocessinglb.h.
|
private |
Definition at line 56 of file postprocessinglb.h.
|
protected |
Definition at line 74 of file postprocessinglb.h.