Commit Graph

2255 Commits

Author SHA1 Message Date
262e6be2f8 ENH: new basicSolidThermo, solid -> pointSolid and solidMixture ->
pointSolidMixture. chtMultiRegion tutorials and solvers
2010-12-08 16:20:43 +00:00
da109eed31 ENH: sampledSet, sampledSurface : remove default value for interpolation scheme and writer 2010-12-08 11:51:45 +00:00
985870e754 STYLE: Remove orphaned files 2010-12-08 11:43:54 +00:00
a00ec1562a Merge remote branch 'OpenCFD/master' into olesenm 2010-12-07 15:20:19 +01:00
68408e6851 ENH: near-wall sampling : new 'patchInternalField' sampledSurface, new 'nearWallFields' functionObject 2010-12-07 11:07:23 +00:00
a2b73a1c6d STYLE: use X.last() method instead of X[X.size()-1] 2010-12-07 09:56:52 +01:00
f367ee2ece ENH: add 'flip()' in-place method to edge, face, triFace 2010-12-07 08:58:31 +01:00
dadac8acdf Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-12-06 17:16:44 +00:00
731f523188 ENH: mapDistribute : cleanup 2010-12-06 15:54:45 +00:00
2ec4f3631a Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-12-06 12:21:50 +00:00
62e5c1284e Removed corrupt file 2010-12-06 12:21:43 +00:00
40315b21c0 ENH: Allow a weightField volScalarField to be specified in decomposeParDict.
Weights the cells in the decomposition.
2010-12-03 22:15:47 +00:00
ecf998193f ENH: redistributeMeshPar : allow generic 2010-12-03 14:27:30 +00:00
8f15184be9 ENH: redistributeMeshPar : make it work with master-reading of dictionaries 2010-12-03 12:04:43 +00:00
1c3c1e017b ENH: fluent3dMeshToFoam : added initial part for reading of periodic faces 2010-12-02 18:46:50 +00:00
5dcacbdcaf ENH: ptscotchDecomp : redistribute graph so ptscotch does not abort 2010-11-30 16:35:58 +00:00
0d662c74c6 STYLE: use triSurface::FaceType where triangle or region information
not required
2010-11-26 20:39:46 +01:00
00c77c35dc ENH: using fieldDictionary.H to do binary IO in fieldToCell.C. 2010-11-26 12:31:05 +00:00
0a17e0719d ENH: use memInfo instead of parsing meminfo ourselves 2010-11-26 13:29:34 +01:00
0efa54821a ENH: support regions for PV3blockMeshReader 2010-11-25 13:03:11 +01:00
7b5de8021f Merge remote branch 'OpenCFD/master' into olesenm 2010-11-25 11:24:10 +01:00
95bc057204 BUG: (one|two)InternalFaceCells should be cellSets. 2010-11-24 18:36:48 +00:00
3eefd6de73 ENH: blockMesh : initial blockMesh was created with region 'blockMesh' 2010-11-24 16:55:30 +00:00
24c6772a93 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-24 11:48:44 +00:00
1aea998bbe ENH: FaceCellWave : additional trackData like argument for passing in non-cell data 2010-11-24 11:48:04 +00:00
3d039770f0 ENH: Added new chemFoam solver and test cases for stiff chemistry problems 2010-11-24 11:28:58 +00:00
82114f674d Revert "ENH: updates to Xfer after commit 49331bf9176d17"
This reverts commit 4530a47356.
2010-11-24 10:55:23 +00:00
fd2c6d0159 Merge remote branch 'OpenCFD/master' into olesenm 2010-11-24 09:17:05 +01:00
fc3dd68a6d STYLE: limiting to 80 chars 2010-11-23 18:28:35 +00:00
4530a47356 ENH: updates to Xfer after commit 49331bf917 2010-11-23 18:24:00 +00:00
499d48cfdb STYLE: uniform 'Test-' prefix for all applications/test
- easier to clean, avoid confusion with 'real' applications, etc.
2010-11-23 16:26:04 +01:00
e5cf4f093e COMP: adjust syncTools test to compile 2010-11-23 16:08:47 +01:00
2ab6d349d6 STYLE: reset parameters in memInfo::update()
- avoids old values if the read from /proc/.../status somehow failed
2010-11-22 16:12:20 +01:00
84fa233c00 ENH: featureEdgeMesh : merged dev_cvm functionality. 2010-11-22 10:48:07 +00:00
9f1d94bddd ENH: memInfo class. 2010-11-18 16:45:49 +00:00
8f0a5ff145 ENH: Adding lagrangianFields option to reconstruction. 2010-11-18 14:56:03 +00:00
9b73aba1d9 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-12 12:13:49 +00:00
8490014bf6 rhoSimplecFoam: further developments
not entirely satisfactory
2010-11-12 12:13:28 +00:00
ff473b9833 ENH: cmptProduct function, i.e. cmptProduct(vector(a, b, c)) = a*b*c. 2010-11-04 16:47:42 +00:00
13e28f7bd1 Merge remote branch 'OpenCFD/master' into olesenm 2010-11-10 09:48:44 +01:00
0db9fa5702 ENH: Ensight output for sampledSurfaces 2010-11-09 18:04:32 +00:00
8b59f1d0d5 Merge remote branch 'OpenCFD/master' into olesenm 2010-11-08 08:07:29 +01:00
9c350ab501 STYLE: minor: indentation of 4 chars instead of 8 2010-11-05 13:03:55 +00:00
da7dbc53db ENH: snapypHexMeshDict : updated comment 2010-11-04 12:46:03 +00:00
b7cf33058d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-02 18:57:45 +00:00
f8ae2453df chtMultiRegionFoam: updated thermodynamics 2010-11-02 18:57:39 +00:00
960773dfe5 Merge branch 'clouds' 2010-11-02 15:04:58 +00:00
d5acd22a63 STYLE: use labelUList typedef instead of UList<label> or unallocLabelList 2010-11-02 09:32:32 +01:00
1fe653ac36 LTSInterFoam: Allow the new time-step smoothing parameters to be input 2010-11-01 14:45:04 +00:00
34f65f9c5a chtMultiRegionFoam: Updated the Courant-number 2010-11-01 14:44:23 +00:00