mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: report filter settings for distance surface (#1631)
This commit is contained in:
@ -1095,6 +1095,13 @@ bool Foam::functionObjects::fieldValues::surfaceFieldValue::read
|
||||
}
|
||||
}
|
||||
|
||||
if (stSampled == regionType_ && sampledPtr_)
|
||||
{
|
||||
Info<< " sampled surface: ";
|
||||
sampledPtr_->print(Info, 0);
|
||||
Info<< nl;
|
||||
}
|
||||
|
||||
if (writeFields_)
|
||||
{
|
||||
const word formatName(dict.get<word>("surfaceFormat"));
|
||||
|
||||
Reference in New Issue
Block a user