Commit graph

90 commits

Author SHA1 Message Date
Henry
e2343fa4d4 pimpleFoam: Added support for fixedFluxPressure BC 2014-03-20 16:34:31 +00:00
Henry
a53c5bead7 Removed unnecessary include 2014-03-20 16:34:17 +00:00
Henry
06a64fa8cd New BC to approximate the motion of a patch by setting the equivalent inflow/outflow 2014-03-20 16:33:27 +00:00
sergio
cc39026a60 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-03-20 15:33:38 +00:00
sergio
283f1c2981 BUG: Correct addIntensity function for radiativeIntensityRay for grey and wide band absorption model 2014-03-20 15:32:31 +00:00
andy
0c7d5db5f0 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-03-20 13:53:42 +00:00
william
0099ee2fa6 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-03-20 11:58:28 +00:00
william
ff060c23a3 ENH: twoPhaseEulerFoam: cached some fields in the kinetic theory model for lookup elsewhere 2014-03-20 11:56:27 +00:00
sergio
709beb67f5 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-03-20 11:28:19 +00:00
sergio
45caaf4d10 ENh: Adding access to diffusion model and make constructor from mesh and dictionary
make to read solver type from the dictionary instead of typeName
2014-03-20 11:26:39 +00:00
andy
b2c3fbfb34 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-03-20 11:09:15 +00:00
andy
8b9a35d3e2 ENH: Updated ACMI to allow fully disconnected regions 2014-03-20 11:02:51 +00:00
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
13cdbe3c45 BUG: twoPhaseEulerFoam: corrected the definintion of K in turbulence models and in the segregated drag model 2014-03-18 15:27:47 +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