No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
Also warning message is a bit obtuse:
--> FOAM Warning :
From function bool Foam::functionObjects::stabilityBlendingFactor::init(bool)
in file stabilityBlendingFactor/stabilityBlendingFactor.C at line 81
initialResidual:p is not available in the database.It won't be considered for the blended field.
Add the corresponding FO (residuals). If the FO is already set, you need to wait for the first iteration.
What is FO? (I know) Can we stick to 80 chars please?
forces forceCoeffs1:
Not including porosity effects
wallBoundedStreamLine wallBoundedStreamLines write:
Please add to file (residual.H) about argument:
writeFields true;
writeControl writeTime; //atleast write a note about this, else dumps data for each time
a must for stabilityBlending FO with residual mode.
closed