Magnus Ringh
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
1 year ago
28.06.2023, 03:03 GMT-4
Updated:
1 year ago
28.06.2023, 03:04 GMT-4
Hi Alexandra,
I'm not sure about what version of the Flow Past a Cylinder model that you are looking at. In the latest version, COMSOL Multiphysics 6.1, the expression for the inlet velocity is the following:
6*U_mean*y*(H-y)/H^2*step1(t[1/s])
where H
is the height of the inlet, and step1
is a user-defined step function in the model, used to ramp up the velocity. Since the inlet is a straight line in the y direction, you can describe the parabolic inflow velocity using the y
coordinate variable, but you are correct that it's fine to use the curve length parameter s
as s*(1-s)
instead of y*(H-y)/H^2
, if desired.
Best regards,
Magnus
Hi Alexandra,
I'm not sure about what version of the Flow Past a Cylinder model that you are looking at. In the latest version, COMSOL Multiphysics 6.1, the expression for the inlet velocity is the following:
6*U_mean*y*(H-y)/H^2*step1(t[1/s])
where `H` is the height of the inlet, and `step1` is a user-defined step function in the model, used to ramp up the velocity. Since the inlet is a straight line in the *y* direction, you can describe the parabolic inflow velocity using the `y` coordinate variable, but you are correct that it's fine to use the curve length parameter `s` as `s*(1-s)` instead of `y*(H-y)/H^2`, if desired.
Best regards,
Magnus
Please login with a confirmed email address before reporting spam
Posted:
1 year ago
28.06.2023, 18:24 GMT-4
Thank you very much!