| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cooldt-2-linux64.tar.gz | 2014-01-26 | 307.1 kB | |
| cooldt-1-linux64.tar.gz | 2013-12-11 | 307.8 kB | |
| cooldt-v0.9-x86_64.tar.gz | 2010-02-17 | 34.9 kB | |
| cooldt-v0.9-x86_32.tar.gz | 2010-02-17 | 33.0 kB | |
| cooldt-v0.8-x86_64.tar.gz | 2010-01-29 | 34.8 kB | |
| cooldt-v0.8-x86_32.tar.gz | 2010-01-29 | 33.0 kB | |
| cooldt-v0.7-x86_64.tar.gz | 2010-01-24 | 34.9 kB | |
| cooldt-v0.7-x86_32.tar.gz | 2010-01-24 | 33.0 kB | |
| cooldt-v0.6-x86_32.tar.gz | 2010-01-21 | 40.9 kB | |
| cooldt-v0.6-x86_64.tar.gz | 2010-01-08 | 43.4 kB | |
| cooldt-v0.5-x86_64.tar.gz | 2009-12-22 | 47.7 kB | |
| Totals: 11 Items | 950.4 kB | 0 | |
--------------------------------
Cooldt Release Notes
--------------------------------
2014-01-26 (svn checkout -r 43 http://svn.code.sf.net/p/cooldt/code/ cooldt-code)
- Cooldt 2
- Visual Basic interface
- Few improvements
- Use static strings for error
- Doc update
2013-12-11 (svn checkout -r 24 http://svn.code.sf.net/p/cooldt/code/ cooldt-code)
- Cooldt 1
- Merge console and xll code
- Improve automatic accuracy control initialization
- Multiple files support
- Easier code compilation: XLW code has been included in Cooldt 1
- New documentation file README-COOLDT-MANUAL
- Few improvement in LibreOffice and Excel Macros
2013-05-15
- v0.9.2 build of cooldt-w64.xll for Excel 64 bits
- v0.9.2 build of cooldt.exe for Windows 64 bits
- v0.9.2 Excel macro update to manage 32 and 64 bits operating systems
- v0.9.2 in read-input.c / line 139, add OutputFile[p-InputFile] = '\0' ; to suppress a file name bug
- Web site update
2011-10-06
cooldt v0.9.1
- Fix a typo mistake in the CooldtSheet.xls file Only the cooldt- v0.9.1-win32.zip and cooldt-xll-v0.9.1-sources.zip archives have been modified.
2010-02-17
cooldt v0.9
- cooldt-xll
- use #extern "C" for C/C++ interface - cooldt-xll: Explcit error messages
- cooldt-xll: use -s g++ compilation option to minimize size - data-check.c: do the r < r test only if i>=1
2010-01-29
cooldt v0.8
- Fix one spelling mistake in error message
- Suppress the libgcc_s_dw2-1.dll dependence on cooldt.xll by using the -static-libgcc option of g++
2010-01-25
cooldt v0.7
- New output file format with automatic calculation of time step and meshing report
- New license (Simplified BSD license)
- Add the Excel Add-in cooldt.xll
2010-01-08
cooldt v0.6
- ooO Calc spreadsheet support for folder with special character (accents, spaces...)
- Code cleaning: the automatic meshing and time step calculation is the default
- New exponential decay time integration method: 100 time faster than Euler backward for same accuracy
- Convergence criteria was to small in v0.5 (the accuracy was in fact 0.02%) now it is 0.1% as specified
- Improvement of error handling
- Spreadsheets updates
- New file management
- Web site and documentation update
2009-12-23
cooldt v0.5
- Implementation of an Automatic Accuracy Control procedure for time step and meshing parameter calculation
- CDT is calculated on fluid/solid interface temperature and not the last fluid cell temperature to reduce the mesh dependence on results
- Web site update