Find more posts tagged with
Sort by:
1 - 3 of
31
This is from the Command Reference Manual:
########
Pressure loss for inflow, outflow, and far_field types may be modeled through the pressure_loss_factor parameter. The following term is added to the pressure element boundary condition, if one exists:(2)0.5*sgn(u• n)*k*ρ*(u• n)^2where k is given by pressure_loss_factor; ρ is the density; u is the velocity; n is the outward-pointing normal to the surface; and sgn(u• n) is -1 for inflow boundaries and +1 for outflow boundaries. If pressure_multiplier_function is given, it is applied to the pressure variable before this term is added. The pressure loss factor may be scaled with pressure_loss_factor_multiplier_function.########Sometimes you can use this to 'add' some pressure to account for some other behavior downstream of the outlet. Another usage would be to modify the flow rate at the particular outlet for a case with multiple outlets. There's not much detail on what values to use for k...In my experience, it's not really used that much in practice.
hi acupro,
thanks for your information
This is from the Command Reference Manual:
########