cfml eos module

Previous Next


Implementation in CrysFML


The Eosfit programs are built with  a new EoS module for CrysFML called cfml_eos that allows the external programmer to easily write programs that can read, manipulate and fit EoS data, and perform related calculations for all of the EoS that we have described above. In order to use the library, the CrysFML code should be downloaded and compiled to a library, which must then be linked to the external program.


Access to the procedures and data types defined in the EoS module is obtained through the inclusion of just a single Fortran statement:


            USE CFML_EOS


The entire CrysFML has to be compiled and installed because the EoS module also makes use of other modules within CrysFML to manipulate unit-cell data and text information in files.