mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
MRG: resolved merge conflicts from merge from develop branch
This commit is contained in:
@ -27,7 +27,7 @@ boundaryField
|
||||
massFlowRate tableFile;
|
||||
massFlowRateCoeffs
|
||||
{
|
||||
fileName "$FOAM_CASE/constant/massLossRate";
|
||||
file "$FOAM_CASE/constant/massLossRate";
|
||||
}
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
|
||||
@ -62,6 +62,8 @@ fi
|
||||
|
||||
SETSDIRT="../postProcessing/thermoCouple"
|
||||
|
||||
[ -d $SETSDIRT ] || echo "No probe data available to create graphs" && exit 1
|
||||
|
||||
arr=(`ls $SETSDIRT`)
|
||||
OFDATAROOTT="$SETSDIRT/${arr[0]}"
|
||||
|
||||
|
||||
@ -178,4 +178,7 @@ scatterModel none;
|
||||
|
||||
sootModel none;
|
||||
|
||||
transmissivityModel none;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user