This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/solidMechanics/viscoElasticSolidFoam/compressionRelaxationTest/system/faSchemes
2013-09-17 16:03:51 +01:00

50 lines
917 B
Text
Executable file

// ************************************************************************* //
// FoamX Case Dictionary.
version 1.0;
format ascii;
root "/home/ztukovic/foam/ztukovic2.0/run/icoFoam";
case "cavity";
instance "system";
local "";
class dictionary;
form dictionary;
object faSchemes;
// ************************************************************************* //
timeScheme Euler;
gradSchemes
{
default none;
grad(aU) Gauss linear;
}
divSchemes
{
default none;
}
laplacianSchemes
{
default none;
}
interpolationSchemes
{
default linear;
}
snGradSchemes
{
default corrected;
}
fluxRequired
{
p;
}
// ************************************************************************* //