openfoam/tutorials/compressible/rhoSimpleFoam/squareBend/system
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
..
blockMeshDict RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
controlDict RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
decomposeParDict RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
derivedFields ENH: add exprField function object 2021-12-10 14:46:21 +00:00
fvSchemes RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
fvSolution RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
isentropicTotalPressure TUT: compressible: clean up tutorials 2021-05-27 08:59:28 +00:00
sampleCellCentres TUT: compressible: clean up tutorials 2021-05-27 08:59:28 +00:00
sampling RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
samplingDebug ENH: add fieldLevel handling for surface writers (#2382) 2022-02-28 19:08:39 +01:00
wallHeatFlux TUT: compressible: clean up tutorials 2021-05-27 08:59:28 +00:00