openfoam/tutorials/compressible
Mark Olesen ab692caf7c ENH: support multiple weights on some field function objects (#1930)
- weight fields are combined by multiplication

  - volFieldValue:
    * 0-N scalar fields

  - surfaceFieldValue:
    * 0-N scalar fields
    * 0-1 vector fields

  In some cases this can be used to avoid creating additional
  fields.

      weightFields  (rho U);
  vs.
      derivedFields (rhoU);
      weightField   rhoU;
2020-11-30 13:59:10 +01:00
..
overRhoPimpleDyMFoam/twoSimpleRotors TUT: skip some tutorials when dynamicCode is not available 2020-08-06 19:34:20 +02:00
overRhoSimpleFoam/hotCylinder TUT: fix use of "constant/triSurface" etc (#1887) 2020-10-28 16:04:12 +01:00
rhoCentralDyMFoam/movingCone TUT: update movingCone blockMesh to merge points (#1862) 2020-09-28 11:08:32 +02:00
rhoCentralFoam REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
rhoPimpleAdiabaticFoam/rutlandVortex2D TUT: skip some tutorials when dynamicCode is not available 2020-08-06 19:34:20 +02:00
rhoPimpleFoam ENH: support frequency or period for Sine/Square Function1 (#1917) 2020-11-19 16:57:45 +01:00
rhoPorousSimpleFoam/angledDuct TUT: skip some tutorials when dynamicCode is not available 2020-08-06 19:34:20 +02:00
rhoSimpleFoam ENH: support multiple weights on some field function objects (#1930) 2020-11-30 13:59:10 +01:00
sonicDyMFoam/movingCone TUT: update movingCone blockMesh to merge points (#1862) 2020-09-28 11:08:32 +02:00
sonicFoam REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
sonicLiquidFoam REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00