Commit Graph

15190 Commits

Author SHA1 Message Date
william
2db489b562 BUG: twoPhaseEulerFoam: fixed definition of drag in kineticTheory turbulence model 2014-04-01 09:12:03 +01:00
william
c07e1e0486 ENH: twoPhaseEulerFoam: added new interfacial models 2014-03-31 16:59:07 +01:00
andy
18fd5c4eec ENH: mapFields - added mapMethod to arg notes 2014-03-31 16:57:14 +01:00
andy
fc7f16c62c ENH: uniformTotalPressure BC updates 2014-03-31 16:50:31 +01:00
andy
27cc083cff ENH: mapFields - updated handling of boundary fields 2014-03-31 16:50:10 +01:00
andy
94519b46b8 ENH: surface film model updates 2014-03-31 16:49:43 +01:00
sergio
5fecd2b5dc Changing BC for U at side and front/back patches 2014-03-31 12:17:01 +01:00
mattijs
e01af8264c ENH: foamLog: handle variables with '.' in name 2014-03-31 09:27:42 +01:00
andy
5cd179ba77 ENH: surface film - reverted laminar model to be equivalent to old surface shear model 2014-03-28 16:20:40 +00:00
andy
fc31799a7e BUG: cyclicAMI - fixed transform for case that angle is given - mantis #1217 2014-03-28 15:59:47 +00:00
william
32aa0b82c6 BUG: twoPhaseEulerFoam: Fixed JohnsonJackson BCs write 2014-03-27 11:58:15 +00:00
Henry
57b968044e Corrected rho used for yPlus 2014-03-26 15:19:39 +00:00
Henry
fcbca30a0d driftFluxFoam: corrected density to get kinematic viscosity for yPlus 2014-03-26 14:31:09 +00:00
Henry
7640ec88b0 driftFluxFoam: Changed the laminar viscosity used in the k-epsilon model that of the mixture 2014-03-26 12:49:18 +00:00
Henry
5ba7f46a20 continuousGasKEpsilon: Omega now consistent with Lahey 2005 paper 2014-03-26 12:48:37 +00:00
william
17cea5eb7c BUG: driftFluxFoam: removed divide by alpha from general Udm model 2014-03-25 16:06:03 +00:00
william
170fd9e5ec BUG: twoPhaseEulerFoam: Fixed JohnsonJackson Theta BC write 2014-03-25 14:36:18 +00:00
william
7033b6aa5e ENH: twoPhaseEulerFoam: Added Johnson-Jackson slip and granular temperature BCs 2014-03-24 10:30:41 +00:00
Henry
76e5a9dafe Updated floatingObject boundary condition to handle tangential flow at surface in a more stable manner. 2014-03-21 10:33:34 +00:00
william
cb8bfed44e BUG: LaheyKEpsilon: fixed incorrect multiple of alpha*rho added in commit 13cdbe3 2014-03-21 10:02:06 +00:00
mattijs
01813d0339 BUG: refinementHistory: access outside range 2014-03-20 16:50:42 +00:00
mattijs
8e76c66558 ENH: redistributePar: start with all patches present 2014-03-20 16:46:38 +00:00
Henry
cab71bd05f pimpleFoam: Added support for fixedFluxPressure BC 2014-03-20 16:34:31 +00:00
Henry
95d0b64386 Removed unnecessary include 2014-03-20 16:34:17 +00:00
Henry
e9fe156fe8 New BC to approximate the motion of a patch by setting the equivalent inflow/outflow 2014-03-20 16:33:27 +00:00
sergio
efbc008ed7 BUG: Correct addIntensity function for radiativeIntensityRay for grey and wide band absorption model 2014-03-20 15:32:31 +00:00
william
9183fe2060 ENH: twoPhaseEulerFoam: cached some fields in the kinetic theory model for lookup elsewhere 2014-03-20 11:56:27 +00:00
sergio
920946e594 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
25d874034b ENH: Updated ACMI to allow fully disconnected regions 2014-03-20 11:02:51 +00:00
Henry
110968a5da Improved calculation of div(U) using the volumetric flux 2014-03-18 23:19:41 +00:00
william
acb63f5141 BUG: twoPhaseEulerFoam: corrected the definintion of K in turbulence models and in the segregated drag model 2014-03-18 15:03:41 +00:00
william
e71b49311c STYLE: twoPhaseEulerFoam: updated interfacial model headers to reflect changes in the definition of K 2014-03-18 09:07:35 +00:00
Henry
cfdd46ef15 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
e6236340b5 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
37c75a8b18 BUG: twoPhaseEulerFoam: removed multiple of the continuous phase fraction from force and heat transfer models 2014-03-17 16:34:32 +00:00
sergio
354197bf33 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
5844801027 BUG: wall functions - removed duplicated writing of value field - mantis #1175 2014-03-14 09:46:55 +00:00
sergio
ddfc287758 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
b766becf56 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
0a7259cc46 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
c67779b221 ENH: refineHexMesh: add option to keep to 2:1 ratio outside cellSet 2014-03-11 10:51:57 +00:00
mattijs
b50f294391 BUG: codeStream: do not reduce if timeStampMaster 2014-03-11 10:13:10 +00:00
Henry
dd0efd159d 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
cda70b5eb7 driftFluxFoam: Created special mixture viscosity framework for interacting phases
Added Thomas' slurry model
2014-03-06 17:54:27 +00:00
Henry
09bb8b8f7f driftFluxFoam: Rationalisation of the handling of Udm and tauDm 2014-03-05 16:04:10 +00:00
sergio
4acc7c1260 STY: More modifications to the style 2014-03-05 10:32:27 +00:00
sergio
10bee8463c STY: changing header of C file 2014-03-05 10:14:44 +00:00
sergio
59d7ef5c22 STY: Taking out namespace FOAM and 'private' entry word in the .H file. 2014-03-05 10:07:41 +00:00
Henry
fd13ec635a 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
078e4b6980 Removed noDrag and noHeatTransfer models 2014-03-03 11:08:30 +00:00