| File | Date | Author | Commit |
|---|---|---|---|
| README.rst | 2014-05-14 |
|
[b3847c] Initial commit for v5, but this time with the r... |
| UDF.c | 2014-05-14 |
|
[b3847c] Initial commit for v5, but this time with the r... |
| compile.sh | 2014-05-14 |
|
[b3847c] Initial commit for v5, but this time with the r... |
| properties.c | 2014-05-14 |
|
[b3847c] Initial commit for v5, but this time with the r... |
Primary CoolProp Developer: Ian Bell, University of Liege, Belgium (ian.h.bell@gmail.com) FLUENT experts: Joris Degroote and Iva Papes, University of Gent, Belgium First release: October 17, 2013
A linux version of FLUENT g++
Let us call the directory the directory where the Fluent wrapper is (coolprop/wrappers/Fluent) as CUSTOM_DIRECTORY.
Make sure you are in the CUSTOM_DIRECTORY
Make sure your case/mesh and UDF files are in the same directory as compile.sh (CUSTOM_DIRECTORY).
Run the script compile.sh (sh compile.sh SOLVER FLUENT_BIN_PATH), this should generate the libudf folder.
Run Fluent.
Open your case/mesh.
Compile the UDFs.
The default UDF.c provided by the Coolprop wrapper is an EXECUTE_ON_DEMAND file.
The default properties.c provided integrates thermal conductivity, density, viscosity and specific heat from Coolprop library with the Fluent solver. Do not load UDF.c and properties.c simultaneously.
Note: If no argument is specified when running the shell file (step 3), then the script will assume Fluent can be run from command line (fluent) and the solver is 2d double precision (2ddp)
Absolutely no guarantee of utility or accuracy can be made, although we have done our best to ensure useful and accurate results. Caveat emptor!