Commit Graph

611 Commits

Author SHA1 Message Date
ed8fb0aa99 UEqn: Removed "Sp" term from the momentum equation of the steady-state solvers.
It is not clear that this "correction" term has provided any benefit and there
are cases for which it has proved detrimental to stability and convergence.
2010-04-06 16:28:59 +01:00
5a6f5a83ca ENH: Renamed volumeFlowRate to flowRateProfile in injection models 2010-04-01 12:37:17 +01:00
94bab707d3 Merge branch 'master' into particleInteractions 2010-03-31 11:48:58 +01:00
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
d01adb74e3 ENH: Added tet volume check to checkMesh and snappyHexMesh 2010-03-26 13:39:51 +00:00
89c7523c72 Merge branch 'master' into splitCyclic
Conflicts:
	src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C
	src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C
	src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
	src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C
	src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C
	src/parallel/decompose/scotchDecomp/scotchDecomp.C
	src/parallel/parMetisDecomp/parMetisDecomp.C
	src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C
2010-03-25 13:54:12 +00:00
fdbc6bab95 Merge branch 'master' into particleInteractions
Conflicts:
	src/parallel/decompose/decompositionMethods/Make/options
2010-03-23 11:18:53 +00:00
5d93fbe16d ENH: Removed parmetis. Use ptscotch instead. 2010-03-22 16:48:48 +00:00
d1dada5dfd Removed unnecessary operations. 2010-03-19 17:56:11 +00:00
4f926a376f New solver: rhoPorousMRFPimpleFoam
Added compressibility support to MRFZone.
Required generalisation of the oneField concept.
Also clean-up the use of one and zero for consistency.
Simple mixerVessel2D tutorial case supplied.
2010-03-19 17:54:35 +00:00
b3fd9c599f Removed unnecessary files. 2010-03-19 17:52:15 +00:00
876f975c29 Merge branch 'master' into particleInteractions 2010-03-19 16:01:41 +00:00
d5170fa83a STYLE: remove trailing space from adjointShapeOptimizationFoam tutorial files 2010-03-17 11:36:42 +01:00
cd768b7a5a Merge remote branch 'OpenCFD/master' into olesenm 2010-03-17 08:52:10 +01:00
0abe384231 Merge branch 'master' into particleInteractions 2010-03-16 12:53:26 +00:00
d35773f4fb New solver: adjointShapeOptimizationFoam
Uses adjoint method to block regions of the domain causing total pressure loss,
e.g. recirculation zones.

pitzDaily tutorial case supplied.
2010-03-15 17:08:45 +00:00
d83d28733d Corrected headers. 2010-03-15 17:06:38 +00:00
dbe29112e3 MULES limitation removed: sub-cycling time now supported on morphing meshes
Support for cell-volume interpolation during time sub-cycling now provided and
used in the MULES VoF solver to allow sub-cycling on morphing meshes.
2010-03-15 17:02:12 +00:00
6b6dd51a27 STYLE: more consistent shell style in tutorial run/clean scripts 2010-03-10 10:55:42 +01:00
49fb39e8f3 Merge commit 'origin/master' into splitCyclic
Conflicts:
	applications/utilities/parallelProcessing/decomposePar/decomposePar.C
	applications/utilities/parallelProcessing/decomposePar/domainDecomposition.C
	applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H
	applications/utilities/parallelProcessing/decomposePar/domainDecompositionMesh.C
	src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.C
	src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C
	src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H
	src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.C
	src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C
	src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H
	src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C
2010-03-09 21:28:53 +00:00
2068c67a33 ENH: 'wclean all' now uses either Allwclean or Allclean files if
present.
2010-03-09 17:16:23 +01:00
a03e484dee ENH: Updating coalCombustion with collision variables and models.
Adding youngsModulus and poissons ratio to coalChemistryFoam cloud
properties.
2010-03-03 15:54:45 +00:00
b98c7c9d3e ENH: Removing interactingKinematicParcelFoam tutorials - out of date
and unnecessary.
2010-03-03 14:59:43 +00:00
20835912fa Merge branch 'master' into particleInteractions
Conflicts:
	src/parallel/decompositionMethods/Make/options
2010-03-02 16:12:03 +00:00
22ce56db17 Merge branch 'olesenm' 2010-03-01 15:55:30 +00:00
ad77ffc868 Merge branch 'master' into particleInteractions
Conflicts:
	src/lagrangian/basic/Cloud/Cloud.H
	src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloud.C
	src/parallel/decompositionMethods/Make/options
2010-03-01 09:15:11 +00:00
7c5ca1878b Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-18 16:16:54 +00:00
c1e7fd9ef6 multiRegionHeater tutorial: Changed to generate the split-mesh and fields at time 0 rather th
an 0.001.
2010-02-18 16:16:37 +00:00
ac99035a83 COMP: make utilities before solvers.
- having all utilities available ASAP is more important than having
  all solvers immediately
2010-02-18 16:48:49 +01:00
b61537bd28 Merge commit 'OpenCFD/master' into olesenm 2010-02-17 09:32:41 +01:00
2f4efd20d7 STYLE: rename starToFoam -> star3ToFoam for the sake of clarity 2010-02-16 18:40:10 +01:00
ce9a3064ba ENH: Updated porousExplicitSourceReactingParcelFoam verticalChannel tutorial case 2010-02-15 18:44:55 +00:00
8f1a6aa050 ENH: Updated Allclean script for tutorial case 2010-02-15 18:41:31 +00:00
5a025e63ad ENH: Updated porousExplicitSourceReactingParcelFoam parcelInBox tutorial case 2010-02-15 18:41:05 +00:00
539e911822 ENH: Updated rhoPisoTwinParcelFoam simplifiedSiwek tutorial case 2010-02-15 18:36:10 +00:00
ca00cf2487 ENH Updated rhoPisoTwinParcelFoam tutorial solver to use sensible enthalpy 2010-02-15 18:33:10 +00:00
1abb5c7c29 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-12 19:12:51 +00:00
3784ae12dd ENH: Updating tutorial cases to use sensible enthalpy thermo packages 2010-02-12 17:51:38 +00:00
9760c1c58e STYLE: floatingObject tutorial. Brace indentation and removal of
default values for motion state.
2010-02-12 09:56:40 +00:00
9259d4f635 New tutorial case for fireFoam. 2010-02-10 19:09:58 +00:00
7b3da686d8 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-08 19:13:37 +00:00
d2b8b58b5c Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-08 17:59:06 +00:00
b3630c3f45 ENH: update to porousExplicitSourceReactingParcelFoam filter tutorial 2010-02-08 16:32:08 +00:00
2f0692e002 Merge commit 'OpenCFD/master' into olesenm 2010-02-08 15:01:48 +01:00
573bd8ae76 Merge commit 'gitbundle/home' into olesenm 2010-02-08 11:55:21 +01:00
9c52c9f1cf BUG: floatingObject tutorial - typo in momentOfInertia 2010-02-04 19:24:44 +00:00
21c3504199 ENH: Updated coalChemistryFoam tutorial case 2010-02-04 13:30:24 +00:00
8505ac08dd Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-04 11:51:50 +00:00
f8faccf8dd ENH: updated porousExplicitSourceReactingParcelFoam filter tutorial 2010-02-03 18:48:33 +00:00
10d4c94d82 STYLE: dsmc. Removing viscosityCoefficient from dsmcProperties
dictionaries - redundant.
2010-02-03 18:05:23 +00:00