mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use compact form for libs () entries
This commit is contained in:
@ -49,7 +49,7 @@ functions
|
||||
yPlus
|
||||
{
|
||||
type yPlus;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
writeControl writeTime;
|
||||
}
|
||||
}
|
||||
|
||||
@ -49,7 +49,7 @@ functions
|
||||
yPlus
|
||||
{
|
||||
type yPlus;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
writeControl writeTime;
|
||||
}
|
||||
}
|
||||
|
||||
@ -19,7 +19,7 @@ probes
|
||||
name probes;
|
||||
type probes;
|
||||
|
||||
libs ("libsampling.so");
|
||||
libs (sampling);
|
||||
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
interfaceHeight1
|
||||
{
|
||||
type interfaceHeight;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
alpha alpha.liquid;
|
||||
locations ((0 0 0));
|
||||
direction (1 0 0);
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
interfaceHeight1
|
||||
{
|
||||
type interfaceHeight;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
alpha alpha.liquid;
|
||||
locations ((0 0.0001 1e-5));
|
||||
direction (1 0 0);
|
||||
|
||||
Reference in New Issue
Block a user