Commit Graph

99 Commits

Author SHA1 Message Date
andy
ab95424f8b Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-25 14:44:39 +00:00
andy
ec5fb1ca68 ENH: Tutorial updates 2011-03-25 14:44:21 +00:00
Henry
a93e63e7b7 tutorials: use getApplication rather than hard-coded application name 2011-03-25 12:06:18 +00:00
andy
1e5b8016a0 ENH: Updated lagrangian tutorials to reflect change in particle force I/O 2011-03-23 18:19:24 +00:00
andy
1cbf680a00 ENH: lagrangian tutorial updates 2011-03-17 17:17:26 +00:00
andy
784e20705c ENH: Tutorial - added emmisivity mode entry to G field 2011-02-28 10:37:37 +00:00
andy
edf3d0498d ENH: rename libradiation in tut case 2011-02-25 17:04:58 +00:00
andy
1ec2377731 ENH: further lagrangian tutorial updates 2011-02-25 16:43:18 +00:00
andy
1e371c13b6 ENH: Updated lagrangian tutorials 2011-02-25 14:58:54 +00:00
andy
b4dae1a5ab ENH: removed calcEntry 2011-02-23 16:49:26 +00:00
sergio
c5676efd94 STY: fixing bad streams 2011-02-21 17:25:51 +00:00
sergio
6b1adaf52b ENH: update tutorials to nre emissivity look up 2011-02-21 17:16:15 +00:00
andy
b8bffdd610 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-15 17:33:18 +00:00
andy
feda5b9520 ENH: Updated particle tutorials re: particle forces 2011-02-15 11:01:48 +00:00
mattijs
7e694ff531 ENH: porousExplicitSourceReactingParcelFoam: avoid nans 2011-02-14 17:47:17 +00:00
andy
d6155f802d ENH: Initial check-in of re-worked particle forces 2011-02-14 15:49:46 +00:00
andy
f4f38c3ccb STYLE: intermediate lib: parcelDistributionModel->sizeDistribution 2011-02-02 10:45:55 +00:00
andy
6c1e58605b ENH: moved thermo/pdfs->lagrangian/distributionModels 2011-02-02 09:28:44 +00:00
andy
6ffbe0553c ENH: Updated tutorial fvSchemes for transpose operator 2011-01-18 15:24:30 +00:00
andy
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
Henry
e802d3102e Tutorials: Added missing "application" entries. 2011-01-07 12:03:22 +00:00
Henry
0a6c711664 Tutorials: removed all references to metis to protect the innocent from persecution. 2011-01-07 12:01:08 +00:00
mattijs
65a1c94630 ENH: decomposeParDict : use scotch 2010-12-08 11:46:12 +00:00
andy
dc460d3d45 ENH: Updated lagrangian tutorials 2010-11-02 13:15:15 +00:00
andy
f2d170a215 ENH: Re-shuffled particle parcelTypeId label and radition flag 2010-10-18 17:41:31 +01:00
andy
83db9efc84 ENH: Encapuslated cloud solution params 2010-10-18 16:58:53 +01:00
andy
2ae6047ac0 ENH: Removed dimensions from cloud constant props (not used) 2010-10-18 16:11:01 +01:00
andy
e54dae6db7 ENH: Encapsulated cloud sub-models in sub-dictionary 2010-10-18 16:06:47 +01:00
andy
8962878a1c STYLE: Updated tutorial foam headers back to dev (from dev.localBranchName) 2010-10-18 13:13:21 +01:00
andy
a732cb54d9 STYLE: Updated poly thermo naming conventions 2010-10-18 13:03:44 +01:00
andy
7ceb2689cd ENH: Further thermo tutorial updates 2010-10-12 18:43:50 +01:00
andy
265ed0f033 ENH: Updated tutorial thermo props 2010-10-12 14:15:11 +01:00
andy
9b87336b3f COMP: merge conflict 2010-10-11 17:59:46 +01:00
andy
806dfc707f ENH: tutorial thermo input updates 2010-10-11 17:42:47 +01:00
Henry
ca8f5aee75 Tutorials: Added libOpenFOAM.so to libs when used to avoid paraFoam failing 2010-10-11 14:16:57 +01:00
Henry
89ee9b3e0f Merged all multiphase developments in OpenFOAM-1.7.x 2010-09-29 22:22:48 +01:00
graham
ebb9a9e1ac ENH: tet decomposed particle tracking.
Squashed merge of particleInteractions up to
commit e7cb5bcf0315c359539ef1e715e1d51991343391
2010-09-17 16:59:17 +01:00
andy
475ac59f67 ENH: Tutorial updates 2010-09-07 13:59:31 +01:00
andy
35354bab8d BUG: Removed execution bits from tutorial input files 2010-08-31 10:02:13 +01:00
mattijs
28410e24ed ENH: parcelInBox tutorial : added application 2010-08-19 15:41:31 +01:00
henry
ccfb6e32a6 Corrected headers. 2010-06-23 16:54:54 +01:00
Mark Olesen
895a077cb1 STYLE: fixup some dictionary headers 2010-05-18 11:38:07 +02:00
henry
361b153343 Final iteration information now available in mesh::data (used to be mesh::fvData)
Relaxation and solution parameters for the final iteration in PIMPLE loops are
now selected according to the value of the "finalIteration" entry in the
mesh::data dictionary.

rhoPimpleFoam significantly updates and now replaces rhoPisoFoam.
2010-05-25 18:45:25 +01:00
mattijs
f84a91d7ce Merge commit 'origin/master' into splitCyclic
Conflicts:
	applications/utilities/mesh/manipulation/createBaffles/createBaffles.C
	applications/utilities/postProcessing/patch/patchIntegrate/patchIntegrate.C
	src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C
	src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.C
	src/dynamicMesh/motionSmoother/motionSmoother.C
	src/dynamicMesh/motionSmoother/motionSmoother.H
	src/dynamicMesh/motionSmoother/motionSmootherTemplates.C
2010-05-18 13:28:21 +01:00
mattijs
bba50b2152 ENH: updated more tutorials 2010-05-18 12:18:42 +01:00
mattijs
f54de2aad9 ENH: porousExplicitSourceReactingParcelFoam adapted for createBaffles 2010-05-17 18:05:04 +01:00
mattijs
c367e07642 ENH: Converted all cellSet/faceSet/pointSet to topoSet. 2010-05-10 17:17:49 +01:00
mattijs
c90ac07985 ENH: updated tutorial lagrangian/porousExplicitSourceReactingParcelFoam/filter 2010-05-04 17:53:36 +01:00
graham
b7f8f37d8d ENH: lagrangian tutorials. Adding CollisionModel data and
paramagnetic force Switch to cloud properties.
2010-04-29 15:47:29 +01:00
Mark Olesen
3fef72510e STYLE: use switch value for 'writeCompression' in controlDict's
- simpler/clearer to use "on/off" instead of "compressed/uncompressed"
2010-04-09 13:12:35 +02:00