OpenFOAM-2.4.x/tutorials/multiphase
Henry 00eea57685 includeEtcEntry: New dictionary include directive: #includeEtc "etcFile"
Description
    Specify an etc file to include when reading dictionaries, expects a
    single string to follow.

    Searches for files from user/group/shipped directories.
    The search scheme allows for version-specific and
    version-independent files using the following hierarchy:
    - \b user settings:
      - ~/.OpenFOAM/\<VERSION\>
      - ~/.OpenFOAM/
    - \b group (site) settings (when $WM_PROJECT_SITE is set):
      - $WM_PROJECT_SITE/\<VERSION\>
      - $WM_PROJECT_SITE
    - \b group (site) settings (when $WM_PROJECT_SITE is not set):
      - $WM_PROJECT_INST_DIR/site/\<VERSION\>
      - $WM_PROJECT_INST_DIR/site/
    - \b other (shipped) settings:
      - $WM_PROJECT_DIR/etc/

    An example of the \c \#includeEtc directive:
    \verbatim
        #includeEtc "etcFile"
    \endverbatim

    The usual expansion of environment variables and other constructs is
    retained.
2015-04-27 12:10:03 +01:00
..
cavitatingFoam cavitatingFoam: rationalised phi -> rhoPhi, phiv -> phi 2014-02-26 13:02:59 +00:00
compressibleInterDyMFoam/ras/sloshingTank2D Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
compressibleInterFoam/laminar Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
compressibleMultiphaseInterFoam/laminar/damBreak4phase Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
driftFluxFoam/ras BinghamPlastic: Change definition of shear-rate by 1/sqrt(2) 2015-03-02 22:48:45 +00:00
interDyMFoam/ras includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-27 12:10:03 +01:00
interFoam ENH: tutorial update: nozzleFlow2D - write in binary to avoid mesh errors when refining wedge 2014-07-15 16:31:18 +01:00
interMixingFoam/laminar/damBreak Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
interPhaseChangeDyMFoam/propeller includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-27 12:10:03 +01:00
interPhaseChangeFoam/cavitatingBullet tutorials: corrected comments in snappyHexMeshDict 2015-02-17 23:21:55 +00:00
LTSInterFoam/DTCHull includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-27 12:10:03 +01:00
multiphaseEulerFoam Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
multiphaseInterDyMFoam/laminar/mixerVesselAMI2D tutorials: use PIMPLE rather than PISO for rotating mesh problems to ensure updated fluxes are used for momentum transport 2014-07-17 11:34:39 +01:00
multiphaseInterFoam/laminar fvOptions: Support reading the fvOptions file from constant or system directories 2014-05-01 14:58:18 +01:00
potentialFreeSurfaceDyMFoam/oscillatingBox faceSource: Writing the total area of the faceSource (sum(magSf)) for each time is now optional 2015-04-26 16:43:29 +01:00
potentialFreeSurfaceFoam/oscillatingBox faceSource: Writing the total area of the faceSource (sum(magSf)) for each time is now optional 2015-04-26 16:43:29 +01:00
twoLiquidMixingFoam/lockExchange Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
twoPhaseEulerFoam tutorials/multiphase/twoPhaseEulerFoam/laminar: corrected setFieldsDict 2015-03-20 16:59:01 +00:00