This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
development_projects [2008/12/29 06:55] gibson |
development_projects [2010/02/02 07:55] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Channelflow development projects ====== | ====== Channelflow development projects ====== | ||
| - | * Switch FlowField binary IO to HDF5 | ||
| * Add OpenMP parallelization | * Add OpenMP parallelization | ||
| * Extend coverage of Python wrapper to level of channelflow/programs | * Extend coverage of Python wrapper to level of channelflow/programs | ||
| Line 8: | Line 7: | ||
| * Bring User's Manual up to version 1.2.x | * Bring User's Manual up to version 1.2.x | ||
| * Implement velocity-vorticity algorithm | * Implement velocity-vorticity algorithm | ||
| - | * Implement body force | + | * [[development_projects:forcing|Implement body force]]. Hansjörg Seybold. |
| * Implement Boussinesq approximation | * Implement Boussinesq approximation | ||
| * Implement other wall boundary conditions: free-slip, blowing/sucking | * Implement other wall boundary conditions: free-slip, blowing/sucking | ||
| Line 16: | Line 15: | ||
| * Simplify FlowField IO (always spectral) | * Simplify FlowField IO (always spectral) | ||
| * Switch to 3/2 dealiasing | * Switch to 3/2 dealiasing | ||
| + | * Implement 2D time integration (x,z periodic, no y variation) | ||
| ====== Partially complete projects ====== | ====== Partially complete projects ====== | ||
| Line 25: | Line 25: | ||
| * Improve build system: either bring current autoconf system into line with GNU standards or switch to Cmake. 2008-09-25, v1.3.0: //autoconf system now runs with "./configure; make; make install" and compiles Octave-dependent code only when Octave is detected.// | * Improve build system: either bring current autoconf system into line with GNU standards or switch to Cmake. 2008-09-25, v1.3.0: //autoconf system now runs with "./configure; make; make install" and compiles Octave-dependent code only when Octave is detected.// | ||
| * Write TUTORIAL. 2008-10-03, v1.3.3: //Improved README, INSTALL, and examples/README, too.// | * Write TUTORIAL. 2008-10-03, v1.3.3: //Improved README, INSTALL, and examples/README, too.// | ||
| - | + | * [[development:hdf5|Switch FlowField binary IO to HDF5]]. Thanks, Milos Ilak. //May 2009// | |