Commit graph

77 commits

Author SHA1 Message Date
mattijs
4ef1b5eeb5 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-03-19 10:04:42 +00:00
Henry
c3e65d3e41 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-03-18 23:20:39 +00:00
Henry
3114c5990e Improved calculation of div(U) using the volumetric flux 2014-03-18 23:19:41 +00:00
william
5f2583a17a erge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-03-18 09:39:10 +00:00
william
195d51bfd4 STYLE: twoPhaseEulerFoam: updated interfacial model headers to reflect changes in the definition of K 2014-03-18 09:07:35 +00:00
Henry
5871d1aa33 Separate convection and diffusion terms in the MULEScorr predictor
to remove interaction of the diffusion term with the flux-correction.
2014-03-17 22:38:53 +00:00
Henry
3c837948f1 Removed alphaOuterCorrectors option because the mass-flux should be updated for all PIMPLE iterations
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1225
2014-03-17 21:31:09 +00:00
william
51385b3dfa BUG: twoPhaseEulerFoam: removed multiple of the continuous phase fraction from force and heat transfer models 2014-03-17 16:34:32 +00:00
sergio
c51d53a9ea Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-03-14 14:57:29 +00:00
sergio
7039105e10 BUG: changing from turbulent to lamninar viscocity in the calculation of the
Darcy coefficient for the porousBafflePressure
2014-03-14 14:56:11 +00:00
andy
f5bc84928a Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-03-14 09:47:19 +00:00
andy
81655f4e64 BUG: wall functions - removed duplicated writing of value field - mantis #1175 2014-03-14 09:46:55 +00:00
sergio
ada39f00b1 ENH: Adding virtual function to basicChemistryModel.H to calculate the consumption rate
of specieI in reactionI. This is used by the diffusionMulticomponent combustion model
to ignite the mixture
2014-03-14 09:36:46 +00:00
Henry
ae8469ef7e Added makeRelative for MRF
Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=1221
2014-03-14 08:25:45 +00:00
Henry
46d53c222d Revert pressureInletOutletVelocity BCs
due to convergence problems with the new version for runs at high Courant number
2014-03-12 12:27:19 +00:00
mattijs
32711a0caa ENH: refineHexMesh: add option to keep to 2:1 ratio outside cellSet 2014-03-11 10:51:57 +00:00
mattijs
8199b97e4a BUG: codeStream: do not reduce if timeStampMaster 2014-03-11 10:13:10 +00:00
Henry
97056cd466 twoPhaseEulerFoam: added optional alphaMax to phaseModel for MULES limiter
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1209
2014-03-07 23:32:00 +00:00
Henry
f6493af663 driftFluxFoam: Created special mixture viscosity framework for interacting phases
Added Thomas' slurry model
2014-03-06 17:54:27 +00:00
Henry
c70c74aa39 driftFluxFoam: Rationalisation of the handling of Udm and tauDm 2014-03-05 16:04:10 +00:00
sergio
770793ff9d STY: More modifications to the style 2014-03-05 10:32:27 +00:00
sergio
1579d0e30c STY: changing header of C file 2014-03-05 10:14:44 +00:00
sergio
34cad8dec5 STY: Taking out namespace FOAM and 'private' entry word in the .H file. 2014-03-05 10:07:41 +00:00
sergio
3a74e7de52 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-03-04 09:38:14 +00:00
Henry
3827b4ad60 SchaefferFrictionalStress: phi input in deg as in JohnsonJacksonFrictionalStress
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1204
2014-03-03 19:20:17 +00:00
Henry
e0d5f5a218 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-03-03 11:08:58 +00:00
Henry
1f2a3fe7c6 Removed noDrag and noHeatTransfer models 2014-03-03 11:08:30 +00:00
william
7e5903edd4 ENH: driftFluxFoam: made viscosity and relative velocity modelling run-time selectable 2014-02-26 16:45:46 +00:00
andy
bc50af6007 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-02-26 13:47:39 +00:00
andy
93cfee93f8 BUG: function objects - updated writeFileHeader for some objects - mantis #1193 2014-02-26 13:47:33 +00:00
andy
8fa487c31a BUG: AMI with low-weight correction - further wrapping around interpolation - mantis #1174 2014-02-26 13:44:22 +00:00
Henry
3c01cb164e cavitatingFoam: rationalised phi -> rhoPhi, phiv -> phi
for consistency with the other multiphase solvers.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1192
2014-02-26 13:02:59 +00:00
Henry
8038d7bc1d wedgeFvPatch: provide specialized version of delta()
to ensure than the delta vectors are normal to the wedge plane.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1185
2014-02-26 10:02:00 +00:00
Henry
b766ecd3f9 buoyantPimpleFoam: Corrected phiHbyA
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1183
2014-02-25 09:53:16 +00:00
Henry
f3707f0df6 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-02-24 17:11:05 +00:00
Henry
3d0ba64a59 driftFluxFoam: Rationalise phase-fraction handling and implement semi-implicit MULES 2014-02-24 17:10:20 +00:00
andy
4a46e611ac BUG: helpTypes: incorrect libs - mantis #1182 2014-02-24 09:12:33 +00:00
andy
8cdb431159 BUG: faceSource - incorrect treatment for cyclic - mantis #1092 #1181 2014-02-24 09:09:54 +00:00
andy
0218131995 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-02-21 16:41:41 +00:00
andy
9e38fbdbe4 BUG: decomposePar - updated to handle multiple processor cyclic patches - mantis 879 2014-02-21 16:18:00 +00:00
andy
e74451a770 BUG: processorCyclic - updated group naming on consttuct from components 2014-02-21 16:17:23 +00:00
sergio
da5ffe588d STY: changed Copyright dates 2014-02-21 12:24:04 +00:00
sergio
68c52a8adb STY: change date copyright 2014-02-21 11:33:40 +00:00
sergio
97cf0c0317 STYLE: Updated copyright year 2014-02-21 11:17:31 +00:00
Sergio Ferraris
d23bacd20e Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x
Conflicts:
	src/thermophysicalModels/basic/rhoThermo/rhoThermos.C
2014-02-21 11:08:56 +00:00
Sergio Ferraris
ed7c86f87c ENH: Adding PengRobinsonGas real gas Eq of State 2014-02-21 11:03:15 +00:00
Sergio Ferraris
872f78f036 BUG: Removing duplicated entry in turbulentTemperatureRadCoupledMixedFvPatchScalarField 2014-02-21 10:39:57 +00:00
andy
74ab77168f Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-02-21 08:55:25 +00:00
andy
42bd80fcc2 BUG: epsilon and omega wall functions - corrected duplicate value entry write - mantis #1175 2014-02-21 08:55:21 +00:00
mattijs
c904860547 BUG: foamToEnsight: handle empty patches 2014-02-20 13:39:56 +00:00