Commit Graph

488 Commits

Author SHA1 Message Date
mattijs
36346ec1a2 ENH: Do a weighted balance before refinement and layer addition.
Have weight=7 on cells to be refined and balance. Then after refinement
there will be perfect balancing. Similar for layer addition.
2010-02-03 06:18:30 +00:00
mattijs
9b5ea8ccff STYLE: Added some comment to the parameters in 6dof bc 2010-01-29 15:24:52 +00:00
henry
6fb475b439 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-01-28 16:08:17 +00:00
henry
3b038c3702 settlingFoam: Changed to solving for pmh (static pressure minus hydrostatic pressure).
While p and pmh (pd in OpenFOAM-1.5.?) are equivalent on orthogonal meshes they
are not on non-orthogonal meshes and the difference is very important for
buoyancy-dominated flows such as settling.  settlingFoam is now written in terms
of pmh (static pressure minus hydrostatic pressure) which used to be called pd
but that confused too may people.
2010-01-28 16:06:08 +00:00
sergio
3295abef5c Correction of version in tutorial chtMultiRegionFoam 2010-01-28 12:48:52 +00:00
sergio
0b96ae5409 chtMultiRegionFoam files update 2010-01-28 12:28:18 +00:00
sergio
40710872fc chtMultiRegion tutorial modification 2010-01-28 11:10:31 +00:00
sergio
cb5f5cb71c chtMultiregion tutorial 2010-01-27 17:24:39 +00:00
mattijs
011bbf46bc ENH: splitMeshRegions now fills in coupling information in directMapped patch.
- added directMapped*Patch constructors with uniform offset
- changed splitMeshRegions to use it
- adapted chtMultiRegionFoam tutorials
2010-01-27 13:24:06 +00:00
andy
90032a8c02 Correcting typo in omega initial field in tutorial 2010-01-11 16:32:28 +00:00
andy
e5ef060734 Update to heat transfer tutorial case
- Re-setting initial T fields to unitialised values prior to running
  setFields utility
2010-01-11 13:07:32 +00:00
andy
9c79927b67 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-01-05 11:02:03 +00:00
andy
6fa46f7bdc Tutorial updates 2010-01-05 10:58:40 +00:00
mattijs
3bfec62cee Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-12-17 15:55:21 +00:00
andy
7a4c03b97a Added interPhaseChangeFoam tutorial case: cavitatingBullet 2009-12-16 15:02:49 +00:00
mattijs
b877323a33 Added baffle option and corrected default setting
When faceZones are present one has to decide whether to have zone faces
only on the edge of cellZones or also freestanding.
The setting for minMedialAxisAngle was corrected since the calculation
has also been corrected.
2009-12-15 15:56:35 +00:00
andy
c2a85fe666 Adding active flag to tutorial cloud properties files 2009-12-14 13:31:27 +00:00
andy
9589828aa8 Added another new tutorial case for porousExplicitSourceReactingParcelFoam 2009-12-10 16:40:18 +00:00
andy
7bed6626c7 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-12-10 16:03:54 +00:00
andy
29d7d3f50b Added new tutorial case for porousExplicitSourceReactingParcelFoam 2009-12-10 16:02:37 +00:00
andy
49818dd9ea Added enthalpyTransfer option to liquid evap coeffs 2009-12-10 15:37:55 +00:00
andy
94c61aba3e Updated thermo poly inputs for tutorial case 2009-12-10 15:26:21 +00:00
mattijs
a029a59036 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-12-09 17:44:13 +00:00
mattijs
4bdd240291 Reverted to 1D solver 2009-12-09 12:47:20 +00:00
andy
92b1e0f1a0 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-12-09 10:06:16 +00:00
andy
5329c39999 reset incorrectly added files 2009-12-09 10:03:31 +00:00
henry
e67d22f264 Load the "forces" library needed for the 6-DoF motion. 2009-12-08 22:39:33 +00:00
henry
66163783bf Updated the name of the motion solver used. 2009-12-08 22:38:37 +00:00
henry
20995ae5ae Corrected the name of the wall-function. 2009-12-08 22:37:54 +00:00
henry
e017ff6606 Corrected the change to the "solvers" entry in controlDict. 2009-12-08 15:08:05 +00:00
henry
146c63234c Added a default scheme for "snGrad". 2009-12-08 15:07:21 +00:00
henry
c21721d293 Corrected the change to the "application" entry in controlDict. 2009-12-08 15:07:01 +00:00
mattijs
960c192d25 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	applications/utilities/mesh/manipulation/transformPoints/transformPoints.C
2009-12-08 11:49:13 +00:00
mattijs
3c6befa360 updated tutorial for wildcards in changeDictionaryDict 2009-12-07 17:03:32 +00:00
Mark Olesen
b83e69818b update some old dictionary headers - even found mention of Nabla! 2009-12-04 12:39:14 +01:00
Mark Olesen
909e6b27e4 Apply coding style recommendations:
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
2009-11-30 08:55:03 +01:00
Mark Olesen
fa93ce8cd7 coding style adherence
- markup codingStyleGuide.org examples so they actually indent correctly

- use 'Info<<' as per codingStyleGuide instead of 'Info <<'
2009-11-27 15:39:14 +01:00
henry
06eb5b7477 Added preliminary version of the rhoSimplecFoam code and tutorial case.
This currently only runs in serial, parallelisation is worked on.
2009-11-25 11:59:19 +00:00
andy
407d047f07 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-24 14:45:05 +00:00
andy
e126099dc1 removed redundant logic 2009-11-24 14:29:41 +00:00
mattijs
f0ddc03279 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-21 10:54:47 +00:00
graham
fabbd8bb47 Merge branch 'master' into dsmc 2009-11-20 11:31:30 +00:00
mattijs
dcc53875f7 removed processorWeights 2009-11-19 19:37:07 +00:00
mattijs
01cc6c1f8c added some comment 2009-11-17 18:26:42 +00:00
graham
35f0c0ab8d Changing BC types on walls to calculated instead of zeroGradient for
fields:

    iDof  internalE  linearKE  momentum  q  rhoM  rhoN

because the boundary values are required to record surface data.
2009-11-11 15:41:27 +00:00
Mark Olesen
ebe39c4ea4 Merge commit 'OpenCFD/master' into olesenm 2009-11-04 08:56:20 +01:00
Mark Olesen
53a9208d9f Merge commit 'bundle/home' into olesenm
Conflicts:
	src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.C
	src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.H
	tutorials/incompressible/simpleFoam/airFoil2D/Allclean
	tutorials/multiphase/settlingFoam/ras/tank3D/Allclean
2009-11-04 08:54:34 +01:00
henry
51bb18ce78 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-10-30 17:24:05 +00:00
henry
9bb3c1c1ba New solvers and tutorial cases transferred from OpenFOAM-1.6.x. 2009-10-30 17:24:02 +00:00
henry
f5aa277982 Minor clean-up. 2009-10-30 17:22:55 +00:00