/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  10
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    format      ascii;
    class       dictionary;
    location    "constant";
    object      physicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

//U            (1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8);
//utest        2.0;
batch        1;
channel      2;


CFD              true;
caseNumber       64;
lastTime         4000;

learningRate     0.0002;
epoch            10000000;
trainingUsize    2;

training         true;
iter             20000000;
numberOfNeu      300;
numberOfLayers   3;
inputNumber      2;
outputNumber     3;

// ************************************************************************* //
