Commit Graph

7759 Commits

Author SHA1 Message Date
3d24f9956a Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-05-27 17:41:25 +01:00
57f6a904ec ENH: Updated tutorial thermo files 2011-05-27 17:33:41 +01:00
a49872ac2e ENH: Updated comment descriptor 2011-05-27 17:33:06 +01:00
85360967b6 ENH: Updated thermo dictionary i/o 2011-05-27 17:29:47 +01:00
6fd90e45a4 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-05-27 17:17:24 +01:00
239dc3a154 ENH: foamRunTutorials: add wm_scheduler 2011-05-27 17:16:58 +01:00
64f230ae25 ENH: Changed order of parcel property initialisation 2011-05-27 16:36:28 +01:00
062846d771 STYLE/GIT - correct 80 char lines 2011-05-27 13:22:17 +01:00
7927c4dd4d ENH: Added injection models to spray cloud 2011-05-27 13:19:55 +01:00
c6ef6a0230 STYLE: Minor code style changes 2011-05-27 13:19:29 +01:00
11dab784cd Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-05-27 12:36:40 +01:00
592a0c2ad1 ENH: Added aachenBomb tutorial case for sprayFoam 2011-05-27 12:28:59 +01:00
675473ba8e STYLE: renamed spray library lagrangianSpray 2011-05-27 12:23:48 +01:00
cb6fdd4d97 ENH: Added new sprayFoam solver - uses new spray library 2011-05-27 12:18:53 +01:00
78ce13bb62 STYLE: updated comment 2011-05-27 12:00:13 +01:00
8596a86a7a ENH: bin/foamRunTutorials: run in parallel 2011-05-27 11:57:37 +01:00
9b38b768fc ENH: MakefileDirs: generic Makefile to recurse over directories 2011-05-27 11:54:52 +01:00
06bc199da9 ENH: wmake: print pwd upon error 2011-05-27 11:54:16 +01:00
29c879a612 BUG: globalPoints: handling points on 3 cyclics. Disabled globalPoints on unordered cyclic patches NOORDERING
Wallfilm uses cyclics to do transform but is not proper subdivision of space.
This conflicts with globalIndexAndTransform determining 3 independent transforms.
2011-05-27 11:51:32 +01:00
06b719a357 ENH: ReleaseNotes-dev: updated 2011-05-27 11:48:56 +01:00
490f1ca5f2 ENH: Split parcel initialisation into 2 parts around injection 2011-05-27 11:22:20 +01:00
556ae6471c STYLE: Minor code changes 2011-05-27 11:21:10 +01:00
f7aa88bae2 ENH: Added non-const access to pc 2011-05-27 11:20:00 +01:00
1e6eb893ff ENH: Updated dieselFoam aachenBomb tutorial case initial conditions 2011-05-26 18:01:54 +01:00
3612abb117 ENH: Updated parcel properties for coneNozzleInjector nozzle 2011-05-26 17:00:34 +01:00
4de94aa505 ENH: Changed parcel injection/set parcel properties order 2011-05-26 16:59:45 +01:00
11fe0cf3b7 ENH: Added stabilisation to NSRDS function 2011-05-26 16:58:49 +01:00
4b3752304c STYLE: Minor code mods 2011-05-26 16:58:33 +01:00
42a2ce3321 STY: mnaking viewFactorsGen folder consisten 2011-05-26 15:14:59 +01:00
59eb1f4dac Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2011-05-26 12:43:21 +01:00
b6f8897268 tutorials: Upgraded all of the blockMeshDict files to the new format
Upgraded other files as necessary for consistency with the blockMeshDict, in
particular cases with cyclic patches.
2011-05-26 12:43:16 +01:00
1025e4ddd5 ENH: foamFormatConvert: implement -noConstant argument 2011-05-26 12:38:24 +01:00
bf062453db Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-05-26 12:13:28 +01:00
00760b736e ENH: dynamicCode.C: check for permission even when restarting 2011-05-26 12:09:22 +01:00
3ac90128f2 BUG: redistributeMeshPar: zones were read from undecomposed case 2011-05-26 12:04:43 +01:00
f26b0d606a Merge branch 'olesenm' 2011-05-26 11:43:52 +01:00
3754b27dd8 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-05-26 11:43:41 +01:00
685a578b97 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2011-05-26 09:39:04 +01:00
a6bc768a0e BUG: updating term to new reference on the header file 2011-05-26 09:38:27 +01:00
7cdee1366b ENH: downgrade to warnings for missing control files in paraFoam
- pass through normal paraview (double-dashed) options

- bypass the plugins logic when the --data=... option is provided.
  This allows the command 'paraFoam --data=...' to work too.
2011-05-26 09:17:16 +02:00
e087e004f0 ENH: add support for set/unset options to argList
- requested by Mattijs, this allows the developer to provide some
  default options, or otherwise adjust the logic.

- the following set/unset operations are disallowed (FatalError)
  * changing -case, -roots, -parallel
  * changing type (bool <-> non-bool)
  * no mpi options
2011-05-26 08:46:05 +02:00
f2fa95cab6 ENH: dynamicFvMesh: add additional constructors 2011-05-25 21:38:58 +01:00
f8bfceca80 STYLE: matchPoints: indentation 2011-05-25 21:38:21 +01:00
6e4b93b6cc ENH: foamFormatConvert: convert constant (i.e. polyMesh) by default 2011-05-25 21:37:36 +01:00
7a20b1476a ENH: Added new spray library to Allwmake 2011-05-25 15:57:49 +01:00
d5cd67f7d5 ENH: MOved Dij and penetration calcs to Kinematic Cloud 2011-05-25 15:56:44 +01:00
8e598ca1d5 ENH: Added ConeNozzleInjection model (udpated version of NN unitInjector model) 2011-05-25 15:01:56 +01:00
955a04117e STYLE: code read-ability updates 2011-05-25 15:00:13 +01:00
6c46cfb41e STYLE: Updated capitalisation for run-time model selection 2011-05-25 14:59:17 +01:00
3e1f2f74b9 ENH: Added pAmbient property to cloud 2011-05-25 12:08:41 +01:00