Commit Graph

3770 Commits

Author SHA1 Message Date
60549b30f5 ensightFoamReader - updated README* and global_extern*h from ensight-82
- still using the same version of the reader API (2.03)

- this seems to solve strange issues with genericPatchField symbols,
  but it still doesn't get the reader module working.

- added in the release information (the build string)
2009-08-06 14:53:40 +02:00
13bd15284d Merge commit 'OpenCFD/master' into olesenm 2009-08-06 08:55:42 +02:00
a3cd621b53 update docs for fileName, word, wordRe 2009-08-06 08:42:08 +02:00
73ae3ddc6d include topoChangerFvMesh 2009-08-05 21:31:30 +01:00
0b990fd925 Tweak to commented out function. 2009-08-05 18:20:24 +01:00
e5a710d3eb Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-05 16:18:38 +01:00
eba6c985a9 added rawTopoFvChanger mesh 2009-08-05 16:11:47 +01:00
20407ca628 Moved vertex size and alignment setting to an external function. Still needs to
have a stored point rebuild mechanism.

Added functions to decide when and how to rebuild and store the surface
conformation.  conformToSurface is now private, so only move can be called from
outside the conformalVoronoiMesh class.
2009-08-05 15:27:06 +01:00
97900b0ba4 Using a remove and insert method to move points to avoid problems with the CGAL
move function.  If move can't be fixed by the CGAL guys then go to a complete
removal and reinsertion at each step.
2009-08-05 13:25:00 +01:00
df37b6b431 read not pure virtual 2009-08-05 11:38:16 +01:00
1849d86a0e Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-05 11:16:31 +01:00
c4fd345ab1 added solverFreq to read(), and changed fvm->fvmSup header 2009-08-05 10:46:03 +01:00
2c62c83b4b actually compile genericPatchFields lib
- also have it use LIB_LIBS to always load finiteVolume
2009-08-05 08:46:19 +02:00
8baeac8d0e Merge commit 'OpenCFD/master' into olesenm 2009-08-05 08:02:33 +02:00
d4864d9b6e Moved the "generic" BCs into a separate library and included it only in those utilities
which need this functionality.  Solvers will now check the correctness of the BCs on
read.
2009-08-04 22:13:54 +01:00
e82106c619 Storing and reinserting surface conformation instead of recalculating at each
iteration. Rebuilding every 10 steps as a hard-coded experiment.
2009-08-04 18:26:55 +01:00
f3e40598a0 applyWallFunctionBoundaryConditions - use mvBak() 2009-08-04 18:02:07 +02:00
fe0745476d revert to reading surfaces from constant so parallel works out of the box 2009-08-04 16:43:38 +01:00
0b16a73a5a better error checking if restart 2009-08-04 16:43:08 +01:00
876135a83d forcing scheduling calculation 2009-08-04 16:42:54 +01:00
f7b229d47c Merge branch 'master' into cvm 2009-08-04 14:31:32 +01:00
1e6e335f5b Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-04 10:13:06 +01:00
d217b8bd74 Changed "default" to "generic" for consistency with fvPatchField. 2009-08-04 10:13:01 +01:00
268574393a Removed orphaned files. 2009-08-04 10:12:25 +01:00
2e77a6f9dc Merge commit 'OpenCFD/master' into olesenm 2009-08-03 20:21:50 +02:00
b4c93398e0 no-frills fvSolution format in tutorials/incompressible/* 2009-08-03 20:16:24 +02:00
fdc49d78cf Revert "more consistent naming convention for aliases"
This reverts commit ff5137e459.
But keeps (cosmetic) changes to bin/foamCleanPath
2009-08-03 20:00:09 +02:00
ac4ff01a74 Revert "skip writing default values of Cmu/Prt etc for turbulent bcs"
This reverts commit ad287d9d17.
2009-08-03 19:59:06 +02:00
8336c33aa2 added reading of kappa on dictionary read 2009-08-03 18:58:17 +01:00
db8eadd66e Revert "file-scoped (static const) variables for default turbulence parameters"
This reverts commit e2968b6a36.
2009-08-03 19:58:16 +02:00
8bad166975 updated version number dev->1.6 2009-08-03 16:38:20 +01:00
676c842a63 Revert "drop support for paraview 2.x reader"
- this was not agreed.

This reverts commit 41b196ffeb.
2009-08-03 16:30:48 +01:00
3945ff97b1 renamed LES nuSgs/muSgs BCs to mirror RAS convention 2009-08-03 15:55:33 +01:00
53e81535d8 added updated() check and calling ancestor updateCoeffs() 2009-08-03 15:43:45 +01:00
f6ba88b32c using neater writeEntryIfDifferent syntax 2009-08-03 15:29:14 +01:00
bd7ace5b2e added updated() check 2009-08-03 15:26:41 +01:00
ecb8d29b83 Merge commit 'OpenCFD/master' into olesenm 2009-08-03 16:20:24 +02:00
fdcc01b2e3 Linear surface distance cell size function 2009-08-03 15:06:26 +01:00
083b8bf0d3 Minor tweaks 2009-08-03 15:05:50 +01:00
7a8a318312 Revert "define values for standardCmu, standardKappa, standardE in turbulenceModel.H"
This reverts commit 54a8b6a152.
2009-08-03 15:31:14 +02:00
60e3918be8 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-03 12:06:51 +01:00
6dbb672b01 updating tutorial cases to use new nut/mut wall function names 2009-08-03 12:04:40 +01:00
ab4c4840b4 Adding warning msgs to RAS S-A models if requesting k or eps - not defined 2009-08-03 11:57:03 +01:00
138e54af76 do not check files when subcycling 2009-08-03 11:48:09 +01:00
96f23c2796 Updated wall function boundary types for utils 2009-08-03 11:44:14 +01:00
87d36bf3db Refactoring mut wall functions to mirror incompressible form 2009-08-03 11:38:45 +01:00
d320fab4ab Refactoring of nut wall function BCs
- names updated to reflect what they are based on, e.g. either k
   or U
2009-08-03 11:10:13 +01:00
827f834a93 corrected y+ calc, re-structured, better handling for walls 2009-08-03 09:53:13 +01:00
e211ff7dab consistency update: foamNew, foamNewSource, foamNewTemplate
- simplified the logic
- provide direct link to the respective scripts
- provide help from the respective scripts
2009-08-02 12:43:24 +02:00
270f14f644 foamGraph* : check if log file exists 2009-08-02 11:23:00 +02:00