channel_test, a FORTRAN77 code which calls channel(), which computes the time-independent flow of a viscous incompressible fluid in a 2D channel. The strength of the flow at the inlet is determined by a parameter. The desired flow profile along a line downstream is given. The task is to determine the inflow parameter that generates a flow that minimizes the difference with the given profile data.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
channel, a FORTRAN77 code which computes the time-independent flow of a viscous incompressible fluid in a 2D channel. The strength of the flow at the inlet is determined by a parameter. The desired flow profile along a line downstream is given. The task is to determine the inflow parameter that generates a flow that minimizes the difference with the given profile data.
The program writes out "XY" (node coordinate) and "UV" (velocity component) data files for the optimized solution.