Commit Graph

621 Commits

Author SHA1 Message Date
c20da53cda updated Copyright for new files 2008-06-26 08:52:10 +02:00
9806f58e29 Merge commit 'OpenCFD/master' into olesenm 2008-06-26 08:37:14 +02:00
ef5777cccd Merge branch 'master' of ssh://chris@noisy/~OpenFOAM/OpenFOAM-dev 2008-06-25 16:27:08 +01:00
87f4d027bc Adding new rhoCentralFoam solver 2008-06-25 16:26:37 +01:00
b227d53c2f Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-25 15:36:57 +01:00
a56c4e416e Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-25 15:36:13 +01:00
4ff7707576 New script to massage case headers 2008-06-25 15:35:55 +01:00
488a601720 Rename and minor formatting change 2008-06-25 15:35:18 +01:00
c3ebc46ff0 Updated headers in case files in tutorials and added rhoCentralFoam tutorials 2008-06-25 15:21:31 +01:00
02cabc3cf2 updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
0f76df8b2d etc/ shell settings cleanup
* prefix internal functions with _foam to prevent collisions
  * cleanup functions after use
  * centralized FOAM_VERBOSE info to etc/{bashrc,cshrc}
2008-06-25 14:26:42 +02:00
02ffb9d8e0 Merge branch 'olesenm' 2008-06-25 10:27:49 +01:00
d611ba8a8f decomposePar : improved functionality
* check for existing processor*/ before creating mesh
 * require processor dirs with -fields option
 * new -force option to remove existing processor*/
 * added usage for Doxygen

remaining bug:
 * -cellDist does not write cellDecomposition labelList when
   region0/ does not already exist
2008-06-25 10:50:24 +02:00
0178d7268a simplification of colouring 2008-06-25 09:31:28 +01:00
e684296bc1 build options 2008-06-25 09:31:10 +01:00
3d9329bf35 Merge commit 'OpenCFD/master' into olesenm 2008-06-25 08:55:09 +02:00
5afd70bd1c writing note field 2008-06-24 21:43:01 +01:00
7fc71fa982 markSurfaceRefinement fixes 2008-06-24 21:42:47 +01:00
c62c54c9eb Bug fix http://openfoam.cfd-online.com/cgi-bin/forum/show.cgi?126/8122 2008-06-24 18:08:46 +01:00
e24f038e3a Removed unnecessary check. 2008-06-24 18:08:15 +01:00
da76e14229 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-24 17:01:14 +01:00
7639571b4b Fixed a bug introduced by maintaining the coupled patch fields in
sliced fields.
2008-06-24 17:01:01 +01:00
bde29b2933 Merge commit 'OpenCFD/master' into olesenm 2008-06-24 15:57:31 +02:00
2e51c93821 consistency update on read() for k0, epsilon0 and epsilonSmall 2008-06-24 13:35:51 +01:00
b1b7f4f42b bug fix on yPlusLam 2008-06-24 13:29:32 +01:00
fb5f66eed1 reverted kappa and E back to dimensionedScalar, using new lookup functionality 2008-06-24 13:09:57 +01:00
64fd025ce6 Merge commit 'OpenCFD/master' into olesenm 2008-06-24 13:08:23 +02:00
683465062d updated and relocated turbulence eps and omega boundary conditions 2008-06-24 10:19:59 +01:00
932cd2a7d7 Merge commit 'origin/master' into olesenm 2008-06-23 20:33:36 +02:00
3f84fc27ef small utility to list patches and boundary conditions 2008-06-23 19:20:46 +01:00
0a793fc526 Merge commit 'origin/master' into olesenm 2008-06-23 19:13:16 +02:00
0c1d0884ff small updates and removing X permissions 2008-06-23 18:06:06 +01:00
af88d9bedf updating molecularDynamics functionality with Graham's latest changes 2008-06-23 17:55:35 +01:00
7883d0f5bd Merge commit 'origin/master' into olesenm 2008-06-23 18:51:09 +02:00
7b62e070bb Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-23 17:46:31 +01:00
92f7290c12 removed molecular dynamics functionality (being updated) 2008-06-23 17:42:05 +01:00
576ba01dd2 Merge branch 'olesenm' 2008-06-23 17:29:02 +01:00
6f62adddd1 find-longlines
* output full file path
  * some preliminary file edits to restore 80-col max.
2008-06-23 17:32:09 +02:00
1dbb511fe5 Merge commit 'origin/master' into olesenm 2008-06-23 17:26:06 +02:00
db50077ea1 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-23 16:08:06 +01:00
4c5bd49c0a handling of gamma 2008-06-23 16:08:01 +01:00
7fdaaa6907 Merge commit 'origin/master' into olesenm 2008-06-23 16:37:35 +02:00
88b2915fa9 added handling for tensor 2008-06-23 15:22:12 +01:00
2e4323f3e3 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-23 15:17:55 +01:00
5f84691eb8 adding turbulenceProperties conversion script 2008-06-23 15:17:50 +01:00
2c2be499a9 Merge commit 'origin/master' into olesenm 2008-06-23 14:22:37 +02:00
eb69b16d3e removed old (junk) files
* should gzstream move to ThirdParty?
2008-06-23 14:19:31 +02:00
9dbb1149fc autoHexMesh : avoid compiler complaints about scalar->label conversion 2008-06-23 14:12:49 +02:00
dc5e6dcb9a triSurface : attempt to use ThirdParty zlib instead of system headers 2008-06-23 14:11:47 +02:00
59a744ad27 Merge branch 'master' of ssh://chris@noisy/~OpenFOAM/OpenFOAM-dev 2008-06-23 12:49:22 +01:00