Commit graph

17 commits

Author SHA1 Message Date
Henry Weller
f6a9d75559 Correct typo 2015-06-27 12:34:06 +01:00
Henry
139084f451 DPMFoam, MPPICFoam: Corrected contiuousPhaseName -> continuousPhaseName
Resolves second part of http://www.openfoam.org/mantisbt/view.php?id=1717
2015-05-28 17:03:32 +01:00
Henry
f0842aea0e Updated version to 2.4.0 2015-05-20 22:38:10 +01:00
Henry
e186ad899f MPPICFoam: Update tutorials 2015-04-30 08:35:54 +01:00
Henry
439a04b3a5 patchInteractionDataList: Ignore empty patches 2015-04-29 23:07:33 +01:00
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
Henry
1f28b87185 potentialFoam: Upgrade to version in OpenFOAM-dev:
commit e593fef659bcd71028e0e66a70510de2c34888e2
Author: Henry <Henry>
Date:   Thu Feb 19 19:05:17 2015 +0000

    potentialFoam: Added new method to estimate the static pressure field from the velocity
    Uses a form of the Euler equation in which only variation along the streamlines is considered

commit cdadf4865de4808d6fe5c2a7eb5f5deaefe83b66
Author: Henry <Henry>
Date:   Sat Feb 14 11:03:37 2015 +0000

    potentialFoam: Solve for velocity potential named Phi rather than using the pressure field for this purpose

    The Phi field is read if available otherwise created automatically with
    boundary conditions obtained automatically from the pressure field if
    available (with optional name) otherwise inferred from the velocity
    field.  Phi Laplacian scheme and solver specification are required.  See
    tutorials for examples.
2015-04-25 21:59:15 +01:00
Henry
1f187d6f9e thermoSingleLayer: Revert q back to the working version in OpenFOAM-2.1.x
Revert changes in tutorial to correspond to the version in OpenFOAM-2.1.x
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1207
2015-03-10 20:01:35 +00:00
Henry
8072a9ad3a tutorials: corrected comments in snappyHexMeshDict
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1541
2015-02-17 23:21:55 +00:00
Henry
a15e16a5b7 Renamed minParticleMass -> minParcelMass
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1288
2014-12-18 12:24:09 +00:00
Henry
01c8b7182a Ensure fields are initialized before mapping to avoid SIGFPE caused by uninitialized values 2014-12-16 16:38:45 +00:00
Henry
8838a7da49 Updated DPM and MPPIC tutorials 2014-04-29 17:40:09 +01:00
william
889b1c3306 ENH: made cyclone particles larger to compensate for drag model changes 2014-04-04 16:07:47 +01:00
william
13b2ff2be9 BUG: divergence in cyclone tutorial fixed by turning off cellValueSourceCorrection 2014-04-04 09:27:02 +01:00
sergio
0e14a3ded6 Changing BC for U at side and front/back patches 2014-03-31 12:17:01 +01:00
william
f54ea84f6d BUG: making patchifyObstacles script POSIX compliant 2014-02-19 14:16:29 +00:00
OpenFOAM-admin
9fd0db5cf9 Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00