No description
Find a file
Henry Weller 5c32f339e3 foamToVTK, PVFoamReader: Resolve problems converting VTK_WEDGE
- There will be triangles rendered inside the mesh (when
    surface-rendering), because one of the cell's triangles is defined
    as a quadrangle in VTK_WEDGE.

  - Therefore, this VTK_WEDGE representation is only used when
    decomposing the mesh, otherwise the correct representation is done
    by VTK_POLYHEDRON.

  - Furthermore, using VTK_PYRAMID gave worse result, because it renders
    2 triangles inside the mesh for the collapsed quadrangle, likely due
    to mismatch with the adjacent cell's face.

  - Using VTK_HEXAHEDRON was not tested in this iteration, given that it
    should give even worse results, when compared to using VTK_PYRAMID.

Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2099
2016-08-24 22:06:06 +01:00
applications foamToVTK, PVFoamReader: Resolve problems converting VTK_WEDGE 2016-08-24 22:06:06 +01:00
bin RunFunctions: corrected typo $SUFFIX -> $LOG_SUFFIX 2016-08-02 21:34:24 +01:00
doc codingStyleGuide: Corrected typos 2016-08-16 08:35:15 +01:00
etc etc/bashrc, etc/config.sh: 2016-08-23 21:05:27 +01:00
src forceCoeffs: Removed duplicate header writing 2016-08-24 16:02:53 +01:00
tutorials tutorials: corrected scripts ']; then' -> ' ]; then' 2016-08-02 19:13:25 +01:00
wmake Created OpenFOAM-4.0 from OpenFOAM-dev 2016-06-22 11:19:35 +01:00
.gitignore tutorials/combustion/fireFoam/les: Added missing ph_rgh.orig files 2016-04-27 16:18:25 +01:00
Allwmake scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
COPYING Add licence and README 2014-12-10 15:50:51 +00:00
README.org Updated for OpenFOAM-4.x 2016-06-28 12:10:11 +01:00

README for OpenFOAM-4.x

#

About OpenFOAM

OpenFOAM is a free, open source computational fluid dynamics (CFD) software package released by the OpenFOAM Foundation. It has a large user base across most areas of engineering and science, from both commercial and academic organisations. OpenFOAM has an extensive range of features to solve anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to solid dynamics and electromagnetics.

Copyright

OpenFOAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the file COPYING in this directory or http://www.gnu.org/licenses/, for a description of the GNU General Public License terms under which you can copy the files.