mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: heatTransfer: clean up tutorials
This commit is contained in:
committed by
Andrew Heather
parent
ad75af0e50
commit
f62a599eef
@ -14,22 +14,6 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// boundary
|
||||
// {
|
||||
// minY
|
||||
// {
|
||||
// type patch;
|
||||
// }
|
||||
// minZ
|
||||
// {
|
||||
// type patch;
|
||||
// }
|
||||
// maxZ
|
||||
// {
|
||||
// type patch;
|
||||
// }
|
||||
// }
|
||||
|
||||
T
|
||||
{
|
||||
internalField uniform 300;
|
||||
@ -49,4 +33,5 @@ T
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
|
||||
ddtSchemes
|
||||
{
|
||||
default Euler;
|
||||
default Euler;
|
||||
}
|
||||
|
||||
gradSchemes
|
||||
|
||||
@ -37,4 +37,5 @@ PIMPLE
|
||||
nNonOrthogonalCorrectors 0;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user