fc2d7878e2
Fixed spray constructor so that a restart works.
...
Lookup liquidProperties in thermophysicalProperties (avoid conflict with
gas-phase).
Changed liquidFuelComponents to liquidComponents.
Updated dieselFoam tutorial to reflect the changes
2008-05-08 14:24:44 +02:00
13d8998c9c
Cosmetic changes in preparation for an extra template parameter.
2008-05-08 14:22:41 +02:00
cfed7e3280
Added compare methods for edge/triFace.
...
Added edgeDirection methods for face/triFace.
Added extra constructors for converting faces to triFaces.
The collapse() method now returns the new face size and can be used to check
if the collapse face is valid.
2008-05-08 14:20:03 +02:00
02df4dbd2c
add copy construct with max number of characters
2008-05-08 14:17:04 +02:00
52be85e2f4
added access to STL stable_sort algorithm
2008-05-08 14:15:31 +02:00
365b6311b9
add timeSeries interpolations (good for boundary conditions)
2008-05-08 14:14:15 +02:00
146b67bb9f
revived old changes to engineTime to allow dictionary modifications to be
...
noticed and to make the engine geometry optional
2008-05-08 13:58:24 +02:00
9d4b64bdbe
updated scripts for paraview 3.3
...
* install into paraview-3.3 instead of ParaView3.X.x for consistency with LD_LIBRARY_PATH
2008-05-08 13:55:13 +02:00
f9f39234d2
removed spurious execution bit from the file permissions
2008-05-08 13:52:38 +02:00
4b0bfd906d
cosmetics changes and small cleanups
2008-05-08 13:48:42 +02:00
2744374ad0
removed unused files from ccm example
2008-05-08 13:37:30 +02:00
aad21d4575
removed junk files
2008-05-06 10:17:48 +02:00
b5ee242d80
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-13 16:34:10 +01:00
7f70974a98
added sourceTime option to mapFields (2)
2008-05-13 16:33:58 +01:00
0bd12e0601
added sourceTime option to mapFields
2008-05-13 16:33:29 +01:00
bffb453c45
Rename checkYPlus to yPlusRAS for consistency with yPlusLES
2008-05-13 16:16:32 +01:00
a6c18c36e8
Made yPlusLES and checkYPlus more consistent
2008-05-13 16:09:54 +01:00
603860c051
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-13 12:59:59 +01:00
6913778c8b
Added compressibleLesInterFoam solver
2008-05-13 12:59:46 +01:00
d9b16477e1
Moved buoyantSimpleRadiationFoam from tutorials to applications/solvers/heatTransfer
2008-05-13 12:56:43 +01:00
4b0fefae19
Improved description
2008-05-13 12:50:20 +01:00
60bdbaa7a1
Improved description
2008-05-13 12:41:16 +01:00
95528af671
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-13 12:33:36 +01:00
50404aa178
added turbulentMixingLengthFrequencyInlet to Make/files
2008-05-13 12:33:28 +01:00
6005700553
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-13 11:53:42 +01:00
6b90d28904
multi-region handling
2008-05-13 11:53:00 +01:00
5d96cfa897
removed hard-coded averaging - can now use fieldAverage unction object
2008-05-13 11:23:28 +01:00
1466446992
labelled muEff surfaceScalarField on construction
2008-05-13 11:13:24 +01:00
62e1b23093
removing cavitatingFoam - behaviour can be recoved using rasCavitatingFoam etc
2008-05-13 11:07:10 +01:00
c56e344383
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-13 11:05:49 +01:00
17132c9560
removed over specification of rho and nu
2008-05-13 11:05:39 +01:00
0958e4dc85
Run wmakeLnIncude before building other and Pstream
2008-05-12 23:04:28 +01:00
295b70d7ef
removed OpenFOAM from Make/options
2008-05-12 18:54:48 +01:00
8cdd1a844b
renamed ensemble average as iteration average
2008-05-12 18:24:13 +01:00
7077a768ea
updated LES <xxx>oodles tutorials to use the fieldAverage function object
2008-05-12 18:04:11 +01:00
ea3aa9668b
re-locating field average library
2008-05-12 17:48:01 +01:00
eab4682444
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-12 17:47:54 +01:00
258e4b9710
Initial size determination
2008-05-12 17:47:03 +01:00
88af0f59d9
Removed averaging (now in function objects)
2008-05-12 17:38:47 +01:00
459f6ca17b
missed regionToCell from compilation
2008-05-12 17:02:16 +01:00
c1dc097c56
Cells in multiple cellZones not flagged.
2008-05-12 17:01:31 +01:00
7678c14788
Removed averaging (now handled by function objects)
2008-05-12 16:57:13 +01:00
394cc119cc
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-12 16:34:42 +01:00
2ba8ecbd25
Deleted averaging files
2008-05-12 16:29:45 +01:00
7fd49ebf02
Removed averaging (now handled by function objects)
2008-05-12 16:27:41 +01:00
a6bab68565
adding new fieldAverage function object
2008-05-12 15:33:53 +01:00
3e27656138
Special handling for polyMesh/boundary file
2008-05-12 11:38:36 +01:00
75f6b64ffe
adding les/ras cavitating solvers and barotropicCompressibilityModel library
2008-05-09 19:06:44 +01:00
48a1ef4bba
Merge branch 'Bosch'
2008-05-09 18:22:37 +01:00
4467097cbd
Uabs (for postprocessing) only constructed when needed.
2008-05-09 17:01:21 +01:00