No description
Find a file
Henry e72b2557d5 PolynomialEntry: Templated polynomial DataEntry to support all basic field types from scalar to tensor
This allows polynomial functions for e.g. velocity to be specified in the uniformFixedValue BC

Consider a linear function for Ux(t) with Uy and Uz = 0:

    inlet
    {
        type            uniformFixedValue;
        uniformValue    polynomial
        (
            ((10 0 0)   (0 0 0))
            ((100 0 0)  (1 0 0))
        );
    }

Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=1508
2015-02-06 09:57:20 +00:00
applications foamUpgradeFvSolution: No longer maintained 2015-02-05 12:12:20 +00:00
bin foamInstallationTest: Add support for gcc named with extension 2015-01-31 22:39:23 +00:00
doc New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00
etc paraview: Standardize the naming of the ParaView installation directory 2015-02-05 19:18:31 +00:00
src PolynomialEntry: Templated polynomial DataEntry to support all basic field types from scalar to tensor 2015-02-06 09:57:20 +00:00
tutorials tutorials/incompressible/simpleFoam/pitzDaily: Setup to run with range of turbulence models 2015-01-28 18:36:03 +00:00
wmake Add support for reading and updating the debug switches of templated 2015-02-04 22:08:27 +00:00
.gitignore Ignore test directory 2014-12-16 09:50:20 +00:00
Allwmake New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00
COPYING Add licence and README 2014-12-10 15:50:51 +00:00
README.org Resolve issues relating to compilation with clang-3.5.0 2014-12-15 22:38:10 +00:00

OpenFOAM README for version dev

#

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.

Download and installation instructions

Reporting Bugs in OpenFOAM

Contacting the OpenFOAM Foundation