Commit Graph

398 Commits

Author SHA1 Message Date
Henry
c7a18b6b4a Correct line length 2013-08-13 23:26:26 +01:00
Henry
2780df8365 multiphase: Update phase-naming to use the new convention e.g. alpha.water 2013-08-13 23:21:46 +01:00
Henry
0b416be9d7 Correct for SP compilation 2013-08-11 10:56:44 +01:00
Henry
20220a26cf TurbulenceModels: New macros to instantiate models 2013-08-06 12:50:17 +01:00
Henry
2c4c1320d9 interPhaseChangeFoam: Compensate for compressibility effects 2013-08-05 15:21:54 +01:00
Henry
dcfb92801b TurbulenceModels: Reorganised, cleaned, added documentation and made more consistent 2013-08-02 16:34:25 +01:00
Henry
b0eb5b8ab5 compressibleTwoPhaseEulerFoam: Added kEqn SGS model 2013-08-01 18:29:59 +01:00
Henry
b3d794ee97 TurbulenceModels: Added structure for LES model and the Smagorinsky model within this structure. 2013-08-01 17:14:42 +01:00
Henry
7a3181c593 compressibleTwoPhaseEulerFoam tutorials: Updated fvSchemes and improved naming of kineticTheory stress correction 2013-07-28 22:59:22 +01:00
Henry
0df1fa0642 compressibleTwoPhaseEulerFoam/Allwmake: updated 2013-07-28 20:15:06 +01:00
Henry
f348ad8a92 compressibleTwoPhaseEulerFoam: Updated to use the new templated turbulence library
Supports separate turbulence models for each phase
Complete Lahey k-epsilon model provided
kineticTheory and particle-pressure models folded into same turbulence framework
by the addition of phase-pressure functions
2013-07-28 18:05:41 +01:00
Henry
d3fa77a93e interPhaseChangeDyMFoam: New dynamic-mesh version of interPhaseChangeFoam 2013-07-17 11:26:14 +01:00
Henry
313547796e transportModel: Constructor does not need any arguments 2013-07-14 23:17:55 +01:00
Henry
72ea7b4680 transportModel: remove IOdictionary base-class so that it is entirely abstract 2013-07-07 22:54:33 +01:00
Henry
ac43185300 threePhaseMixture: Add access function for phi to avoid warning from clang-3.3 2013-07-05 11:32:12 +01:00
Henry
b7fe6ae087 multiphaseEulerFoam: Update phi fixed BCs from U 2013-06-25 18:36:17 +01:00
Henry
052d81785a multiphase: move alpha solution controls into the appropriate sub-dictionary of fvSolution:solvers 2013-06-20 16:32:39 +01:00
Henry
f867322323 interDyMFoam: phi.oldTime() is not needed but U.oldTime() needs to be created 2013-06-20 16:30:07 +01:00
Henry
2d124e8e8b Removed blank-line 2013-06-20 10:40:01 +01:00
Henry
1c0b73055d multiphaseMixture: Remove alphaTable which is no longer used 2013-05-11 11:57:10 +01:00
Henry
f18c1c53b2 phaseChangeTwoPhaseMixtures: Correct docs for mDotP function 2013-05-11 11:56:57 +01:00
Henry
5414fd3058 Update header 2013-05-07 12:15:18 +01:00
Henry
15e553b881 compressibleTwoPhaseEulerFoam: Corrected pressure work due to interface motion in EEqns 2013-05-06 22:25:57 +01:00
Henry
7310d0911d interMixingFoam: updated tutorials 2013-05-03 17:58:16 +01:00
Henry
d13c9810e8 VoF Solvers: Relocate the correction, sub-cycling and compressions controls from PIMPLE to the alpha1 sub-dict
MULES: Add support for explicit correction
interPhaseChangeFoam: Add option for explicit MULES or as correction to an upwind solution
Deprecate implicit form of MULES
2013-05-03 15:46:29 +01:00
Henry
473cf07dde MULES: Split files to separate the explicit and implicit forms
IMULES: MULES for implicit solution
2013-05-01 15:32:36 +01:00
Henry
927a5267d3 interDyMFoam and compressibleInterDyMFoam: improved handling of fluxes 2013-04-29 14:36:19 +01:00
Henry
c205857f0b interPhaseChangeFoam: Improve consistency with current interFoam 2013-04-28 21:53:30 +01:00
Henry
2bacd81371 interPhaseChangeFoam: corrected handling of alpha1 for transport and updated for consistency with interFoam 2013-04-27 15:31:14 +01:00
Henry
e08e4b0b5c multiphaseEulerFoam: Check consistency of surface tension and interface compression coefficients 2013-04-05 15:27:26 +01:00
Henry
339644581c Field mapping following topology change: Dy default additional faces now inherit the internal field values
if they do not have neighbouring faces from which the values may be
interpolated.  Also the old-time flux is set to the current flux values
following correction.  This currently supports only Euler time-schemes.
2013-03-25 16:43:46 +00:00
Henry
40f5e8c8e1 compressibleTwoPhaseEulerFoam: Improve compressibility handling and instate transonic option 2013-03-21 17:05:55 +00:00
Henry
6247f0630b compressibleInterFoam: Improve handling of compressibility and instate support for transonic flow 2013-03-21 17:05:27 +00:00
Henry
d05e256dcd src/transportModels: split twoPhaseMixture from twoPhaseProperties as a separate library 2013-03-09 16:15:29 +00:00
Henry
40d8c48295 Update headers 2013-03-01 17:47:29 +00:00
Henry
8dcb8b686c compressibleTwoPhaseEulerFoam, multiphaseEulerFoam and twoPhaseEulerFoam phaseModel: treat slip conditions as special cases and set the corresponding flux to fixedValue 0 2013-03-01 17:46:26 +00:00
Henry
afd07288ad compressibleTwoPhaseEulerFoam/alphaEqn.H: Add commented legacy semi-implicit unbounded alpha formulation for reference 2013-03-01 17:46:03 +00:00
Henry
2176098a3e compressibleTwoPhaseEulerFoam: select the phase energy source terms correctly 2013-03-01 17:45:42 +00:00
Henry
371c5aed11 multiphase: Update U BCs for MRF 2013-02-23 14:44:39 +00:00
Henry
d17b0b583c compressibleTwoPhaseEulerFoam: Complete support for sensible internal energy and update tutorials 2013-02-12 15:12:21 +00:00
Henry
c7ad9e1133 compressibleInterFoam tutorials updated for new thermo 2013-02-07 15:58:14 +00:00
Henry
186bf33d9f compressibleInterFoam: renamed twoPhaseThermo -> twoPhaseMixtureThermo 2013-02-07 12:37:04 +00:00
Henry
fdf751763d Update Headers 2013-02-07 12:31:14 +00:00
Henry
d53245c833 Multiphase: Update all solvers to accommodate the split between twoPhaseMixture and incompressibleTwoPhaseMixture 2013-02-07 12:31:00 +00:00
Henry
59f9f9ebd1 twoPhaseMixture: Add alpha2 2013-02-06 10:52:49 +00:00
Henry
edbf12c163 compressibleInterFoam: Further development of twoPhaseThermo 2013-02-06 10:51:25 +00:00
Henry
0d91b161af Update headers 2013-02-05 14:54:36 +00:00
Henry
1a294d0235 Thermo: move the he BC set functions into basicThermo 2013-02-05 14:54:28 +00:00
Henry
2602868b00 Update wallHeatTransfer BC for turbulence 2013-02-05 14:51:01 +00:00
Henry
1ae61659fa interPhaseChangeFoam: No need to check continuity error and the velocity divergence defines the compressibility effect 2013-02-03 22:01:22 +00:00