openfoam/tutorials/compressible
Mark Olesen 1a55829ef9 ENH: add fieldLevel handling for surface writers (#2382)
- this can be used to apply a uniform field level to remove from
  a sampled field. For example,

      fieldLevel
      {
          "p.*"   1e5;        // Absolute -> gauge [Pa]
          T       273.15;     // [K] -> [C]
          U       #eval{ 10/sqrt(3) };  // Uniform mag(U)=10
      }

  After the fieldLevel has been removed, any fieldScale is applied.
  For example

      fieldScale
      {
          "p.*"   0.01;       // [Pa] -> [mbar]
      }

  The fieldLevel for vector and tensor fields may still need some
  further refinement.
2022-02-28 19:08:39 +01:00
..
acousticFoam/obliqueAirJet RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
overRhoPimpleDyMFoam/twoSimpleRotors RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
overRhoSimpleFoam/hotCylinder ENH: tutorials: added dummy fv* files 2022-02-10 13:45:21 +00:00
rhoCentralFoam RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
rhoPimpleAdiabaticFoam/rutlandVortex2D RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
rhoPimpleFoam RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
rhoPorousSimpleFoam/angledDuct RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
rhoSimpleFoam ENH: add fieldLevel handling for surface writers (#2382) 2022-02-28 19:08:39 +01:00
sonicDyMFoam/movingCone RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
sonicFoam RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
sonicLiquidFoam RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00