t_bo99
04/02/2023, 2:35 PMinletOutlet BC at the outlet of my domain but the profile is nonuniform at the inlet. When I configure the patch in the following way and decomposePar, I got an error. Do you have an idea in mind why this happen? Thank for your insight. The inlet patch work just fine.
#include "IC/InletU"
Outlet
{
type inletOutlet;
inletValue nonuniform $UInlet;
value uniform (0 0 0);
}
Inlet
{
type fixedValue;
value nonuniform $UInlet;
}