OpenFOAM-1.6.x.git
14 years agoAdded linuxIA64 compilation options
mattijs [Sat, 2 Jan 2010 19:02:42 +0000 (2 19:02 +0000)]
Added linuxIA64 compilation options

14 years agoCorrected header comment
mattijs [Sat, 2 Jan 2010 19:00:46 +0000 (2 19:00 +0000)]
Corrected header comment

14 years agoReversed order of checks so linux64 takes precedence
mattijs [Tue, 29 Dec 2009 12:45:53 +0000 (29 12:45 +0000)]
Reversed order of checks so linux64 takes precedence

14 years agoCorrected pre-processor #if statement.
henry [Tue, 22 Dec 2009 08:31:04 +0000 (22 08:31 +0000)]
Corrected pre-processor #if statement.

14 years agoMerge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x
henry [Fri, 18 Dec 2009 18:32:02 +0000 (18 18:32 +0000)]
Merge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoRemoved spurious additional error message header.
henry [Fri, 18 Dec 2009 18:31:56 +0000 (18 18:31 +0000)]
Removed spurious additional error message header.

14 years agoNew tutorial case for the interPhaseChangeFoam solver.
henry [Fri, 18 Dec 2009 18:31:04 +0000 (18 18:31 +0000)]
New tutorial case for the interPhaseChangeFoam solver.

Simulates the cavitation generated by a bullet passing through water.

14 years agoChanged the compressible::turbulentTemperatureCoupled bc to be a harmonic fixedValue.
mattijs [Fri, 18 Dec 2009 16:46:31 +0000 (18 16:46 +0000)]
Changed the compressible::turbulentTemperatureCoupled bc to be a harmonic fixedValue.

The original, mixed bc is still available as
compressible::turbulentTemperatureCoupledBaffleMixed

14 years agoDisabled smoothing of displacement so internal points do not move.
mattijs [Thu, 17 Dec 2009 15:05:40 +0000 (17 15:05 +0000)]
Disabled smoothing of displacement so internal points do not move.

This was the original behaviour since the PackedList operator= was
incorrect. I tried a few cases but moving the internal points does
not help - increases the non-orthogonality.

14 years agoAllocate underlying patchField without storage since overriding pointer
mattijs [Wed, 16 Dec 2009 15:12:34 +0000 (16 15:12 +0000)]
Allocate underlying patchField without storage since overriding pointer

14 years agoFixed the assignment operator
mattijs [Wed, 16 Dec 2009 09:04:56 +0000 (16 09:04 +0000)]
Fixed the assignment operator

14 years agoMerge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x
mattijs [Mon, 14 Dec 2009 11:12:04 +0000 (14 11:12 +0000)]
Merge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoChanged building of tecio library. Logic no longer in wmake/rules
mattijs [Mon, 14 Dec 2009 11:09:33 +0000 (14 11:09 +0000)]
Changed building of tecio library. Logic no longer in wmake/rules

14 years agoChanged building of tecio library so to keep configuring local
mattijs [Mon, 14 Dec 2009 11:08:26 +0000 (14 11:08 +0000)]
Changed building of tecio library so to keep configuring local

14 years agoUpdate to (in)compressible omegaWallFunction
andy [Fri, 11 Dec 2009 17:52:15 +0000 (11 17:52 +0000)]
Update to (in)compressible omegaWallFunction

Changed the evaluation of omega to be a function of both omega in the viscous
sublayer and omega in the log region

14 years agoMerge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x
andy [Fri, 11 Dec 2009 15:28:55 +0000 (11 15:28 +0000)]
Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoRemoved faceZonesIntegration function object (deprecated)
andy [Fri, 11 Dec 2009 15:26:57 +0000 (11 15:26 +0000)]
Removed faceZonesIntegration function object (deprecated)

Functionality replaced by new fieldValues function object

14 years agoAdded new fieldValues function object
andy [Fri, 11 Dec 2009 15:24:02 +0000 (11 15:24 +0000)]
Added new fieldValues function object

Output face or cell based values, with additional sum, average, integrate
methods. Weighted average provided for face sources.

14 years agoUpdates/corrections to the polynomial thermo packages
andy [Fri, 11 Dec 2009 15:15:42 +0000 (11 15:15 +0000)]
Updates/corrections to the polynomial thermo packages

14 years agoCorrected poly thermo input for tutorial case
andy [Fri, 11 Dec 2009 15:14:36 +0000 (11 15:14 +0000)]
Corrected poly thermo input for tutorial case

14 years agoAdded -region option
mattijs [Fri, 11 Dec 2009 12:12:49 +0000 (11 12:12 +0000)]
Added -region option

14 years agoFilter out zero sized patches
mattijs [Wed, 9 Dec 2009 17:39:04 +0000 (9 17:39 +0000)]
Filter out zero sized patches

14 years agoMerge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x
mattijs [Wed, 9 Dec 2009 15:58:45 +0000 (9 15:58 +0000)]
Merge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoAllow for duplicate surfaces by checking for duplicate hits
mattijs [Wed, 9 Dec 2009 15:58:12 +0000 (9 15:58 +0000)]
Allow for duplicate surfaces by checking for duplicate hits

14 years agoCorrected indexing of components
mattijs [Wed, 9 Dec 2009 15:57:25 +0000 (9 15:57 +0000)]
Corrected indexing of components

14 years agoAdded setCapacity function to pre-size the storage
mattijs [Wed, 9 Dec 2009 15:55:30 +0000 (9 15:55 +0000)]
Added setCapacity function to pre-size the storage

When constructing without a mesh you can now 'hint' the amount
of cells, faces and points you expect. This should limit the
amount of DynamicList resizing.

14 years agoThis commit is made on behalf of Mark Olesen.
henry [Wed, 9 Dec 2009 13:46:50 +0000 (9 13:46 +0000)]
This commit is made on behalf of Mark Olesen.

Adding spline information missing from commit 50ef9fa47fb8aa00f8ee085c1cd5064c5438c018 :

Removed (broken) legacy splines code and use Catmull-Rom splines instead

- selectable in blockMesh as 'spline'

- compatibility:
  * 'polySpline' and 'simpleSpline' accepted, but deprecated
  * detect and discard end tangent specifications

The end tangents are handled automatically by point reflection.
This works well for most cases.

- a BSpline is also included (eg, for future support of NURBS), but is
  not selectable from blockMesh since it really isn't as nice as the
  Catmull-Rom (ie, doesn't *exactly* go through each point).

The advantages compared to the previous B-Spline implementation:

- Doesn't need a matrix solver.
- The coding resembles something that can be found in the literature.
- In contrast to the previous B-Spline implementation, it is fairly clear
  what is actually going on.
- Catmull-Rom splines seem to be what all the graphics people have as
  their stable workhorse.

14 years agoChanged the way in which the sub-dictionaries prepend the name of the parent to
henry [Wed, 9 Dec 2009 13:39:25 +0000 (9 13:39 +0000)]
Changed the way in which the sub-dictionaries prepend the name of the parent to
avoid accumulation of the name during copy and clone.

14 years agoChanged the naming convention for the source HTML files to correspond to that generated
henry [Tue, 8 Dec 2009 16:48:42 +0000 (8 16:48 +0000)]
Changed the naming convention for the source HTML files to correspond to that generated
by recent versions of Doxygen.

14 years agoReorganised the location of the "sixDoFRigidBodyDisplacement" BC to avoid unnecessary
henry [Tue, 8 Dec 2009 15:56:59 +0000 (8 15:56 +0000)]
Reorganised the location of the "sixDoFRigidBodyDisplacement" BC to avoid unnecessary
dependency on the libforces.so and the libraries it requires.

14 years agoMerge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x
henry [Tue, 8 Dec 2009 14:36:37 +0000 (8 14:36 +0000)]
Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoAdded a default scheme for "snGrad".
henry [Tue, 8 Dec 2009 14:36:25 +0000 (8 14:36 +0000)]
Added a default scheme for "snGrad".

14 years agoCorrected the name of the solver used for these tutorials.
henry [Tue, 8 Dec 2009 14:35:37 +0000 (8 14:35 +0000)]
Corrected the name of the solver used for these tutorials.

14 years agoCorrected the change to the "solvers" entry in controlDict.
henry [Tue, 8 Dec 2009 14:35:11 +0000 (8 14:35 +0000)]
Corrected the change to the "solvers" entry in controlDict.

14 years agoAdded the field name to the creation of "mut".
henry [Tue, 8 Dec 2009 14:34:42 +0000 (8 14:34 +0000)]
Added the field name to the creation of "mut".

14 years agoChanged the coeffs dictionary construction to allow better error messages.
henry [Tue, 8 Dec 2009 14:33:59 +0000 (8 14:33 +0000)]
Changed the coeffs dictionary construction to allow better error messages.

14 years agoCorrected handling of "value" entry to allow post-processing of input file.
henry [Tue, 8 Dec 2009 14:33:03 +0000 (8 14:33 +0000)]
Corrected handling of "value" entry to allow post-processing of input file.

14 years agoRemoved "forces" library dependency to avoid many solvers inheriting unnecessary
henry [Tue, 8 Dec 2009 14:32:14 +0000 (8 14:32 +0000)]
Removed "forces" library dependency to avoid many solvers inheriting unnecessary
dependencies.

14 years agoRetrofitted functionality from our development line to improve error and warning
henry [Tue, 8 Dec 2009 14:31:02 +0000 (8 14:31 +0000)]
Retrofitted functionality from our development line to improve error and warning
messages from "dictionary".

14 years agonew spline (Catmull-Rom)
mattijs [Tue, 8 Dec 2009 11:58:19 +0000 (8 11:58 +0000)]
new spline (Catmull-Rom)

14 years agoadded tecio to wmake rules
mattijs [Tue, 8 Dec 2009 11:46:32 +0000 (8 11:46 +0000)]
added tecio to wmake rules

14 years agoMerge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x
mattijs [Mon, 7 Dec 2009 16:47:25 +0000 (7 16:47 +0000)]
Merge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agointerpret wildcards in changeDictionaryDict. Adapt multiRegion testcase
mattijs [Mon, 7 Dec 2009 16:45:31 +0000 (7 16:45 +0000)]
interpret wildcards in changeDictionaryDict. Adapt multiRegion testcase

14 years agohave reserve like DynamicList
mattijs [Mon, 7 Dec 2009 16:32:23 +0000 (7 16:32 +0000)]
have reserve like DynamicList

14 years agoMerge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x
henry [Sat, 5 Dec 2009 22:31:38 +0000 (5 22:31 +0000)]
Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoChanged E to a more standard value.
henry [Sat, 5 Dec 2009 22:31:21 +0000 (5 22:31 +0000)]
Changed E to a more standard value.

14 years agoadded region option
mattijs [Fri, 4 Dec 2009 19:06:32 +0000 (4 19:06 +0000)]
added region option

14 years agoMerge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x
mattijs [Thu, 3 Dec 2009 21:56:26 +0000 (3 21:56 +0000)]
Merge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agohave cellZone borders on processor patches
mattijs [Thu, 3 Dec 2009 17:50:16 +0000 (3 17:50 +0000)]
have cellZone borders on processor patches

14 years agoFrom Mark Olesen:
andy [Thu, 3 Dec 2009 16:58:58 +0000 (3 16:58 +0000)]
From Mark Olesen:

    add missing class/typedefs for Tensor2D innerProducts

14 years agoMerge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x
henry [Wed, 2 Dec 2009 22:41:39 +0000 (2 22:41 +0000)]
Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoCorrected and simplified solver selection for implicit MULES.
henry [Wed, 2 Dec 2009 22:41:29 +0000 (2 22:41 +0000)]
Corrected and simplified solver selection for implicit MULES.

14 years agoalways linear interpolate
mattijs [Wed, 2 Dec 2009 15:26:12 +0000 (2 15:26 +0000)]
always linear interpolate

14 years agoImproved setup.
henry [Wed, 2 Dec 2009 15:15:39 +0000 (2 15:15 +0000)]
Improved setup.

14 years agoGeneral clean-up.
henry [Wed, 2 Dec 2009 15:13:49 +0000 (2 15:13 +0000)]
General clean-up.

14 years agoRemoved commented code.
henry [Wed, 2 Dec 2009 15:11:49 +0000 (2 15:11 +0000)]
Removed commented code.

14 years agoReverted changes to avoid warnings from the Icc-11 compiler and added a compiler...
henry [Wed, 2 Dec 2009 15:10:50 +0000 (2 15:10 +0000)]
Reverted changes to avoid warnings from the Icc-11 compiler and added a compiler switch
to suppress the spurious messages.

14 years agoTransferred an enhancement by Mark Olesen from our development line to 1.6.x to resolve
henry [Wed, 2 Dec 2009 15:08:56 +0000 (2 15:08 +0000)]
Transferred an enhancement by Mark Olesen from our development line to 1.6.x to resolve
an issue with the Icc-11 compiler.

14 years agoCorrected build scripts.
henry [Wed, 2 Dec 2009 15:07:14 +0000 (2 15:07 +0000)]
Corrected build scripts.

14 years agofoam to Tecplot360 converter
mattijs [Tue, 1 Dec 2009 19:10:15 +0000 (1 19:10 +0000)]
foam to Tecplot360 converter

14 years agobuild into FOAM_APPBIN, not FOAM_USER_APPBIN
mattijs [Tue, 1 Dec 2009 19:04:16 +0000 (1 19:04 +0000)]
build into FOAM_APPBIN, not FOAM_USER_APPBIN

14 years agoIntel icpc11 porting changes
mattijs [Tue, 1 Dec 2009 19:01:08 +0000 (1 19:01 +0000)]
Intel icpc11 porting changes

14 years agodisable c++ mpi bindings
mattijs [Tue, 1 Dec 2009 18:51:44 +0000 (1 18:51 +0000)]
disable c++ mpi bindings

14 years agoMerge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x
mattijs [Thu, 26 Nov 2009 18:02:05 +0000 (26 18:02 +0000)]
Merge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoreset triangle counter to 0 before usage
mattijs [Thu, 26 Nov 2009 18:01:55 +0000 (26 18:01 +0000)]
reset triangle counter to 0 before usage

14 years agoAdded "./" to makeParaView and makeQt.
henry [Wed, 25 Nov 2009 13:51:32 +0000 (25 13:51 +0000)]
Added "./" to makeParaView and makeQt.

14 years agoCorrected instructions for csh/tcsh, see:
henry [Wed, 25 Nov 2009 10:11:15 +0000 (25 10:11 +0000)]
Corrected instructions for csh/tcsh, see:
http://www.cfd-online.com/Forums/openfoam-bugs/70430-readme-notes.html

14 years agoAdded printCoeffs as requested. Note that the coeffs will now be printed twice by
henry [Tue, 24 Nov 2009 10:59:39 +0000 (24 10:59 +0000)]
Added printCoeffs as requested.  Note that the coeffs will now be printed twice by
models derived from Smagorinsky.

14 years agoMerge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x
henry [Mon, 23 Nov 2009 23:14:43 +0000 (23 23:14 +0000)]
Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoAdded faceCentres member function.
henry [Mon, 23 Nov 2009 23:14:35 +0000 (23 23:14 +0000)]
Added faceCentres member function.
Removed spurious blank lines between template declarations and function definitions.

14 years agompich support
mattijs [Mon, 23 Nov 2009 15:39:36 +0000 (23 15:39 +0000)]
mpich support

14 years agooptionally have on-the-fly construction of OutputFilters
mattijs [Fri, 20 Nov 2009 16:44:09 +0000 (20 16:44 +0000)]
optionally have on-the-fly construction of OutputFilters

14 years agoCorrected test application.
henry [Fri, 20 Nov 2009 10:37:58 +0000 (20 10:37 +0000)]
Corrected test application.

14 years agoMerge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x
henry [Fri, 20 Nov 2009 10:29:21 +0000 (20 10:29 +0000)]
Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoCorrected test applications.
henry [Fri, 20 Nov 2009 10:29:14 +0000 (20 10:29 +0000)]
Corrected test applications.

14 years agocorrected comment
mattijs [Fri, 20 Nov 2009 10:26:44 +0000 (20 10:26 +0000)]
corrected comment

14 years agoconstructor takes polyMesh, not pointMesh
mattijs [Fri, 20 Nov 2009 10:26:14 +0000 (20 10:26 +0000)]
constructor takes polyMesh, not pointMesh

14 years agoFixed error in the out-of-date use of pointMesh see:
henry [Thu, 19 Nov 2009 09:07:58 +0000 (19 09:07 +0000)]
Fixed error in the out-of-date use of pointMesh see:
http://www.cfd-online.com/Forums/openfoam-bugs/70259-vtkfoam-c-calls-call-non-existing-volpointinterpolate-ctor.html

14 years agoMerge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x
henry [Wed, 18 Nov 2009 23:09:36 +0000 (18 23:09 +0000)]
Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoAdded a correction to the boundary velocity and flux to make them consistent with the
henry [Wed, 18 Nov 2009 23:09:30 +0000 (18 23:09 +0000)]
Added a correction to the boundary velocity and flux to make them consistent with the
boundary motion before the fluxes are corrected for continuity by pcorr.

14 years agocleanup
mattijs [Wed, 18 Nov 2009 11:47:03 +0000 (18 11:47 +0000)]
cleanup

14 years agoMerge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x
mattijs [Tue, 17 Nov 2009 14:27:51 +0000 (17 14:27 +0000)]
Merge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoadded some comment
mattijs [Tue, 17 Nov 2009 14:27:44 +0000 (17 14:27 +0000)]
added some comment

14 years agoCorrection to the ordering of nsided and nfaced elements provided by
henry [Mon, 16 Nov 2009 15:28:20 +0000 (16 15:28 +0000)]
Correction to the ordering of nsided and nfaced elements provided by
Francesco Del Citto.

14 years agocompiler bug workaround
mattijs [Fri, 13 Nov 2009 18:26:43 +0000 (13 18:26 +0000)]
compiler bug workaround

14 years agoexplicit constructor
mattijs [Fri, 13 Nov 2009 18:18:20 +0000 (13 18:18 +0000)]
explicit constructor

14 years agoexplicit constructors
mattijs [Fri, 13 Nov 2009 18:15:47 +0000 (13 18:15 +0000)]
explicit constructors

14 years agomissing EOF
mattijs [Fri, 13 Nov 2009 18:15:20 +0000 (13 18:15 +0000)]
missing EOF

14 years agoremoved extraneous pointer cast
mattijs [Fri, 13 Nov 2009 14:46:49 +0000 (13 14:46 +0000)]
removed extraneous pointer cast

14 years agoMerge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x
mattijs [Fri, 13 Nov 2009 14:32:40 +0000 (13 14:32 +0000)]
Merge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoupdated to gasReactions
mattijs [Fri, 13 Nov 2009 14:32:27 +0000 (13 14:32 +0000)]
updated to gasReactions

14 years agoMerge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x
henry [Fri, 13 Nov 2009 10:18:30 +0000 (13 10:18 +0000)]
Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoCorrected laminar and turbulent Prandtl numbers.
henry [Fri, 13 Nov 2009 10:18:24 +0000 (13 10:18 +0000)]
Corrected laminar and turbulent Prandtl numbers.

14 years agostitching points if no points have been merged
mattijs [Wed, 11 Nov 2009 19:14:03 +0000 (11 19:14 +0000)]
stitching points if no points have been merged

14 years agoMerge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x
mattijs [Wed, 11 Nov 2009 17:30:33 +0000 (11 17:30 +0000)]
Merge branch 'master' of ssh://repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agosurfaceToPatch was using old tree
mattijs [Wed, 11 Nov 2009 17:29:12 +0000 (11 17:29 +0000)]
surfaceToPatch was using old tree

14 years agoMerge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x
henry [Wed, 11 Nov 2009 16:33:52 +0000 (11 16:33 +0000)]
Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x

14 years agoAdded measurement of surface values of velocity and temperature to allow slip
henry [Wed, 11 Nov 2009 16:33:46 +0000 (11 16:33 +0000)]
Added measurement of surface values of velocity and temperature to allow slip
and jump measurement.  Changing boundary condition types on walls to
calculated instead of zeroGradient for fields:

    iDof  internalE  linearKE  momentum  q  rhoM  rhoN

because the boundary values are required to record surface data.

Added measurement of volume and surface pressure.

Cases may now also be run as 1D or 2D by using empty patches.

14 years agoAdded measurement of surface values of velocity and temperature to allow slip
henry [Wed, 11 Nov 2009 15:22:11 +0000 (11 15:22 +0000)]
Added measurement of surface values of velocity and temperature to allow slip
and jump measurement.  Added measurement of volume and surface pressure.

Cases may now also be run as 1D or 2D by using empty patches.

14 years agoincorrect reading of label from dictionary
mattijs [Wed, 11 Nov 2009 15:02:08 +0000 (11 15:02 +0000)]
incorrect reading of label from dictionary