openfoam/tutorials
Mark Olesen 077910628e ENH: momentum field function (issue #1105)
Calculates linear/angular momentum, reporting integral values
    and optionally writing the fields.

Example
    momentum1
    {
        type        momentum;
        libs        ("libfieldFunctionObjects.so");
        ...
        writeMomentum   yes;
        writeVelocity   no;

        cylindrical     true;
        origin  (0 0 0);
        e1      (1 0 0);
        e3      (0 0 1);
    }
2018-12-04 15:16:03 +01:00
..
basic ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
combustion ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
compressible ENH: configurable output temperature for externalCoupled mixed T BC (#1072) 2018-12-02 17:35:48 +01:00
discreteMethods ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
DNS/dnsFoam/boxTurb16 ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
electromagnetics ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
financial/financialFoam/europeanCall ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
finiteArea ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
heatTransfer ENH: add isTrue function to RunFunctions 2018-11-30 19:29:49 +01:00
incompressible ENH: momentum field function (issue #1105) 2018-12-04 15:16:03 +01:00
IO TUT: add Alltest for IO/dictionary 2018-11-27 11:11:47 +01:00
lagrangian ENH: add 'use' action for parcel selection 2018-11-24 13:34:02 +01:00
mesh ENH: leakpath: change format to ensight. 2018-11-29 09:19:40 +00:00
multiphase TUT: Added files missed during commit cab7820fb3 2018-11-27 11:41:34 +00:00
preProcessing TUT: adjustments in multiRegionHeater tutorials 2018-11-28 15:02:41 +01:00
resources/geometry ENH: semiPermeableBaffle: Added two new boundary conditions and a tutorial 2017-10-19 10:00:36 +01:00
stressAnalysis ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
verificationAndValidation/schemes/divergenceExample ENH: improve, simplify, rationalize coordinate system handling (issue #863) 2018-10-01 13:54:10 +02:00
Allclean TUT: clean out old tutorial build directories 2018-03-26 15:54:31 +02:00
Allcollect ENH: auto-detect git in tutorials Alltest 2018-10-12 23:29:16 +02:00
Allrun TUT: relocate tutorial log analysis as functions for reuse in modules 2017-12-21 14:17:20 +01:00
Alltest ENH: auto-detect git in tutorials Alltest 2018-10-12 23:29:16 +02:00