mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
clean up some tutorial files [ci skip]
This commit is contained in:
@ -61,24 +61,24 @@ functions
|
|||||||
{
|
{
|
||||||
moleFrac
|
moleFrac
|
||||||
{
|
{
|
||||||
type rhoReactionThermoMoleFractions;
|
type rhoReactionThermoMoleFractions;
|
||||||
}
|
}
|
||||||
|
|
||||||
probes1
|
probes1
|
||||||
{
|
{
|
||||||
type probes;
|
type probes;
|
||||||
|
|
||||||
functionObjectLibs ("libsampling.so");
|
functionObjectLibs ("libsampling.so");
|
||||||
|
|
||||||
#include "probesDict";
|
#include "probesDict";
|
||||||
}
|
}
|
||||||
|
|
||||||
globalMassFrac
|
globalMassFrac
|
||||||
{
|
{
|
||||||
type volRegion;
|
type volRegion;
|
||||||
libs ("libfieldFunctionObjects.so");
|
libs ("libfieldFunctionObjects.so");
|
||||||
writeControl timeStep;//outputTime;
|
writeControl timeStep;//outputTime;
|
||||||
writeInterval 1;
|
writeInterval 1;
|
||||||
log true;
|
log true;
|
||||||
writeFields false;
|
writeFields false;
|
||||||
regionType all;
|
regionType all;
|
||||||
|
|||||||
@ -25,7 +25,7 @@ stopAt endTime;
|
|||||||
|
|
||||||
endTime 70;
|
endTime 70;
|
||||||
|
|
||||||
deltaT 0.0005; //0.00025;
|
deltaT 0.0005;
|
||||||
|
|
||||||
writeControl timeStep;
|
writeControl timeStep;
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ functions
|
|||||||
{
|
{
|
||||||
moleFrac
|
moleFrac
|
||||||
{
|
{
|
||||||
type rhoReactionThermoMoleFractions;
|
type rhoReactionThermoMoleFractions;
|
||||||
}
|
}
|
||||||
|
|
||||||
residuals
|
residuals
|
||||||
@ -80,7 +80,7 @@ functions
|
|||||||
}
|
}
|
||||||
|
|
||||||
gasResidual
|
gasResidual
|
||||||
{
|
{
|
||||||
type residuals;
|
type residuals;
|
||||||
functionObjectLibs ("libutilityFunctionObjects.so");
|
functionObjectLibs ("libutilityFunctionObjects.so");
|
||||||
enabled true;
|
enabled true;
|
||||||
@ -99,27 +99,26 @@ functions
|
|||||||
|
|
||||||
probes1
|
probes1
|
||||||
{
|
{
|
||||||
type probes;
|
type probes;
|
||||||
|
|
||||||
functionObjectLibs ("libsampling.so");
|
functionObjectLibs ("libsampling.so");
|
||||||
|
|
||||||
#include "probesDict";
|
#include "probesDict";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
fieldMinMax1
|
fieldMinMax1
|
||||||
{
|
{
|
||||||
type fieldMinMax;
|
type fieldMinMax;
|
||||||
libs ("libfieldFunctionObjects.so");
|
libs ("libfieldFunctionObjects.so");
|
||||||
fields (U);
|
fields (U);
|
||||||
// Report the location of the field extrema
|
// Report the location of the field extrema
|
||||||
location yes;
|
location yes;
|
||||||
// Type of extrema for rank > 0 primitives
|
// Type of extrema for rank > 0 primitives
|
||||||
mode magnitude; // magnitude | component
|
mode magnitude; // magnitude | component
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
globalMassFrac
|
globalMassFrac
|
||||||
{
|
{
|
||||||
type volRegion;
|
type volRegion;
|
||||||
|
|||||||
Reference in New Issue
Block a user