mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Initial testing updates
This commit is contained in:
@ -59,7 +59,7 @@ functions
|
||||
externalCoupled
|
||||
{
|
||||
// Where to load it from (if not already in solver)
|
||||
functionObjectLibs ("libjobControl.so");
|
||||
libs ("libfieldControl.so");
|
||||
|
||||
type externalCoupled;
|
||||
|
||||
|
||||
@ -56,19 +56,10 @@ functions
|
||||
H2O
|
||||
{
|
||||
type scalarTransport;
|
||||
|
||||
functionObjectLibs ("libutilityFunctionObjects.so");
|
||||
|
||||
libs ("libsolverFunctionObjects.so");
|
||||
resetOnStartUp no;
|
||||
|
||||
region cabin;
|
||||
|
||||
|
||||
// employ schemes used by U to the scalar transport equation
|
||||
// note: field name is given by the name of the function, in this case
|
||||
// 'scalar1'
|
||||
autoSchemes no;
|
||||
|
||||
fvOptions
|
||||
{
|
||||
}
|
||||
@ -77,9 +68,9 @@ functions
|
||||
fileUpdate
|
||||
{
|
||||
type timeActivatedFileUpdate;
|
||||
functionObjectLibs ("libutilityFunctionObjects.so");
|
||||
outputControl timeStep;
|
||||
outputInterval 1;
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
region cabin;
|
||||
fileToUpdate "$FOAM_CASE/system/solverControls";
|
||||
|
||||
|
||||
@ -56,10 +56,10 @@ functions
|
||||
massFlux
|
||||
{
|
||||
type faceSource;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
enabled yes;
|
||||
outputControl timeStep; //outputTime;
|
||||
outputInterval 1;
|
||||
writeControl timeStep; //writeTime;
|
||||
writeInterval 1;
|
||||
log yes;
|
||||
valueOutput no;
|
||||
source patch;
|
||||
|
||||
Reference in New Issue
Block a user