Skip to content
Snippets Groups Projects
function1Properties 922 B
Newer Older
  • Learn to ignore specific revisions
  • mattijs's avatar
    mattijs committed
    /*--------------------------------*- C++ -*----------------------------------*\
    | =========                 |                                                 |
    | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
    
    |  \\    /   O peration     | Version:  v1806                                 |
    
    |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
    
    mattijs's avatar
    mattijs committed
    |    \\/     M anipulation  |                                                 |
    \*---------------------------------------------------------------------------*/
    FoamFile
    {
        version     2.0;
        format      ascii;
        class       dictionary;
        location    "constant";
    
        object      function1Properties;
    
    mattijs's avatar
    mattijs committed
    }
    // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
    
    x0  0.5;
    x1  1;
    
    
    
    function1 table ((0 0)(10 1));
    
    mattijs's avatar
    mattijs committed
    
    
    // ************************************************************************* //