Commit Graph

406 Commits

Author SHA1 Message Date
Henry
1feae6d813 damBreak: use linearUpwind rather than limitedLinear 2014-01-23 15:19:45 +00:00
Henry
a7ad50ce7d VoF tutorials: changed interfaceCompression to linear
This provided greater accuracy and stability while MULES guarantees boundedness
2014-01-23 11:30:45 +00:00
william
acf490cb44 STYLE: twoPhaseEulerFoam: updated tutorials for bubble library developments 2014-01-23 11:27:37 +00:00
Henry
0dd02403d2 tutorials/multiphase/twoPhaseEulerFoam/RAS/fluidisedBed: Correct inlet air BC 2014-01-13 10:02:42 +00:00
william
5d55a1f60f ENH: Added noLift model for twoPhaseEulerFoam 2014-01-06 14:16:41 +00:00
william
475e885772 ENH: Abstracted and made run-time selectable the lift models in twoPhaseEulerFoam 2014-01-02 16:53:37 +00:00
Henry
45b9839203 Updated VoF tutorials 2013-12-21 12:26:32 +00:00
Henry
8af82f02bf sixDoFRigidBodyMotion: remove the constraint and restraint "Coeffs"
sub-dict and put the coefficients in the containing dictionary.
2013-12-15 22:30:52 +00:00
mattijs
5552d5500b ENH: angledDuct: renamed wall to walls 2013-12-13 14:34:08 +00:00
Henry
76ae0daa28 sixDoFRigidBodyMotion/sixDoFRigidBodyMotionSolver: Support restart by caching state in the uniform directory
sixDoFRigidBodyMotionSolver: use point-edge rather than face-cell wave to calculate point distance to surface.
2013-12-10 14:07:27 +00:00
Henry
a09d30dc90 interDyMFoam/ras/floatingObject: apply sixDoFRigidBodyMotion solver
Keep original case as floatingObjectOld
2013-12-08 22:03:56 +00:00
Henry
5ffda9b52b sixDoFRigidBodyMotion: Created separate library
Added sixDoFRigidBodyMotionSolver using septernion interpolation for mesh-morphing
2013-12-08 21:59:40 +00:00
Henry
3f5eda25f0 symmetryPlane: add symmetryPlane as a special type of symmetry condition applied to a single plane
The standard/previous general symmetry type is now named symmetry
    both in class and lookup name for consistency.  The rigorous
    symmetryPlane type is needed for moving-mesh cases in which the
    motion it constrained by one or two planes.
2013-12-06 15:45:11 +00:00
Henry
38038c1108 Corrected object name 2013-12-05 14:26:19 +00:00
Henry
63da8af946 interFoam: Added isotropic compression option 2013-11-29 16:55:18 +00:00
andy
d302bf6819 STYLE: Updated spelling errors 2013-11-26 14:45:27 +00:00
andy
853b469fd2 ENH: Tutorial updates 2013-11-21 10:19:43 +00:00
Henry
f8b9abc146 Choose scotch for decomposition 2013-11-10 13:59:54 +00:00
Henry
3e715dfb70 floatingObject
interDyMFoam/ras/floatingObject: Relax the acceleration
2013-11-07 12:23:17 +00:00
Henry
6df8f705ae 6-DoF solid body motion: Support PIMPLE iteration and acceleration relaxation 2013-10-31 10:22:26 +00:00
Henry
f5fd050293 VoF solvers: phase-fraction equation and move mesh motion into PIMPLE loop 2013-10-30 12:50:12 +00:00
Henry
b994d6a11f MULES: Added support for predictor-corrector formulation to interFoam and LTSInterFoam 2013-10-27 21:00:46 +00:00
Henry
7badd2fcf0 tutorials/multiphase/twoPhaseEulerFoam/RAS/fluidisedBed: Updated to use interstitial inlet 2013-10-21 13:56:36 +01:00
Henry
3f476d403f twoPhaseEulerFoam/laminar/fluidisedBed: Tuned solver settings 2013-10-21 12:46:55 +01:00
Henry
fa7769c848 twoPhaseEulerFoam tutorials: updated for mass-conservative form 2013-10-20 19:49:44 +01:00
Henry
72d5e471f8 Merge branch 'master' of ssh://opencfd:8007/home/dm4/OpenFOAM/OpenFOAM-dev 2013-10-11 22:15:38 +01:00
Henry
c7174c0302 Updated schemes 2013-10-11 22:15:15 +01:00
andy
67a49d125d ENH: Tutorial Allclean script updates 2013-10-11 12:41:11 +01:00
Henry
79467c20ae twoPhaseEulerFoam: Added IATE 2013-10-10 16:29:21 +01:00
Henry
25c4f31bfd compressibleMultiphaseInterFoam: hack implementation of compressible multiphaseInterFoam
Needs to be consolidated with multiphaseInterFoam with thermal and
compressibility effects made run-time selectable
2013-10-04 08:58:41 +01:00
Henry
ff3a4ee345 Improved schemes 2013-09-17 15:56:57 +01:00
mattijs
e9bfae1ac8 BUG: Allrun: incorrect naming 2013-09-13 10:01:00 +01:00
mattijs
121e4346a4 ENH: mixerVesselAMI: split into Allrun and Allrun.pre 2013-09-13 09:51:22 +01:00
Henry
006938fc16 compressibleInterDyMFoam: Update ddtCorr to use Uf rather than phi
Add tutorial case
2013-09-11 16:17:38 +01:00
mattijs
70624fb740 BUG: U: use uniformFixedValue instead of fixedValue 2013-09-11 12:56:05 +01:00
mattijs
2f8cdf714c BUG: damBreakWithObstacle: unused files 2013-09-11 12:53:34 +01:00
Henry
e2a043d010 Tutorials: removed unnecessary entries from fixedFluxPressure BC specs 2013-09-11 09:49:46 +01:00
Henry
08baa6eda6 fixedFluxPressure BC: the snGrad is now pushed into the BC from pEqn.H rather than being evaluated in the BC 2013-09-11 00:10:00 +01:00
Henry
51f085faa5 Rewrite of ddtPhiCorr - ddtCorr and density-weight HbyA on compressible solvers.
For DyM solvers phiAbs is replaced by Uf but this conversion is currently not complete
2013-09-09 12:41:20 +01:00
Henry
203c793071 tutorials/multiphase/MRFMultiphaseInterFoam/mixerVessel2D: Updated for new phase naming 2013-09-02 14:25:44 +01:00
Henry
005bfcd851 multiphase: completed renaming of phase fields to use the new groupName convention and interface 2013-08-22 16:51:16 +01:00
Henry
ce8ba1dd67 Update BCs 2013-08-19 14:15:10 +01:00
Henry
e3edc00d41 twoPhaseEulerFoam/laminar/fluidisedBed: Updated BCs 2013-08-19 11:50:35 +01:00
Henry
c64fff5f45 twoPhaseEulerFoam tutorials: updated to ensure particle phase-fraction conservation 2013-08-15 17:30:35 +01:00
Henry
13e1addc35 twoPhaseEulerFoam: Corrected potential conservation issue at inlet-outlet BCs
Updated MULES to ensure the limiter is 1 at inlet BCs
2013-08-15 17:03:52 +01:00
Henry
175f03f87d Removed twoPhaseEulerFoam and renamed compressibleTwoPhaseEulerFoam -> twoPhaseEulerFoam 2013-08-15 10:30:09 +01:00
Henry
46dcabdb4d interMixingFoam: Updated to using the new naming convention for phases 2013-08-14 12:26:47 +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
efe05e96f5 tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn: test mixtureKEpsilon model 2013-08-11 11:00:06 +01:00
mattijs
f196efa6d7 GIT: boundary: generated file 2013-08-07 12:27:48 +01:00
mattijs
c4a65259ad GIT: boundary: remove usued file 2013-08-07 11:27:34 +01:00
Henry
fea6e6b56d compressibleTwoPhaseEulerFoam tutorials: add value entry in BCs as required 2013-08-06 12:50:41 +01:00
Henry
bbc96e2a68 tutorials/multiphase/interPhaseChangeDyMFoam/propeller: New tutorial 2013-08-05 17:16:52 +01:00
Henry
82f8a3c5ad tutorials/multiphase/compressibleTwoPhaseEulerFoam: reorganised 2013-08-02 16:36:57 +01:00
Henry
303b9a0990 tutorials/multiphase/compressibleTwoPhaseEulerFoam/LES/bubbleColumn: new tutorial to test two-phase LES 2013-08-02 16:35:13 +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
f75138d1f6 solidBodyMotionFunctions: Changed CofG to origin where appropriate and support run-time selectable omega specification in rotatingMotion 2013-07-30 09:41:27 +01:00
Henry
7a3181c593 compressibleTwoPhaseEulerFoam tutorials: Updated fvSchemes and improved naming of kineticTheory stress correction 2013-07-28 22:59:22 +01:00
Henry
1b3b9b22eb Removed trailing spaces 2013-07-28 18:06:27 +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
03b60c81d0 Remove unnecessary files 2013-07-15 14:46:58 +01:00
Henry
1522a5e178 Update version 2013-07-15 14:46:06 +01:00
Henry
109ecd88b5 tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI: mixer vessel AMI VoF tutorial 2013-07-15 14:43:32 +01:00
mattijs
7c081ac3e7 ENH: snappyHexMeshDict: fix header 2013-07-11 12:03:01 +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
2d124e8e8b Removed blank-line 2013-06-20 10:40:01 +01:00
Henry
345f590828 twoPhaseEulerFoam/bed tutorial: update for new location of alpha solver settings 2013-06-12 12:58:39 +01:00
Henry
32aeb64016 damBreak4phase tutorials: Updated BCs 2013-06-03 12:25:13 +01:00
Henry
938b1b6bd7 compressibleInterFoam tutorials: added missing maxAlphaCo entry 2013-06-02 22:30:22 +01:00
Henry
b470fb321b Updated 2013-05-06 22:26:16 +01:00
Henry
7310d0911d interMixingFoam: updated tutorials 2013-05-03 17:58:16 +01:00
Henry
2f1e1f013a interFoam: Updated tutorials 2013-05-03 17:48:17 +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
2bacd81371 interPhaseChangeFoam: corrected handling of alpha1 for transport and updated for consistency with interFoam 2013-04-27 15:31:14 +01:00
Henry
e90cfe33c2 tutorials/multiphase: Set phi to appropriate phase-flux for inletOutlet conditions 2013-03-25 22:07:26 +00:00
Henry
7ce3997202 compressibleTwoPhaseEulerFoam, compressibleInterFoam: Update tutorials 2013-03-21 17:29:08 +00:00
Henry
6247f0630b compressibleInterFoam: Improve handling of compressibility and instate support for transonic flow 2013-03-21 17:05:27 +00:00
Henry
757a539e36 compressibleTwoPhaseEulerFoam/fluidisedBed: updated schemes for solving internal energy 2013-03-07 17:23:26 +00:00
Henry
10f861056d compressibleTwoPhaseEulerFoam: add R to perfectFluid properties 2013-02-26 22:20:45 +00:00
Henry
d17b0b583c compressibleTwoPhaseEulerFoam: Complete support for sensible internal energy and update tutorials 2013-02-12 15:12:21 +00:00
Henry
5017630dcf compressibleInterFoam/laminar/depthCharge3D/constant/polyMesh/boundary: new file 2013-02-07 16:00:12 +00:00
Henry
c7ad9e1133 compressibleInterFoam tutorials updated for new thermo 2013-02-07 15:58: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
d0e6ea45d8 Remove unwanted files 2013-02-06 10:56:45 +00:00
Henry
1a294d0235 Thermo: move the he BC set functions into basicThermo 2013-02-05 14:54:28 +00:00
Henry
8bcb8132bf Update tutorials 2013-01-25 12:43:07 +00:00
Henry
bb4b63fd35 Merge branch 'master' of ssh://opencfd:8007/home/dm4/OpenFOAM/OpenFOAM-dev 2013-01-24 22:10:49 +00:00
Henry
561573b94e tutorials/multiphase/settlingFoam/ras/dahl: reduced Co to improve stability 2013-01-24 22:10:43 +00:00
sergio
6d4426b2e9 ENH: Adding fields into git repository 2013-01-21 17:15:53 +00:00
sergio
398d7e76d8 BUG: Correcting reateBafflesDict in
multiphase/interFoam/ras/damBreakPorousBaffle
2013-01-21 17:13:59 +00:00
Henry
52c637f806 tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet: Removed unused setting 2013-01-20 21:50:45 +00:00
Henry
6e5e96414d compressibleTwoPhaseEulerFoam: Improved handling of compressibility effect on continuity and boundedness 2013-01-19 14:15:57 +00:00
Henry
0aee45baaa compressibleTwoPhaseEulerFoam: Completed update to energy equations and tutorials 2013-01-18 22:01:51 +00:00
Henry
31e8073128 compressibleTwoPhaseEulerFoam: Add new files to tutorials 2013-01-17 18:04:11 +00:00
Henry
fe8bcb4905 compressibleTwoPhaseEulerFoam: Further updates to include new thermo structure 2013-01-17 18:02:55 +00:00
Henry
ca27143830 compressibleTwoPhaseEulerFoam: Update EEqns 2013-01-09 14:44:16 +00:00
Henry
438d82ec91 compressibleTwoPhaseEulerFoam/bubbleColumn: Updated phase names 2013-01-09 14:32:10 +00:00
mattijs
59c1c382e4 BUG: Allrun: old subsetMesh syntax 2012-12-19 10:43:15 +00:00
Henry
db89978ade Updated headers for Laurence and Andy 2012-12-17 11:42:00 +00:00
andy
5e71baeb5d BUG: Corrected typo - sytem->system 2012-12-10 17:20:20 +00:00