- Oct 29, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2312
-
- Oct 28, 2016
-
-
Henry Weller authored
Previously the inlet flow of phase 1 (the phase solved for) is corrected to match the inlet specification for that phase. However, if the second phase is also constrained at inlets the inlet flux must also be corrected to match the inlet specification.
-
- Oct 27, 2016
-
-
Henry Weller authored
This reverts commit d881d2af.
-
- Oct 25, 2016
-
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2303
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
Henry Weller authored
Patch contributed by Bruno Santos http://bugs.openfoam.org/view.php?id=2306
-
- Oct 21, 2016
-
-
Henry Weller authored
Re-positions points after projection to correct distribution Patch contributed by Mattijs Janssens
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2301
-
- Oct 20, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2292
-
- Oct 19, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2297
-
Henry Weller authored
Loop over the edges of each block rather than the edgeList of the topological mesh due to problems with calcEdges for blocks with repeated point labels
-
Henry Weller authored
-
- Oct 18, 2016
-
-
Henry Weller authored
- Write differences with respect to the specified dictionary (or sub entry if -entry specified) - Write the differences with respect to a template dictionary: foamDictionary 0/U -diff $FOAM_ETC/templates/closedVolume/0/U - Write the differences in boundaryField with respect to a template dictionary: foamDictionary 0/U -diff $FOAM_ETC/templates/closedVolume/0/U \ -entry boundaryField Patch contributed by Mattijs Janssens
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Mattijs Janssens - Added projected vertices - Added projected edges - Change of blockEdges API (operate on list lambdas) - Change of blockFaces API (pass in blockDescriptor and blockFacei) - Added sphere7ProjectedEdges tutorial to demonstrate vertex and edge projection
-
Henry Weller authored
-
- Oct 17, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2294
-
- Oct 16, 2016
-
-
Henry Weller authored
Contributed by Georg Skillas
-
- Oct 15, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
- Oct 13, 2016
-
-
Henry Weller authored
For example, to mesh a sphere with a single block the geometry is defined in the blockMeshDict as a searchableSurface: geometry { sphere { type searchableSphere; centre (0 0 0); radius 1; } } The vertices, block topology and curved edges are defined in the usual way, for example v 0.5773502; mv -0.5773502; a 0.7071067; ma -0.7071067; vertices ( ($mv $mv $mv) ( $v $mv $mv) ( $v $v $mv) ($mv $v $mv) ($mv $mv $v) ( $v $mv $v) ( $v $v $v) ($mv $v $v) ); blocks ( hex (0 1 2 3 4 5 6 7) (10 10 10) simpleGrading (1 1 1) ); edges ( arc 0 1 (0 $ma $ma) arc 2 3 (0 $a $ma) arc 6 7 (0 $a $a) arc 4 5 (0 $ma $a) arc 0 3 ($ma 0 $ma) arc 1 2 ($a 0 $ma) arc 5 6 ($a 0 $a) arc 4 7 ($ma 0 $a) arc 0 4 ($ma $ma 0) arc 1 5 ($a $ma 0) arc 2 6 ($a $a 0) arc 3 7 ($ma $a 0) ); which will produce a mesh in which the block edges conform to the sphere but the faces of the block lie somewhere between the original cube and the spherical surface which is a consequence of the edge-based transfinite interpolation. Now the projection of the block faces to the geometry specified above can also be specified: faces ( project (0 4 7 3) sphere project (2 6 5 1) sphere project (1 5 4 0) sphere project (3 7 6 2) sphere project (0 3 2 1) sphere project (4 5 6 7) sphere ); which produces a mesh that actually conforms to the sphere. See OpenFOAM-dev/tutorials/mesh/blockMesh/sphere This functionality is experimental and will undergo further development and generalization in the future to support more complex surfaces, feature edge specification and extraction etc. Please get involved if you would like to see blockMesh become a more flexible block-structured mesher. Henry G. Weller, CFD Direct.
-
Henry Weller authored
-
- Oct 12, 2016
-
-
Henry Weller authored
twoPhaseEulerFoam, reactingTwoPhaseEulerFoam: Corrected support for implicitPhasePressure with nAlphaCorr > 1 Resolves bug-report http://bugs.openfoam.org/view.php?id=2290
-
Henry Weller authored
Requires scotch-6.?.?
-
- Oct 11, 2016
-
-
Henry Weller authored
-
- Oct 09, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2285
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2283
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2288
-
- Oct 08, 2016
-
-
Henry Weller authored
-
- Oct 07, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2287
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
Henry Weller authored
to handle the effect of condensation and evaporation on bubble size
-
- Oct 06, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2284
-
Henry Weller authored
to handle the size of bubbles created by boiling. To be used in conjunction with the alphatWallBoilingWallFunction boundary condition. The IATE variant of the wallBoiling tutorial case is provided to demonstrate the functionality: tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE
-
- Oct 05, 2016
-
-
Henry Weller authored
Patch contributed by Juho Peltola, VTT The new JohnsonJacksonSchaefferFrictionalStress model is included. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2058
-
- Oct 04, 2016
-
-
Henry Weller authored
then restart with boiling. Contributed by Juho Peltola, VTT
-
Henry Weller authored
Patch contributed by Juho Peltola
-