Commit Graph

4218 Commits

Author SHA1 Message Date
andy
a6bab68565 adding new fieldAverage function object 2008-05-12 15:33:53 +01:00
mattijs
3e27656138 Special handling for polyMesh/boundary file 2008-05-12 11:38:36 +01:00
andy
75f6b64ffe adding les/ras cavitating solvers and barotropicCompressibilityModel library 2008-05-09 19:06:44 +01:00
andy
48a1ef4bba Merge branch 'Bosch' 2008-05-09 18:22:37 +01:00
Mark Olesen
691ed256e9 reverting test 2008-05-09 17:32:55 +01:00
Mark Olesen
155e13c3da test 2008-05-09 17:21:30 +01:00
mattijs
4467097cbd Uabs (for postprocessing) only constructed when needed. 2008-05-09 17:01:21 +01:00
andy
8ff486784d adding ras/les cavitation solvers 2008-05-09 16:38:10 +01:00
mattijs
8f40fc3df1 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/ 2008-05-09 13:26:32 +01:00
mattijs
6244dc8957 break sliced fields initialisation loop (constructor calls correctbc, calls evaluate on coupledFvPatchFields, uses weights which ultimately use mesh.C() which is being constructed. 2008-05-09 13:24:48 +01:00
Mark Olesen
a3bab325da added missing IOMapName.C to the Make/files list 2008-05-09 14:10:52 +02:00
andy
8efd478da8 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/ 2008-05-09 13:04:42 +01:00
andy
68f62c3bc9 enabled block/dataset names to be added/shown in the PV reader module 2008-05-09 13:04:25 +01:00
andy
ed43e5b2ed minor updates to kivaTest tutorial case 2008-05-09 13:03:11 +01:00
henry
6fc7b06b19 Made ddtPhiCorr optional in moving-mesh solvers.
Controlled via the "ddtPhiCorr" switch in the PISO sub-dict,
defaults to false.
2008-05-09 12:48:45 +01:00
Mark Olesen
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
henry
337202a4b3 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/ 2008-05-09 11:47:54 +01:00
henry
793fec2521 Added ddtPhiCorr support for moving mesh 2008-05-09 11:47:33 +01:00
Mark Olesen
2bfef3c073 Updated sampling to reflect Mark's current revision and reorganized file locations 2008-05-09 12:47:14 +02:00
andy
74bf506b95 changed GREAT -> VGREAT 2008-05-09 11:27:30 +01:00
Mark Olesen
273dad01d4 be more stringent with which files are considered 'source' 2008-05-09 12:20:25 +02:00
andy
86b0322103 adding rhoTurbTwinParcelFoam demo solver and test case 2008-05-09 11:14:32 +01:00
mattijs
e1c0220c1b Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/ 2008-05-08 23:42:49 +01:00
mattijs
e1938c7a0c Edge alignment check for 2D cases 2008-05-08 23:42:20 +01:00
andy
8c0bddb2d0 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/ 2008-05-08 17:48:08 +01:00
andy
beb2fcb0c8 adding demonstration buoyantSimpleRadiationFoam solver and tutorial 2008-05-08 17:47:46 +01:00
andy
082165d1c5 adding SRF library, and tutorial with demonstration solver 2008-05-08 17:43:17 +01:00
mattijs
51d3d78391 New application - conjugate heat transfer 2008-05-08 16:51:05 +01:00
mattijs
a0b7498f80 Fixed restarting. Now only use points0 for zoning. 2008-05-08 16:46:51 +01:00
mattijs
3e3a0e50b9 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/ 2008-05-08 15:10:29 +01:00
Mark Olesen
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
Mark Olesen
6179a6fd5a checkin paraview3.3 reader as 'work-in-progress' 2008-05-08 15:20:57 +02:00
Mark Olesen
86c5794294 time-varying UniformFixedValue and MassFlowRate boundary conditions using new timeSeries template 2008-05-08 14:50:05 +02:00
mattijs
58d6da27b2 Check for cell found. 2008-05-08 13:38:54 +01:00
Mark Olesen
73cf0583d5 attempt to preserve the installation directory 'FOAM_INST_DIR' when sourcing files 2008-05-08 14:32:40 +02:00
Mark Olesen
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
Mark Olesen
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
Mark Olesen
13d8998c9c Cosmetic changes in preparation for an extra template parameter. 2008-05-08 14:22:41 +02:00
Mark Olesen
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
Mark Olesen
02df4dbd2c add copy construct with max number of characters 2008-05-08 14:17:04 +02:00
Mark Olesen
52be85e2f4 added access to STL stable_sort algorithm 2008-05-08 14:15:31 +02:00
Mark Olesen
365b6311b9 add timeSeries interpolations (good for boundary conditions) 2008-05-08 14:14:15 +02:00
Mark Olesen
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
Mark Olesen
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
Mark Olesen
f9f39234d2 removed spurious execution bit from the file permissions 2008-05-08 13:52:38 +02:00
Mark Olesen
4b0bfd906d cosmetics changes and small cleanups 2008-05-08 13:48:42 +02:00
Mark Olesen
2744374ad0 removed unused files from ccm example 2008-05-08 13:37:30 +02:00
henry
66d672b92b Added p
Updated formatting
2008-05-07 22:51:12 +01:00
henry
f92fbeb9f9 Added p to interFoam
Changed formatting of interDyMFoam
2008-05-07 22:34:36 +01:00
andy
93dbc1f82d merge with master 2008-05-07 19:08:39 +01:00