Commit Graph

612 Commits

Author SHA1 Message Date
andy
80c9f74b64 added fieldAverage function object to control dict 2008-06-27 10:30:01 +01:00
andy
5285277dd8 small updates to tuts 2008-06-27 10:26:49 +01:00
andy
1f121751fe removing redundant averaging files 2008-06-27 10:10:47 +01:00
andy
5de6dec9a2 removing old averaging - replaced by averaging function object 2008-06-26 18:01:47 +01:00
Mark Olesen
a2ba29bcb4 fix copyrights OpenbAD and Nabla -> OpenCFD
* maybe okay to remove reflectParcel.C2 ?
2008-06-26 14:15:56 +02:00
andy
66873cc938 updated file headers for v1.5 2008-06-26 12:33:25 +01:00
andy
171b881389 added overwrite flag 2008-06-26 12:24:18 +01:00
andy
019e29d831 new tutorials 2008-06-26 12:21:14 +01:00
andy
0bdc96812a clean up 2008-06-26 12:20:53 +01:00
Mark Olesen
ac3f9fff2d cleanup of foamNew templates 2008-06-26 09:08:28 +02:00
Mark Olesen
eaeac49769 updated Copyright for new files 2008-06-26 08:52:10 +02:00
Chris Greenshields
a1daf57045 Adding new rhoCentralFoam solver 2008-06-25 16:26:37 +01:00
h.weller@opencfd.co.uk
780330b9ba New script to massage case headers 2008-06-25 15:35:55 +01:00
h.weller@opencfd.co.uk
d085a8b28c Rename and minor formatting change 2008-06-25 15:35:18 +01:00
Chris Greenshields
ec37e51870 Updated headers in case files in tutorials and added rhoCentralFoam tutorials 2008-06-25 15:21:31 +01:00
Mark Olesen
fc7538d2b4 updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
Mark Olesen
75e0941d50 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
Mark Olesen
b71dcc4f35 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
mattijs
63c10ace1b simplification of colouring 2008-06-25 09:31:28 +01:00
mattijs
2606d86429 build options 2008-06-25 09:31:10 +01:00
mattijs
3b61709f90 writing note field 2008-06-24 21:43:01 +01:00
mattijs
ad89051b8c markSurfaceRefinement fixes 2008-06-24 21:42:47 +01:00
h.weller@opencfd.co.uk
df0d196bed Bug fix http://openfoam.cfd-online.com/cgi-bin/forum/show.cgi?126/8122 2008-06-24 18:08:46 +01:00
h.weller@opencfd.co.uk
85ace74951 Removed unnecessary check. 2008-06-24 18:08:15 +01:00
h.weller@opencfd.co.uk
141e0d43ca Fixed a bug introduced by maintaining the coupled patch fields in
sliced fields.
2008-06-24 17:01:01 +01:00
andy
f4c75b2f02 consistency update on read() for k0, epsilon0 and epsilonSmall 2008-06-24 13:35:51 +01:00
andy
3411f2b1c1 bug fix on yPlusLam 2008-06-24 13:29:32 +01:00
andy
a91f1315f0 reverted kappa and E back to dimensionedScalar, using new lookup functionality 2008-06-24 13:09:57 +01:00
andy
a96b0970c1 updated and relocated turbulence eps and omega boundary conditions 2008-06-24 10:19:59 +01:00
andy
688169d97b small utility to list patches and boundary conditions 2008-06-23 19:20:46 +01:00
andy
fbcac8e23c small updates and removing X permissions 2008-06-23 18:06:06 +01:00
andy
b33f76e5cb updating molecularDynamics functionality with Graham's latest changes 2008-06-23 17:55:35 +01:00
andy
12e0fc01c0 removed molecular dynamics functionality (being updated) 2008-06-23 17:42:05 +01:00
Mark Olesen
b8db52dde2 find-longlines
* output full file path
  * some preliminary file edits to restore 80-col max.
2008-06-23 17:32:09 +02:00
mattijs
76901cdcab handling of gamma 2008-06-23 16:08:01 +01:00
andy
f0769ed955 added handling for tensor 2008-06-23 15:22:12 +01:00
andy
c4225b040d adding turbulenceProperties conversion script 2008-06-23 15:17:50 +01:00
Mark Olesen
6f0b48d651 removed old (junk) files
* should gzstream move to ThirdParty?
2008-06-23 14:19:31 +02:00
Mark Olesen
19ddd4e542 autoHexMesh : avoid compiler complaints about scalar->label conversion 2008-06-23 14:12:49 +02:00
Mark Olesen
f74dd54dd3 triSurface : attempt to use ThirdParty zlib instead of system headers 2008-06-23 14:11:47 +02:00
andy
088c96ee49 bug fix - previously exited after first command as error flag was used instead of ok flag in main while loop 2008-06-23 11:44:24 +01:00
Mark Olesen
c1fb15399a porousZone : use new dictionary lookup methods 2008-06-23 10:15:17 +02:00
Mark Olesen
dd30623adb Add find-longlines utility (find *.[CH] files that violate 80-cols) 2008-06-23 10:14:42 +02:00
Chris Greenshields
34267e9ae4 Updating sampleDict in solidDisplacmentFoam tutorial case 2008-06-21 17:36:18 +01:00
Chris Greenshields
f8e3f505d6 Updating sampleDict in rhoSonicFoam/shockTube case 2008-06-21 17:35:04 +01:00
Chris Greenshields
99d5835752 Adding symmTensor to components.C otherwise foamCalc components sigma does not work in solidDisplacementFoam tutorial 2008-06-21 17:15:45 +01:00
h.weller@opencfd.co.uk
9ea68fe68b Corrected for turbulence library name-change 2008-06-20 21:34:05 +01:00
andy
932d71c166 changed SMALL to ROOTVSMALL in time loop 2008-06-20 19:13:33 +01:00
andy
c1bbed3633 general update 2008-06-20 17:25:03 +01:00
andy
fa22d2c43c updated to reflect changes in turbulence models 2008-06-20 17:23:59 +01:00