OpenFOAM-5.x/src/finiteVolume
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
..
cfdTools Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
fields PolynomialEntry: Templated polynomial DataEntry to support all basic field types from scalar to tensor 2015-02-06 09:57:20 +00:00
finiteVolume Add support for reading and updating the debug switches of templated 2015-02-04 22:08:27 +00:00
fvMatrices fvMatrix: Corrected scaling by tmp<volScalarField> 2015-01-02 14:38:08 +00:00
fvMesh wallDist: Ensure appropriate method correct function is called 2015-01-12 11:53:19 +00:00
interpolation Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
Make advectionDiffusionPatchDistMethod: Calculation of approximate distance to nearest patch for all cells 2015-01-09 16:12:58 +00:00
surfaceMesh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
volMesh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00