mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: removed unnecessary computations of yPlus
in shape optimisation tutorials
This commit is contained in:
committed by
Andrew Heather
parent
d5661b50de
commit
e5a62a0bdd
@ -44,16 +44,5 @@ timePrecision 6;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
functions
|
|
||||||
{
|
|
||||||
yPlus
|
|
||||||
{
|
|
||||||
type yPlus;
|
|
||||||
libs ( fieldFunctionObjects );
|
|
||||||
writeFields yes;
|
|
||||||
writeControl writeTime;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -44,16 +44,5 @@ timePrecision 6;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
functions
|
|
||||||
{
|
|
||||||
yPlus
|
|
||||||
{
|
|
||||||
type yPlus;
|
|
||||||
libs (fieldFunctionObjects);
|
|
||||||
writeFields yes;
|
|
||||||
writeControl writeTime;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -44,16 +44,5 @@ timePrecision 6;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
functions
|
|
||||||
{
|
|
||||||
yPlus
|
|
||||||
{
|
|
||||||
type yPlus;
|
|
||||||
libs (fieldFunctionObjects);
|
|
||||||
writeFields yes;
|
|
||||||
writeControl writeTime;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -44,15 +44,5 @@ timePrecision 6;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
functions
|
|
||||||
{
|
|
||||||
yPlus
|
|
||||||
{
|
|
||||||
type yPlus;
|
|
||||||
libs (fieldFunctionObjects);
|
|
||||||
writeFields yes;
|
|
||||||
writeControl writeTime;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -44,15 +44,5 @@ timePrecision 6;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
functions
|
|
||||||
{
|
|
||||||
yPlus
|
|
||||||
{
|
|
||||||
type yPlus;
|
|
||||||
libs (fieldFunctionObjects);
|
|
||||||
writeFields yes;
|
|
||||||
writeControl writeTime;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -44,15 +44,5 @@ timePrecision 6;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
functions
|
|
||||||
{
|
|
||||||
// yPlus
|
|
||||||
// {
|
|
||||||
// type yPlus;
|
|
||||||
// libs ("libfieldFunctionObjects.so");
|
|
||||||
// writeFields yes;
|
|
||||||
// writeControl writeTime;
|
|
||||||
// }
|
|
||||||
}
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user