OpenFOAM-2.4.x/tutorials
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
..
basic potentialFoam: Upgrade to version in OpenFOAM-dev: 2015-04-25 21:59:15 +01:00
combustion Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
compressible includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-27 12:10:03 +01:00
discreteMethods Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
DNS/dnsFoam/boxTurb16 Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
electromagnetics Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
financial/financialFoam/europeanCall Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
heatTransfer includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-27 12:10:03 +01:00
incompressible includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-27 12:10:03 +01:00
lagrangian includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-27 12:10:03 +01:00
mesh includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-27 12:10:03 +01:00
multiphase includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-27 12:10:03 +01:00
resources/geometry Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
stressAnalysis Updated for OpenFOAM-2.3.x 2015-01-01 17:11:44 +00:00
Allclean Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
Allrun BUG: fixed tutorial Allrun trying to test non-existent logs 2014-02-19 14:15:05 +00:00
Alltest Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00