CFD Tools is a fork project from TYPHON.
The aim is to provide a set of libraries and tools for HPC fortran programming:
General purpose:
- IO management, endianness
- Maths
for CFD:
- fluid models
- mesh/solution import
- mesh/solution export
- mesh data structure
This projects has been structured into subprojects
- Base : check endianness, IO unit management
- Math : symbolic functions, vectors & tensors computation
- Models
- Mesh : unstructured mesh management and associated fields
- Fileformat : pre and post processing and format converters