Commit graph

151 commits

Author SHA1 Message Date
Sandeep Menon
af58d024c3 Bug-fix:
- Account for solution singularity in the CG solver
2011-05-19 12:31:03 -04:00
Sandeep Menon
2001db95f6 Bug-fixes:
- Fix pragma warning for Icc
 - Fix for unmatched points during surface smoothing
 - Allow correctInvalidCells to work in parallel (with checks for tet cells)
2011-05-19 11:50:11 -04:00
Sandeep Menon
dc43e9152c Commit details:
- Added initial support for parallel dynamicTopoFvMesh
 - Conservative remapping support (serial / parallel)
 - Layer addition/removal support (partially tested / not parallel)
 - Dynamic parallel load-balancing support
2011-05-17 15:31:43 -04:00
Oliver Borm (boroli)
b8f8d3b8ac two additional mesh quality metrics for mesquite 2011-05-03 21:43:51 +02:00
Oliver Borm (boroli)
420ea04821 new version of mesquite solver, done by Sandeep Menon 2011-05-03 20:59:15 +02:00
Oliver Borm (boroli)
42ab698cea quick fix for multiple dynamicFvMeshes in multiple regions 2011-05-03 18:38:58 +02:00
Henrik Rusche
ec459e9ac3 Enable layer addition for face zone that are wrapped around a cell 2011-05-01 19:34:14 +02:00
Hrvoje Jasak
dc37b56def Parallel topological changes and internal combustion engine simulations 2011-03-22 12:29:57 +00:00
Oliver Borm (boroli)
86f9541c12 mesquite hex and prism support 2011-03-08 17:42:21 +01:00
Hrvoje Jasak
49a6b1fdb3 fvMesh not required 2011-03-07 15:08:45 +00:00
Hrvoje Jasak
17ac099f1b Formatting 2011-03-07 15:08:08 +00:00
Hrvoje Jasak
6b3a796412 Better debug messages 2011-03-07 15:06:28 +00:00
Hrvoje Jasak
7c5c19cb3f Added debug for incorrectly specified master cell zone 2011-03-07 15:05:59 +00:00
Hrvoje Jasak
87a71b5358 Reorganisation of prescription of solid body motion 2011-02-27 02:18:43 +00:00
Hrvoje Jasak
2d462cb104 Parallelism update, Sandeep Menon 2011-02-25 13:03:13 +00:00
Hrvoje Jasak
da5726b262 Bug fixes, Henrik Rusche 2011-01-20 14:04:25 +00:00
Hrvoje Jasak
2d71d2f308 Face zone issues, attach/detach 2011-01-20 00:51:01 +00:00
Hrvoje Jasak
5f35e8e3cf Improved debug info 2011-01-13 17:22:52 +00:00
Hrvoje Jasak
4726765713 Formatting 2010-12-20 20:17:47 +00:00
Hrvoje Jasak
0778c0393f Merge remote branch 'remotes/origin/feature/overlapGgi'
Conflicts:
	src/decompositionMethods/metisDecomp/Make/options
	src/decompositionMethods/parMetisDecomp/Make/options
	src/decompositionMethods/scotchDecomp/Make/options
	src/dynamicMesh/meshMotion/mesquiteMotionSolver/Make/options
	src/fvAgglomerationMethods/MGridGenGamgAgglomeration/Make/options
2010-12-20 20:17:13 +00:00
Hrvoje Jasak
39b56e9090 Merge remote branch 'remotes/origin/hotfix/ThirdParty_useSystemInstalledPackages' 2010-12-10 22:24:31 +00:00
Martin Beaudoin
36ca67ef7c ThirdParty packages: enable using system installed packages instead of the packages fetched through external source tarballs 2010-12-08 21:28:32 -05:00
Hrvoje Jasak
9d233f3507 Improved debugging for layer addition/removal mesh modifier: visualise master face zone and normal 2010-12-07 14:45:49 +00:00
Oliver Borm (boroli)
e5a96484f3 Merge branch 'master' into feature/overlapGgi 2010-12-02 18:19:40 +01:00
Oliver Borm (boroli)
3bd380a39d overlapGgi and turboFvMesh working now in parallel 2010-12-02 18:04:28 +01:00
Sandeep Menon
005dcf874b Bug-fixes for parallel length-scale estimation. 2010-11-30 10:59:55 -05:00
Oliver Borm (boroli)
31a8b096f1 Initial patched files for debian package 2010-11-29 17:14:51 +01:00
Henrik Rusche
24dc3e2967 Final changes to headers 2010-11-25 01:27:21 +01:00
Martin Beaudoin
63a1e2fac3 New ThirdParty packs suite: compilation from original source tarballs 2010-11-24 00:49:05 -05:00
Hrvoje Jasak
0706c07b6d Fix parallel mesh motion bug 2010-11-18 19:30:41 +00:00
Hrvoje Jasak
f1b401e5b7 Added write on addition of zones and modifiers 2010-11-12 16:29:32 +00:00
Hrvoje Jasak
0537b5ff97 Bug fixes and Apple Mac OS X porting 2010-11-07 06:18:06 +00:00
Hrvoje Jasak
402a2fefee Mac OS X port: fixed to tet edge swapping, with Sandeep Menon 2010-11-06 16:47:46 +00:00
Hrvoje Jasak
59214afc30 Need gcc ifdef around pragma - please fix 2010-11-05 21:49:36 +00:00
Hrvoje Jasak
00c48b8757 multiMixer 2010-11-05 16:24:16 +00:00
Sandeep Menon
2945e61f8b Merge remote branch 'origin/master' into adaptiveTriTetMeshingRebase 2010-10-26 15:25:03 -04:00
Hrvoje Jasak
c285583e79 Bug fix: snappy. Andrew Jackson 2010-10-22 13:36:33 +01:00
Sandeep Menon
59df49e7b8 Using DynamicField for points. Revert to non-templated versions of geometric functions for now. 2010-10-21 13:00:16 -04:00
Sandeep Menon
8926bf1bc0 Merge branch 'adaptiveTriTetMeshing' into adaptiveTriTetMeshingRebase 2010-10-19 16:19:46 -04:00
Sandeep Menon
d3f032c73d Added a rudimentary inverse-distance mapper 2010-10-18 16:44:06 -04:00
Sandeep Menon
b10f0e3942 Minor directory re-structuring, and tutorial fix. 2010-10-18 15:04:22 -04:00
Sandeep Menon
bbd3e5e396 Minor modification to allow motion-only cases (like the moveDynamicMesh tutorial). Tutorial has been updated to include re-meshing options. 2010-10-18 11:24:25 -04:00
Sandeep Menon
eeb78f3f70 Adding initial commit of dynamicTopoFvMesh, sans mapping capabilities. 2010-10-17 20:26:26 -04:00
Sandeep Menon
34693bd858 Adding initial version of the mesquiteMotionSolver, and associated tutorial.
Also including modifications to the include path for icoDyMFoam
2010-10-17 13:08:28 -04:00
Sandeep Menon
aa01c38435 Merge remote branch 'origin/adaptiveTriTetMeshing' into adaptiveTriTetMeshingUpdated 2010-10-16 12:59:28 -04:00
Sandeep Menon
a009e785af Moving to the new directory structure for dynamicMesh 2010-10-12 16:47:10 -04:00
Hrvoje Jasak
7c80ada340 Fixed bug in usage of dynamic list 2010-10-12 18:46:57 +01:00
Hrvoje Jasak
b2f5b43bcc Mac OS X Port 2010-10-04 15:56:23 +01:00
Hrvoje Jasak
bea25f5960 Compilation fixes 2010-09-21 15:32:04 +01:00
Hrvoje Jasak
773cdd6f3e Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
henrus
db7fac3f24 update the tutorials for new waveTransmissive BC
git-svn-id: https://openfoam-extend.svn.sourceforge.net/svnroot/openfoam-extend/trunk/Core/OpenFOAM-1.5-dev@1731 e4e07f05-0c2f-0410-a05a-b8ba57e0c909
2010-05-12 13:27:55 +00:00