GUMBO v2.2 (May 2002) Release Notes
General Features
- Linux version available
- Reads big/little endian binary. big endian by default. Currently set
using environment variables GUMBO_READ_ENDIANESS and GUMBO_WRITE_ENDIANESS
to "BIG", "LITTLE", or "NATIVE".
- Link with static libraries. No ERC shared libraries are required. Only
system shared libraries are required.
- Pick blocks by propagating in i,j,or k direction (use i,j,k key while
cursor is over block). The block connectivity information will be used to
select the blocks in the increasing direction (MAX face).
- Sparse Draw option for edges (5 pts) and block faces (5x5) added to SetUp
file.
- Store face data option added to SetUp file. This will reduce memory by not
retain block face data. This will disable AutoDetection for connectivity.
- Fixed renumbering. Renumbering would retain old filenames and graphics
names. This has been corrected.
- -version added to command line input to print version number and compile
date.
USS_UNCLE Implementation
MSUTurbo Implementation
- Using "?" in the Angle field in the Grid Modification panel will compute
the Blade Row angle from num_blades in the input0* file.
- Number of rotations/passages will not exceed num_blades.
- Boundary condition profile and time shift data is now written to disk
instead of retained in core memory.
- Solution data retained in cylindrical coordinates and data file is copied
during rotate operation..
- Option to compress temporary data files added to SetUp. This would reduce
the disk usage but increases run time to allow for full compression of data
before it can be accessed.
- use_time_shift_bc and initialize_time_shift_in_TURBO from input00 is used
to determine what bc/connectivity will be used on K planes and if time shift
data is read. initialize_time_shift_in_TURBO in *.info files is ignored.
- Fixed bug in source point reader and display.
- (May 02) AutoProcess option added to SetUp. Reads num_partitions_in_i|j|k
from *.info files to determine how to parition each passage. Uses
num_blades/blade_row_ksym to determine number of passages.
- (May 02) -verify added to command line input. This will ignore AutoProcess
and allow verification of single passage and boundary conditions before
partitioning and rotating.
GridTools
Locate
- Linux version.
- Big/Little endian binary FileIO set by GUMBO_WRITE_ENDIANESS &
GUMBO_READ_ENDIANESS. Big endian binary by default.
Merge
- Linux version.
- Big/Little endian binary FileIO set by GUMBO_WRITE_ENDIANESS &
GUMBO_READ_ENDIANESS. Big endian binary by default.
- Added -vstage option to read/write vstage data.
- Reads and merges cutting planes.