openfoam/tutorials
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
..
basic TUT: fix use of "constant/triSurface" etc (#1887) 2020-10-28 16:04:12 +01:00
combustion TUT: fix use of "constant/triSurface" etc (#1887) 2020-10-28 16:04:12 +01:00
compressible ENH: support multiple weights on some field function objects (#1930) 2020-11-30 13:59:10 +01:00
discreteMethods REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
DNS/dnsFoam/boxTurb16 REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
electromagnetics TUT: use new 'arc' specification in several tutorials 2020-10-05 15:45:39 +02:00
financial/financialFoam/europeanCall REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
finiteArea TUT: use new 'arc' specification in several tutorials 2020-10-05 15:45:39 +02:00
heatTransfer ENH: new sampled faceZones (#1874) 2020-11-30 13:59:10 +01:00
incompressible TUT: cavity: add Allrun-parallel 2020-11-13 09:18:43 +00:00
IO TUT: skip some tutorials when dynamicCode is not available 2020-08-06 19:34:20 +02:00
lagrangian ENH: support surfaceFieldValue on multiple faceZones or patches (#1874) 2020-11-30 13:59:10 +01:00
mesh TUT: fix missing line ending and wrong blockMeshDict vertex location 2020-11-26 02:15:20 +01:00
modules CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00
multiphase TUT: fix missing line ending and wrong blockMeshDict vertex location 2020-11-26 02:15:20 +01:00
preProcessing REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
resources TUT: relocate flange.ans -> tutorials/resources/geometry 2020-06-19 10:09:09 +02:00
stressAnalysis TUT: use new 'arc' specification in several tutorials 2020-10-05 15:45:39 +02:00
verificationAndValidation STYLE: adjustments for code integration 2020-10-22 14:52:56 +02:00
Allclean STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allcollect STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allrun STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Alltest STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
AutoTest CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00