Commit Graph

88 Commits

Author SHA1 Message Date
Henry
c2041f9dba multiphase: completed phase renaming 2012-03-01 18:22:59 +00:00
Henry
2491f257b1 Corrected line lengths 2012-02-29 16:39:53 +00:00
Henry
779b8f2df1 twoPhaseEulerFoam: make residualSlip optional 2012-02-28 16:43:10 +00:00
Henry
e13013bac5 twoPhaseEulerFoam: add building of MRFTwoPhaseEulerFoam 2012-02-28 16:29:36 +00:00
Henry
f8d99aa784 bubbleFoam, twoPhaseEulerFoam: rationalise kEpsilon 2012-02-28 16:29:08 +00:00
Henry
624b228f2d twoPhaseEulerFoam: Add a residualSlip velocity magnitude for the drag 2012-02-28 15:55:07 +00:00
Henry
ef49aaf03d twoPhaseEulerFoam: Remove k from the Reynolds stress because there is only a single pressure in the system
and to avoid the generation of flow from the gradient of k the pressure gradient must balance the k term in
each U equation
2012-02-28 15:54:02 +00:00
Henry
44b0daa71e Correct date 2012-02-28 15:52:24 +00:00
Henry
0d6b179a5b twoPhaseEulerFoam/kEpsilon.H: Correct the handling of the phase-fraction and make the equations phase-intensive 2012-02-28 15:51:39 +00:00
Henry
db99252fc3 MRFtwoPhaseEulerFoam: new solver; MRF version of twoPhaseEulerFoam 2012-02-28 15:51:02 +00:00
Henry
8c4571a050 twoPhaseEulerFoam and compressibleTwoPhaseEulerFoam: Improved flux formulation for BCs 2012-02-24 17:12:33 +00:00
Henry
fe9763d9e2 twoPhaseEulerFoam: Correct phia/b BCs rather than whole fields to support ddtPhiCorr 2012-02-24 16:44:02 +00:00
Henry
37a3e363a5 twoPhaseEulerFoam: Improved handling of fluxes and HbyA to support totalPressure BCs etc. 2012-02-24 15:29:58 +00:00
Henry
40fbbd4ecb Corrected line length 2012-02-24 14:38:29 +00:00
Henry
f5f6c87204 multiphase solvers: added support for the multiphaseFixedFluxPressure BC 2012-02-24 10:11:06 +00:00
Henry
0b1bcbb753 Remove non-ASCII characters 2012-01-19 16:27:23 +00:00
andy
d05c5a41a1 ENH: Updated PIMPLE solvers to new pimpleControl framework 2011-10-26 12:04:25 +01:00
Henry
ae582a7a12 twoPhaseEulerFoam/interfacialModels/dragModels/WenYu: minor reorganisation 2011-09-09 16:51:10 +01:00
andy
1c1a98363c ENH: Simplified solvers - removed storePrevIter code 2011-09-08 12:04:15 +01:00
Henry
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
Henry
d81d99d490 bubbleFoam, twoPhaseEulerFoam: Added storage of pressure from the previous iteration for PIMPLE 2011-07-09 22:24:28 +01:00
Henry
729bdbb640 twoPhaseEulerFoam/interfacialModels/dragModels: Corrections for parallel operation 2011-07-05 17:02:21 +01:00
Henry
0200b59e79 twoPhaseEulerFoam:frictionalStressModel/Schaeffer: Correct mut on processor boundaries 2011-06-13 22:32:15 +01:00
andy
74aff03191 ENH: Updated twoPhaseEulerFoam solver and tutorials 2011-04-18 15:20:15 +01:00
andy
0301a62527 ENH: Updated more solvers to use the new algorithm container classes 2011-04-15 16:34:29 +01:00
andy
656bbf5308 ENH: Updated solvers to use simpleControl and pimpleControl 2011-04-14 17:45:20 +01:00
Henry
0f3d393ec5 bubbleFoam, twoPhaseEulerFoam: Updated handling of the transpose terms 2011-03-21 10:49:20 +00:00
Henry
f45f87f293 twoPhaseEulerFoam: minor update of alphaEqn.H 2011-02-14 11:05:26 +00:00
andy
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
andy
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
graham
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
Mark Olesen
881b3dafa2 Merge remote branch 'OpenCFD/master' into olesenm
Conflicts:
	applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C
	applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/createShellMesh.C
	applications/utilities/surface/surfaceCheck/surfaceCheck.C
	src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C
	src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C
	src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C

NOTE: also needed to strip trailing space/lines in various files
2010-12-21 10:19:53 +01:00
Mark Olesen
078c427594 COMP: avoid ambiguous construct from tmp - solvers/ multiphase 2010-12-21 09:53:19 +01:00
mattijs
cde4e66674 STYLE: kineticTheoryModel.C : line length 2010-12-15 17:06:23 +00:00
mattijs
1473e9f2ef COMP: kineticTheroyModel : single precision compilation 2010-12-15 15:25:11 +00:00
Henry
5dc9b66ba3 New Courant number now implemented in most solvers
CHT solvers still to do
2010-10-13 13:09:24 +01:00
Henry
89ee9b3e0f Merged all multiphase developments in OpenFOAM-1.7.x 2010-09-29 22:22:48 +01:00
sergio
08a9c9da8f BUG: ID 0000028 Inconsistency in nuEffa declaration 2010-09-07 09:38:11 +01:00
sergio
fee00dbef0 BUG : constant::mathematical::pi 2010-09-06 14:29:41 +01:00
sergio
7343f95afb STY: line exceeding 80 characthers. 2010-09-06 11:28:26 +01:00
sergio
8f1a350758 ENH: Improvements on kinetic theory models and twoPhaseEulerFoam 2010-09-06 11:24:22 +01:00
graham
28345247a7 STYLE: Fixing code style requirements for more files - those not
picked up by a copyright change.
2010-07-29 11:28:44 +01:00
graham
012494fdb5 STYLE: Fixing code style requirements for all apps.
Exception: applyWallFunctionBoundaryConditions.C cannot split #include
directives.
2010-07-27 15:27:05 +01:00
andy
28b1a9e2c6 Merge branch 'olesenm' 2010-06-03 10:25:03 +01:00
mattijs
c51a2b0f63 ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction 2010-06-02 09:48:07 +01:00
Mark Olesen
9525d57d71 STYLE: use readIfPresent instead of found/lookup combination 2010-05-20 08:52:45 +02:00
Mark Olesen
9c32ce1016 STYLE: use forAll macro in more places, avoid LF-CR endings 2010-04-23 18:35:55 +02:00
Mark Olesen
03338b9ea9 STYLE: partial revert for 5cfa97624e 2010-04-23 10:23:08 +02:00
Mark Olesen
5cfa97624e STYLE: more consistent New methods, use unregistered IOobject where appropriate 2010-04-20 17:13:35 +02:00
Mark Olesen
937e0d23d0 STYLE: consistent naming of files containing the 'New' method
before:
    - 'new' prefixed to camel-cased class name: eg, someClass -> newSomeClass
    - 'New' prefixed to templated class name:   eg, TmplClass -> NewTmplClass
    - 'New' suffixed to class name:             eg, someClass -> someClassNew

after:
    - consistent 'New' suffixed to class name, no change of case
          eg, someClass -> someClassNew
          eg, TmplClass -> TmplClassNew
2010-04-13 18:47:47 +02:00