MAIA bb96820c
Multiphysics at AIA
|
#include <postprocessing.h>
Classes | |
struct | MV |
struct | ST |
Public Types | |
using | PPGrid = CartesianGrid< nDim > |
using | Cell = typename PPGrid::Cell |
using | GridProxy = typename maia::grid::Proxy< nDim > |
using | Data = PostData< nDim > |
Public Member Functions | |
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 |
Public Attributes | |
MInt | m_noLocalVars {} |
MInt | m_restartTimeStep {} |
MBool | m_statisticCombustionAnalysis {} |
MBool | m_acousticAnalysis {} |
Public Attributes inherited from PostProcessingInterface | |
MBool | m_finalTimeStep = false |
Protected Types | |
typedef void(PostProcessing::* | tpost) () |
typedef std::vector< tpost > | tvecpost |
Protected Member Functions | |
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 () |
template<MBool inSolution = false> | |
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 | |
MString | m_solverType |
ppType * | pp = static_cast<ppType*>(this) |
CRTP. More... | |
GridProxy * | m_gridProxy |
Definition at line 85 of file postprocessing.h.
using PostProcessing< nDim, ppType >::Cell = typename PPGrid::Cell |
Definition at line 88 of file postprocessing.h.
using PostProcessing< nDim, ppType >::Data = PostData<nDim> |
Definition at line 90 of file postprocessing.h.
using PostProcessing< nDim, ppType >::GridProxy = typename maia::grid::Proxy<nDim> |
Definition at line 89 of file postprocessing.h.
using PostProcessing< nDim, ppType >::PPGrid = CartesianGrid<nDim> |
Definition at line 87 of file postprocessing.h.
|
protected |
Definition at line 280 of file postprocessing.h.
|
protected |
Definition at line 281 of file postprocessing.h.
|
inline |
Definition at line 93 of file postprocessing.h.
PostProcessing< nDim, ppType >::~PostProcessing |
in] T celltype
Definition at line 64 of file postprocessing.cpp.
|
protected |
loads variables for all averaging timesteps and performs averaging (mean values and reynolds stress components)
additionally computation of skewness and kurtosis of the velocity components is performed if activated (see properties "skewness"/"kurtosis")
summation of variables can be done alternatively using kahan summation or two pass in contrast to normal summation (see properties "useKahan"/"twoPass")
solution output filename will be "Mean_[averageStartTimestep]-[averageStopTimestep]"
Definition at line 3481 of file postprocessing.cpp.
|
protectedvirtual |
|
protected |
|
inlineprotected |
Definition at line 214 of file postprocessing.h.
|
protected |
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >.
Definition at line 227 of file postprocessing.h.
|
protected |
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >.
Definition at line 248 of file postprocessing.h.
|
protected |
|
protected |
|
inlineprotectedvirtual |
Reimplemented in PostProcessingLb< nDim >.
Definition at line 168 of file postprocessing.h.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingLbLPT< nDim >, and PostProcessingLPT< nDim >.
Definition at line 140 of file postprocessing.h.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingLbLPT< nDim >.
Definition at line 144 of file postprocessing.h.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFvLPT< nDim, SysEqn >.
Definition at line 133 of file postprocessing.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >.
Definition at line 266 of file postprocessing.h.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >.
Definition at line 245 of file postprocessing.h.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >.
Definition at line 270 of file postprocessing.h.
|
protected |
|
protected |
|
inlineprotected |
Definition at line 252 of file postprocessing.h.
|
inlineprotected |
Definition at line 257 of file postprocessing.h.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >.
Definition at line 237 of file postprocessing.h.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >.
Definition at line 241 of file postprocessing.h.
|
protected |
loads sliceAxes and sliceIntercepts.
Definition at line 2462 of file postprocessing.cpp.
|
protectedvirtual |
Definition at line 1013 of file postprocessing.cpp.
|
protectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >.
|
protected |
Definition at line 1179 of file postprocessing.cpp.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingLb< nDim >.
Definition at line 167 of file postprocessing.h.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFvLPT< nDim, SysEqn >, PostProcessingLbLPT< nDim >, and PostProcessingLPT< nDim >.
Definition at line 137 of file postprocessing.h.
|
protectedvirtual |
reads properties pp_movingAvgInterval, pp_movingAvgDataPoints (pp_averageVorticity already read in initAveragingVariables)
[in] | grid | pointer to the grid |
Reimplemented in PostProcessingFv< nDim, SysEqn >.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingLbLPT< nDim >, and PostProcessingLPT< nDim >.
Definition at line 139 of file postprocessing.h.
|
protected |
in] T celltype
Definition at line 3169 of file postprocessing.cpp.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingLbLPT< nDim >.
Definition at line 143 of file postprocessing.h.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >, and PostProcessingLb< nDim >.
Definition at line 161 of file postprocessing.h.
|
overridevirtual |
Implements PostProcessingInterface.
|
protected |
[in] | grid | pointer to the grid |
|
protected |
[in] | grid | pointer to the grid |
|
protected |
reads properties probeLineDirection and probeLineCoordinates which define a line (or multiple lines) in the specified direction with fixed coordinate(s) in the other dimensions
assembles all cell Ids for probing and communicates data for later line probing
[in] | grid | pointer to the grid |
|
protected |
Definition at line 1810 of file postprocessing.cpp.
|
protected |
in] T celltype
[in] | grid | pointer to the grid |
|
protected |
reads properties probeSliceDir1 / probeSliceDir2 and probeSliceCoordinate which define a slice (or multiple slices) in the specified directions with fixed coordinate in the remaining dimension
assembles all cell Ids for probing and communicates data for later slice probing
[in] | grid | pointer to the grid |
|
protected |
in] T celltype
Definition at line 3147 of file postprocessing.cpp.
|
protected |
|
protectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >, PostProcessingFvLPT< nDim, SysEqn >, and PostProcessingLPT< nDim >.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >, and PostProcessingLb< nDim >.
Definition at line 163 of file postprocessing.h.
|
protected |
reads properties pp_averageStartTimestep, pp_averageStopTimestep and pp_averageInterval
in] Solver solvertype
|
protected |
|
protected |
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >, and PostProcessingLb< nDim >.
Definition at line 165 of file postprocessing.h.
|
protected |
|
inlineprotected |
Definition at line 111 of file postprocessing.h.
|
inlineprotected |
Definition at line 310 of file postprocessing.h.
|
protected |
|
protected |
|
protected |
|
inlineoverridevirtual |
Implements PostProcessingInterface.
Definition at line 106 of file postprocessing.h.
|
protected |
Definition at line 3406 of file postprocessing.cpp.
|
protected |
Definition at line 3344 of file postprocessing.cpp.
|
inline |
Definition at line 108 of file postprocessing.h.
|
overridevirtual |
Implements PostProcessingInterface.
Definition at line 185 of file postprocessing.cpp.
|
overridevirtual |
Implements PostProcessingInterface.
Definition at line 206 of file postprocessing.cpp.
|
overridevirtual |
Implements PostProcessingInterface.
Definition at line 175 of file postprocessing.cpp.
|
overridevirtual |
Implements PostProcessingInterface.
Definition at line 196 of file postprocessing.cpp.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >.
Definition at line 129 of file postprocessing.h.
|
protectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >, and PostProcessingLb< nDim >.
Definition at line 162 of file postprocessing.h.
|
protected |
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >, and PostProcessingLb< nDim >.
Definition at line 164 of file postprocessing.h.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >, and PostProcessingLb< nDim >.
Definition at line 166 of file postprocessing.h.
|
protected |
|
protected |
|
protected |
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFv< nDim, SysEqn >.
Definition at line 261 of file postprocessing.h.
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFvLPT< nDim, SysEqn >, PostProcessingLbLPT< nDim >, and PostProcessingLPT< nDim >.
Definition at line 138 of file postprocessing.h.
|
protected |
|
inlineprotectedvirtual |
Reimplemented in PostProcessingFvLPT< nDim, SysEqn >.
Definition at line 134 of file postprocessing.h.
MBool PostProcessing< nDim, ppType >::m_acousticAnalysis {} |
Definition at line 293 of file postprocessing.h.
|
protected |
Definition at line 600 of file postprocessing.h.
|
protected |
Definition at line 581 of file postprocessing.h.
|
protected |
Definition at line 506 of file postprocessing.h.
|
protected |
Definition at line 501 of file postprocessing.h.
|
protected |
Definition at line 500 of file postprocessing.h.
|
protected |
Definition at line 504 of file postprocessing.h.
|
protected |
Definition at line 505 of file postprocessing.h.
|
protected |
Definition at line 496 of file postprocessing.h.
|
protected |
Definition at line 499 of file postprocessing.h.
|
protected |
Definition at line 516 of file postprocessing.h.
|
protected |
Definition at line 514 of file postprocessing.h.
|
protected |
Definition at line 515 of file postprocessing.h.
|
protected |
Definition at line 509 of file postprocessing.h.
|
protected |
Definition at line 512 of file postprocessing.h.
|
protected |
Definition at line 527 of file postprocessing.h.
|
protected |
Definition at line 526 of file postprocessing.h.
|
protected |
Definition at line 364 of file postprocessing.h.
|
protected |
Definition at line 528 of file postprocessing.h.
|
protected |
Definition at line 529 of file postprocessing.h.
|
protected |
Definition at line 363 of file postprocessing.h.
|
protected |
Definition at line 354 of file postprocessing.h.
|
protected |
Definition at line 331 of file postprocessing.h.
|
protected |
Definition at line 351 of file postprocessing.h.
|
protected |
Definition at line 427 of file postprocessing.h.
|
protected |
Definition at line 425 of file postprocessing.h.
|
protected |
Definition at line 436 of file postprocessing.h.
|
protected |
Definition at line 437 of file postprocessing.h.
|
protected |
Definition at line 438 of file postprocessing.h.
|
protected |
Definition at line 430 of file postprocessing.h.
|
protected |
Definition at line 435 of file postprocessing.h.
|
protected |
Definition at line 434 of file postprocessing.h.
|
protected |
Definition at line 426 of file postprocessing.h.
|
protected |
Definition at line 575 of file postprocessing.h.
|
protected |
Definition at line 365 of file postprocessing.h.
|
protected |
Definition at line 439 of file postprocessing.h.
|
protected |
Definition at line 440 of file postprocessing.h.
|
protected |
Definition at line 441 of file postprocessing.h.
|
protected |
Definition at line 431 of file postprocessing.h.
|
protected |
Definition at line 432 of file postprocessing.h.
|
protected |
Definition at line 503 of file postprocessing.h.
|
protected |
Definition at line 513 of file postprocessing.h.
|
protected |
Definition at line 433 of file postprocessing.h.
|
protected |
Definition at line 451 of file postprocessing.h.
|
protected |
Definition at line 416 of file postprocessing.h.
|
protected |
Definition at line 462 of file postprocessing.h.
|
protected |
Definition at line 357 of file postprocessing.h.
|
protected |
Definition at line 448 of file postprocessing.h.
|
private |
Definition at line 304 of file postprocessing.h.
|
protected |
Definition at line 568 of file postprocessing.h.
|
protected |
Definition at line 330 of file postprocessing.h.
|
protected |
Definition at line 523 of file postprocessing.h.
|
protected |
Definition at line 574 of file postprocessing.h.
|
protected |
Definition at line 489 of file postprocessing.h.
|
protected |
Definition at line 374 of file postprocessing.h.
|
protected |
Definition at line 373 of file postprocessing.h.
|
protected |
Definition at line 375 of file postprocessing.h.
|
protected |
Definition at line 502 of file postprocessing.h.
|
protected |
Definition at line 492 of file postprocessing.h.
|
protected |
Definition at line 372 of file postprocessing.h.
|
protected |
Definition at line 371 of file postprocessing.h.
|
protected |
Definition at line 370 of file postprocessing.h.
|
protected |
Definition at line 368 of file postprocessing.h.
|
protected |
Definition at line 369 of file postprocessing.h.
|
protected |
Definition at line 534 of file postprocessing.h.
|
protected |
Definition at line 498 of file postprocessing.h.
|
protected |
Definition at line 497 of file postprocessing.h.
|
protected |
Definition at line 511 of file postprocessing.h.
|
protected |
Definition at line 510 of file postprocessing.h.
|
protected |
Definition at line 531 of file postprocessing.h.
|
protected |
Definition at line 429 of file postprocessing.h.
|
protected |
Definition at line 428 of file postprocessing.h.
|
protected |
Definition at line 418 of file postprocessing.h.
|
protected |
Definition at line 464 of file postprocessing.h.
MInt PostProcessing< nDim, ppType >::m_noLocalVars {} |
Definition at line 290 of file postprocessing.h.
|
protected |
Definition at line 488 of file postprocessing.h.
|
protected |
Definition at line 355 of file postprocessing.h.
|
protected |
Definition at line 275 of file postprocessing.h.
|
protected |
Definition at line 447 of file postprocessing.h.
|
protected |
Definition at line 450 of file postprocessing.h.
|
protected |
Definition at line 414 of file postprocessing.h.
|
protected |
Definition at line 409 of file postprocessing.h.
|
protected |
Definition at line 544 of file postprocessing.h.
|
protected |
Definition at line 475 of file postprocessing.h.
|
protected |
Definition at line 472 of file postprocessing.h.
|
protected |
Definition at line 460 of file postprocessing.h.
|
protected |
Definition at line 474 of file postprocessing.h.
|
protected |
Definition at line 471 of file postprocessing.h.
|
protected |
Definition at line 473 of file postprocessing.h.
|
protected |
Definition at line 470 of file postprocessing.h.
|
protected |
Definition at line 456 of file postprocessing.h.
|
protected |
Definition at line 484 of file postprocessing.h.
|
protected |
Definition at line 533 of file postprocessing.h.
|
protected |
Definition at line 532 of file postprocessing.h.
|
protected |
Definition at line 321 of file postprocessing.h.
|
protected |
Definition at line 469 of file postprocessing.h.
|
protected |
Definition at line 564 of file postprocessing.h.
|
protected |
Definition at line 565 of file postprocessing.h.
|
protected |
Definition at line 554 of file postprocessing.h.
|
protected |
Definition at line 549 of file postprocessing.h.
|
protected |
Definition at line 556 of file postprocessing.h.
|
protected |
Definition at line 553 of file postprocessing.h.
|
protected |
Definition at line 552 of file postprocessing.h.
|
protected |
Definition at line 550 of file postprocessing.h.
|
protected |
Definition at line 551 of file postprocessing.h.
|
protected |
Definition at line 555 of file postprocessing.h.
|
protected |
Definition at line 308 of file postprocessing.h.
|
protected |
Definition at line 519 of file postprocessing.h.
|
protected |
Definition at line 283 of file postprocessing.h.
|
protected |
Definition at line 284 of file postprocessing.h.
|
protected |
Definition at line 276 of file postprocessing.h.
|
protected |
Definition at line 282 of file postprocessing.h.
|
protected |
Definition at line 542 of file postprocessing.h.
|
protected |
Definition at line 540 of file postprocessing.h.
|
protected |
Definition at line 543 of file postprocessing.h.
|
protected |
Definition at line 545 of file postprocessing.h.
|
protected |
Definition at line 445 of file postprocessing.h.
|
protected |
Definition at line 446 of file postprocessing.h.
|
protected |
Definition at line 444 of file postprocessing.h.
|
protected |
Definition at line 452 of file postprocessing.h.
|
protected |
Definition at line 453 of file postprocessing.h.
|
protected |
Definition at line 412 of file postprocessing.h.
|
protected |
Definition at line 410 of file postprocessing.h.
|
protected |
Definition at line 413 of file postprocessing.h.
|
protected |
Definition at line 420 of file postprocessing.h.
|
protected |
Definition at line 417 of file postprocessing.h.
|
protected |
Definition at line 411 of file postprocessing.h.
|
protected |
Definition at line 415 of file postprocessing.h.
|
protected |
Definition at line 421 of file postprocessing.h.
|
protected |
Definition at line 422 of file postprocessing.h.
|
protected |
Definition at line 541 of file postprocessing.h.
|
protected |
Definition at line 458 of file postprocessing.h.
|
protected |
Definition at line 457 of file postprocessing.h.
|
protected |
Definition at line 465 of file postprocessing.h.
|
protected |
Definition at line 459 of file postprocessing.h.
|
protected |
Definition at line 477 of file postprocessing.h.
|
protected |
Definition at line 463 of file postprocessing.h.
|
protected |
Definition at line 461 of file postprocessing.h.
|
protected |
Definition at line 478 of file postprocessing.h.
|
protected |
Definition at line 479 of file postprocessing.h.
|
protected |
Definition at line 546 of file postprocessing.h.
MInt PostProcessing< nDim, ppType >::m_restartTimeStep {} |
Definition at line 291 of file postprocessing.h.
|
protected |
Definition at line 537 of file postprocessing.h.
|
protected |
Definition at line 329 of file postprocessing.h.
|
protected |
Definition at line 468 of file postprocessing.h.
|
protected |
Definition at line 356 of file postprocessing.h.
|
protected |
Definition at line 466 of file postprocessing.h.
|
protected |
Definition at line 361 of file postprocessing.h.
|
protected |
Definition at line 467 of file postprocessing.h.
|
protected |
Definition at line 482 of file postprocessing.h.
|
protected |
Definition at line 486 of file postprocessing.h.
|
private |
Definition at line 299 of file postprocessing.h.
|
protected |
Definition at line 493 of file postprocessing.h.
|
protected |
Definition at line 386 of file postprocessing.h.
|
protected |
Definition at line 378 of file postprocessing.h.
|
protected |
Definition at line 379 of file postprocessing.h.
|
protected |
Definition at line 382 of file postprocessing.h.
|
protected |
Definition at line 392 of file postprocessing.h.
|
protected |
Definition at line 391 of file postprocessing.h.
|
protected |
Definition at line 402 of file postprocessing.h.
|
protected |
Definition at line 401 of file postprocessing.h.
|
protected |
Definition at line 396 of file postprocessing.h.
|
protected |
Definition at line 395 of file postprocessing.h.
|
protected |
Definition at line 389 of file postprocessing.h.
|
protected |
Definition at line 388 of file postprocessing.h.
|
protected |
Definition at line 394 of file postprocessing.h.
|
protected |
Definition at line 381 of file postprocessing.h.
|
protected |
Definition at line 406 of file postprocessing.h.
|
protected |
Definition at line 405 of file postprocessing.h.
|
protected |
Definition at line 399 of file postprocessing.h.
|
protected |
Definition at line 398 of file postprocessing.h.
|
protected |
Definition at line 404 of file postprocessing.h.
|
protected |
Definition at line 384 of file postprocessing.h.
|
protected |
Definition at line 383 of file postprocessing.h.
|
protected |
Definition at line 385 of file postprocessing.h.
|
protected |
Definition at line 380 of file postprocessing.h.
|
protected |
Definition at line 559 of file postprocessing.h.
|
protected |
Definition at line 561 of file postprocessing.h.
|
protected |
Definition at line 562 of file postprocessing.h.
|
protected |
Definition at line 566 of file postprocessing.h.
|
protected |
Definition at line 567 of file postprocessing.h.
|
protected |
Definition at line 560 of file postprocessing.h.
|
protected |
Definition at line 328 of file postprocessing.h.
MBool PostProcessing< nDim, ppType >::m_statisticCombustionAnalysis {} |
Definition at line 292 of file postprocessing.h.
|
protected |
Definition at line 333 of file postprocessing.h.
|
protected |
Definition at line 337 of file postprocessing.h.
|
protected |
Definition at line 570 of file postprocessing.h.
|
protected |
Definition at line 571 of file postprocessing.h.
|
private |
Definition at line 300 of file postprocessing.h.
|
protected |
Definition at line 596 of file postprocessing.h.