Commit Graph

155 Commits

Author SHA1 Message Date
5f3ad4de93 Avoid segfault if a '#directive' is used in the global controlDict 2008-05-23 10:13:53 +02:00
e9876723e6 Adjust some utilities to use postCalc wrapper or timeSelector directly.
When required, also adjusted to use XXXApp.C for the source name.
Adjusted some names in preparation for merge with master.
2008-05-21 10:19:23 +02:00
e34c1c75f8 FIX: foamCleanPath wasn't working properly with etc/bashrc.
The call to foamCleanPath from etc/{bashrc,cshrc} passes all the wildcards
together as a single argument - causing nothing to be cleaned.  Now split
the args on whitespace. Also added more IFS hacking to reduce forking.
2008-05-21 10:07:28 +02:00
71119dd6eb fvPatchFields : slightly improved debug messages 2008-05-21 10:01:07 +02:00
da4495fea8 check for XXXApp_8C.html (Application) in the -doc argument handling first.
This is useful when the application has the same name as a class. For example,
polyDualMeshApp.C implements the polyDualMesh application using the
polyDualMesh class. Thus polyDualMeshApp_8C.html documents the app, whereas
polyDualMesh_8C.html is the annotated source code for the class itself.
2008-05-21 09:51:34 +02:00
e5e89deabd sampledSurfaces : avoid crash with empty surfaces 2008-05-16 17:00:34 +02:00
fb597a1062 Merge Henry and Mark's sampledSurface 2008-05-14 10:31:20 +02:00
72ac0f5624 Merge branch 'olesenm' of olesenm@hunt:OpenFOAM-dev into olesenm 2008-05-14 10:02:24 +02:00
8bf1774be0 Removed pointZones directory layer, cosmetics changes to ZoneMesh. 2008-05-13 14:14:36 +02:00
691ed256e9 reverting test 2008-05-09 17:32:55 +01:00
155e13c3da test 2008-05-09 17:21:30 +01:00
a3bab325da added missing IOMapName.C to the Make/files list 2008-05-09 14:10:52 +02:00
6ea74fc6da moved libccmio to src/other. Pack adf+ccmio in a single library. The cgns is currently unused 2008-05-09 13:03:17 +02:00
2bfef3c073 Updated sampling to reflect Mark's current revision and reorganized file locations 2008-05-09 12:47:14 +02:00
273dad01d4 be more stringent with which files are considered 'source' 2008-05-09 12:20:25 +02:00
e3a3891b79 Modified finiteVolume Make/files to reflect new boundary condition.
Sorted the boundary condition list to ease tracking in the future.
2008-05-08 15:53:35 +02:00
6179a6fd5a checkin paraview3.3 reader as 'work-in-progress' 2008-05-08 15:20:57 +02:00
86c5794294 time-varying UniformFixedValue and MassFlowRate boundary conditions using new timeSeries template 2008-05-08 14:50:05 +02:00
73cf0583d5 attempt to preserve the installation directory 'FOAM_INST_DIR' when sourcing files 2008-05-08 14:32:40 +02:00
8bdd3501d7 Added set() method to HashTable.
Added replace() method to DLListBase.
Modified the dictionary merge code to avoid scrambling the order, but left the old version active for now.
2008-05-08 14:29:21 +02:00
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