openfoam/tutorials/lagrangian
Henry Weller 8b55ea4fb1 fvOptions: The "<type>Coeffs" sub-dictionary is now optional
For example the actuationDiskSource fvOption may now be specified

disk1
{
    type            actuationDiskSource;

    fields      (U);

    selectionMode   cellSet;
    cellSet         actuationDisk1;
    diskDir         (1 0 0);    // Orientation of the disk
    Cp              0.386;
    Ct              0.58;
    diskArea        40;
    upstreamPoint   (581849 4785810 1065);
}

rather than

disk1
{
    type            actuationDiskSource;
    active          on;

    actuationDiskSourceCoeffs
    {
        fields      (U);

        selectionMode   cellSet;
        cellSet         actuationDisk1;
        diskDir         (1 0 0);    // Orientation of the disk
        Cp              0.386;
        Ct              0.58;
        diskArea        40;
        upstreamPoint   (581849 4785810 1065);
    }
}

but this form is supported for backward compatibility.
2017-04-13 13:30:17 +01:00
..
coalChemistryFoam/simplifiedSiwek fvOptions: The "<type>Coeffs" sub-dictionary is now optional 2017-04-13 13:30:17 +01:00
DPMFoam/Goldschmidt Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:12 +01:00
icoUncoupledKinematicParcelFoam/hopper tutorials: Renamed .org -> .orig 2016-04-30 21:53:50 +01:00
MPPICFoam Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:12 +01:00
reactingParcelFilmFoam reactingParcelFilmFoam tutorials: Updated contact-angle specification 2017-03-28 08:27:48 +01:00
reactingParcelFoam fvOptions: The "<type>Coeffs" sub-dictionary is now optional 2017-04-13 13:30:17 +01:00
simpleReactingParcelFoam/verticalChannel verticalChannel tutorial: removed 'bounded' from the 'div(phid,p)' scheme. 2017-03-08 11:34:08 +00:00
sprayFoam/aachenBomb liquidProperties, solidProperties: Simplified input 2017-02-18 12:43:10 +00:00