Skip to content

pfmFOAM 23.10 release

Latest
Compare
Choose a tag to compare
@danielque danielque released this 02 Oct 15:27
caa0b2f

Notable Changes

Main addition in this release: Deviation-propagation simulations that use a correction mechanism to rCFD predictions.

  • New utilities:
    • adds computeDeviationPropagatorsDifference to compute the difference between pairs of deviation propagators
    • adds createBinaryDeviationPropagators to read all deviation propagators of a time series stored in ASCII format and save them in binary format
    • adds illustrateDeviationPropagators and integrateDeviationPropagators
    • adds computeFieldDifference to read in two fields, take their difference and integrate over the domain
  • New models and solvers:
    • adds basic models for the deviation-propagation formalism
    • adds a solver to compute correction terms to rCFD (singlePhaseDeviationPropagatorCalculator)
    • adds a solver to run large-step predictions using the corrections to rCFD (singlePhaseDeviationPropagationPredictor)
    • adds a solver for incompressible, turbulent flow, using the PISO algorithm (linearizedPisoFoam)
  • New tutorials:
    • adds a tutorial case that allows the application of the deviation-propagation method to 2D vortex shedding at Re = 200.