You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear all,
I would like to further define the flow condition at the boundaries, e.g. in case of the given rectangular duct flow example.
Presented BENCHMARK Case:
void main_setup() { // cylinder in rectangular duct
// ##### define simulation box size, viscosity and volume force ############
const float Re = 25000.0f;
const float D = 64.0f;
const float u = rsqrt(3.0f);
const float w = D;
const float h = 3.0f*D;
const float nu = units.nu_from_Re(Re, D, u);
const float f = units.f_from_u_rectangular_duct(w, D, 1.0f, nu, u)
Thanks for any help or advice!
Beta Was this translation helpful? Give feedback.
All reactions