removing FoamX

This commit is contained in:
andy
2008-06-04 13:40:02 +01:00
parent f2d95a4dff
commit 168c7e1ca9
2544 changed files with 40 additions and 170520 deletions

View File

@ -1,27 +0,0 @@
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// engineCompRatio tool definition
description "Calculates the geometric compression ratio";
engineCompRatioDict
{
type dictionary;
description "engineCompRatio control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseArguments;
}
}
}
// ************************************************************************* //

View File

@ -1,38 +0,0 @@
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// postChannel tool definition
description "Periodic channel flow statistics; works only for meshes with i-j-k style cell numbering; j numbering can accommodate multiple blocks";
postChannelDict
{
type dictionary;
description "postChannel control dictionary";
dictionaryPath "constant";
entries
{
arguments
{
type rootCaseArguments;
}
include "$FOAMX_CONFIG/entries/label/Nx.cfg";
Ny
{
type list;
description "Ny - number of cells in EACH BLOCK of mesh in y direction ";
elementType label;
}
include "$FOAMX_CONFIG/entries/label/Nz.cfg";
}
}
// ************************************************************************* //

View File

@ -1,27 +0,0 @@
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// ptot tool definition
description "Calculate the total-pressure field";
ptotDict
{
type dictionary;
description "ptot control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseTimeArguments;
}
}
}
// ************************************************************************* //

View File

@ -1,27 +0,0 @@
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// wdot tool definition
description "Calculate the reaction rate field for the Weller combustion model";
wdotDict
{
type dictionary;
description "wdot control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseTimeArguments;
}
}
}
// ************************************************************************* //

View File

@ -1,32 +0,0 @@
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// writeCellCentres tool definition
description "Outputs components of cell centres";
writeCellCentresDict
{
type dictionary;
description "writeCellCentres control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseArguments;
entries
{
include "$FOAMX_CONFIG/entries/arguments/latestTime.cfg";
include "$FOAMX_CONFIG/entries/arguments/time.cfg";
}
}
}
}
// ************************************************************************* //