Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cooldt-2-sources.tar.gz | 2014-01-26 | 965.7 kB | |
cooldt-1-sources.tar.gz | 2013-12-11 | 949.2 kB | |
cooldt-v0.9.2-sources.tar.gz | 2013-05-15 | 34.9 kB | |
cooldt-xll-v0.9.2-w64-sources.zip | 2013-05-14 | 48.2 kB | |
cooldt-xll-v0.9.1-sources.zip | 2011-10-06 | 47.3 kB | |
cooldt-xll-v0.9-sources.zip | 2010-02-17 | 45.1 kB | |
cooldt-v0.9-sources.tar.gz | 2010-02-17 | 35.6 kB | |
cooldt-xll-v0.8-sources.zip | 2010-01-29 | 45.1 kB | |
cooldt-v0.8-sources.tar.gz | 2010-01-29 | 35.5 kB | |
cooldt-xll-v0.7-sources.zip | 2010-01-24 | 45.1 kB | |
cooldt-v0.7-sources.tar.gz | 2010-01-24 | 35.6 kB | |
cooldt-v0.6-sources.tar.gz | 2010-01-08 | 65.8 kB | |
cooldt-v0.5-sources.tar.gz | 2009-12-22 | 70.4 kB | |
Totals: 13 Items | 2.4 MB | 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