mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: missing tab in actuationDiskSource output (fixes #1819)
This commit is contained in:
@ -127,7 +127,7 @@ void Foam::fv::actuationDiskSource::calcFroudeMethod
|
||||
Ostream& os = file();
|
||||
writeCurrentTime(os);
|
||||
|
||||
os << Uref << tab << Cp << tab << Ct << tab << a << tab << T << tab
|
||||
os << Uref << tab << Cp << tab << Ct << tab << a << tab << T
|
||||
<< endl;
|
||||
}
|
||||
}
|
||||
@ -238,7 +238,7 @@ void Foam::fv::actuationDiskSource::calcVariableScalingMethod
|
||||
Ostream& os = file();
|
||||
writeCurrentTime(os);
|
||||
|
||||
os << Uref << tab << Cp << tab << Ct
|
||||
os << Uref << tab << Cp << tab << Ct << tab
|
||||
<< Udisk << tab << CpStar << tab << CtStar << tab << T << tab << P
|
||||
<< endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user