tcell_test


tcell_test, a Fortran77 code which calls tcell(), which solves the time-dependent Navier Stokes equations in a two dimensional region called the "T Cell", by Hyung-Chun Lee.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

tcell, a Fortran77 code which solves the time-dependent Navier Stokes equations in a two dimensional region called the "T Cell", by Hyung-Chun Lee.

Source Code:

RUN1 is a run of the program used to generated "snapshots", which are flow solutions at equally spaced time intervals. The program expects an input file, containing coefficients that define the solution at the initial time. During this run, the boundary conditions are varied in a way that is intended to make the system exhibit many varied behaviors. (Right now, to change the boundary conditions requires altering the source code of the program.)

RUN2 is a run of the program used to generate a solution for comparison with one generated by a reduced order model. The program expects an input file, containing coefficients that define the solution at the initial time. During this run, the boundary conditions are varied in a new way. (Right now, to change the boundary conditions requires altering the source code of the program.)


Last revised on 15 December 2023.