mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: Added example of field component specification
This commit is contained in:
@ -17,6 +17,7 @@ runTimeControl1
|
|||||||
satisfiedAction setTrigger;
|
satisfiedAction setTrigger;
|
||||||
trigger 1;
|
trigger 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
runTimeControl2
|
runTimeControl2
|
||||||
{
|
{
|
||||||
type runTimeControl;
|
type runTimeControl;
|
||||||
@ -33,3 +34,22 @@ runTimeControl2
|
|||||||
}
|
}
|
||||||
satisfiedAction end;
|
satisfiedAction end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
runTimeControl3
|
||||||
|
{
|
||||||
|
type runTimeControl;
|
||||||
|
libs ("libutilityFunctionObjects.so");
|
||||||
|
conditions
|
||||||
|
{
|
||||||
|
condition1
|
||||||
|
{
|
||||||
|
type equationInitialResidual;
|
||||||
|
fields (U.component(0));
|
||||||
|
value 1e-02;
|
||||||
|
mode minimum;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
satisfiedAction end;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user