mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
New port: science/thermofun: Code for calculating thermodynamic properties of materials
This commit is contained in:
parent
223e6e7dd9
commit
028dcb9e89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563780
@ -339,6 +339,7 @@
|
||||
SUBDIR += szip
|
||||
SUBDIR += teem
|
||||
SUBDIR += tfel
|
||||
SUBDIR += thermofun
|
||||
SUBDIR += tfel-edf
|
||||
SUBDIR += tinker
|
||||
SUBDIR += udunits
|
||||
|
24
science/thermofun/Makefile
Normal file
24
science/thermofun/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= thermofun
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.3.6
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Code for calculating thermodynamic properties of materials
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json
|
||||
|
||||
USES= cmake compiler:c++14-lang
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= thermohub
|
||||
|
||||
CMAKE_OFF= TFUN_BUILD_PYTHON
|
||||
|
||||
.include <bsd.port.mk>
|
3
science/thermofun/distinfo
Normal file
3
science/thermofun/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1612225842
|
||||
SHA256 (thermohub-thermofun-v0.3.6_GH0.tar.gz) = 083e55f1c142344870de9fe9638e5d14e541f33cf0968b681f1ee857ea2e17a0
|
||||
SIZE (thermohub-thermofun-v0.3.6_GH0.tar.gz) = 1195683
|
4
science/thermofun/pkg-descr
Normal file
4
science/thermofun/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A code for calculating the standard state thermodynamic properties at a given
|
||||
temperature and pressure.
|
||||
|
||||
WWW: https://github.com/thermohub/thermofun
|
72
science/thermofun/pkg-plist
Normal file
72
science/thermofun/pkg-plist
Normal file
@ -0,0 +1,72 @@
|
||||
include/ThermoFun/Batch/OutputBatch.h
|
||||
include/ThermoFun/Batch/ThermoBatch.h
|
||||
include/ThermoFun/Common/Exception.h
|
||||
include/ThermoFun/Common/OutputToCSV.h
|
||||
include/ThermoFun/Common/OutputWaterSteamConventionProp.h
|
||||
include/ThermoFun/Common/ParseJsonToData.h
|
||||
include/ThermoFun/Common/ScalarTypes.hpp
|
||||
include/ThermoFun/Common/ThermoOmp.h
|
||||
include/ThermoFun/Common/ThermoScalar.hpp
|
||||
include/ThermoFun/Common/Units.hpp
|
||||
include/ThermoFun/Common/formuladata.h
|
||||
include/ThermoFun/Common/formulaparser.h
|
||||
include/ThermoFun/Database.h
|
||||
include/ThermoFun/ElectroModelsSolvent.h
|
||||
include/ThermoFun/Element.h
|
||||
include/ThermoFun/GlobalVariables.h
|
||||
include/ThermoFun/OptimizationUtils.h
|
||||
include/ThermoFun/Reaction.h
|
||||
include/ThermoFun/Reactions/DolejsManning2010.h
|
||||
include/ThermoFun/Reactions/FrantzMarshall.h
|
||||
include/ThermoFun/Reactions/LogK_function_of_T.h
|
||||
include/ThermoFun/Reactions/RyzhenkoBryzgalyn.h
|
||||
include/ThermoFun/Reactions/Volume_function_of_T.h
|
||||
include/ThermoFun/Substance.h
|
||||
include/ThermoFun/Substances/EmpiricalCpIntegration.h
|
||||
include/ThermoFun/Substances/Gases/GasCGF.h
|
||||
include/ThermoFun/Substances/Gases/GasCORK.h
|
||||
include/ThermoFun/Substances/Gases/GasPR78.h
|
||||
include/ThermoFun/Substances/Gases/GasPRSV.h
|
||||
include/ThermoFun/Substances/Gases/GasSRK.h
|
||||
include/ThermoFun/Substances/Gases/GasSTP.h
|
||||
include/ThermoFun/Substances/Gases/s_solmod_.h
|
||||
include/ThermoFun/Substances/Gases/verror.h
|
||||
include/ThermoFun/Substances/Solids/SolidBMGottschalk.h
|
||||
include/ThermoFun/Substances/Solids/SolidBerman88.h
|
||||
include/ThermoFun/Substances/Solids/SolidHPLandau.h
|
||||
include/ThermoFun/Substances/Solids/SolidMurnaghanHP98.h
|
||||
include/ThermoFun/Substances/Solute/SoluteADgems.h
|
||||
include/ThermoFun/Substances/Solute/SoluteAnderson91.h
|
||||
include/ThermoFun/Substances/Solute/SoluteHKFgems.h
|
||||
include/ThermoFun/Substances/Solute/SoluteHKFreaktoro.h
|
||||
include/ThermoFun/Substances/Solute/SoluteHollandPowell98.h
|
||||
include/ThermoFun/Substances/Solvent/Reaktoro/WaterConstants.hpp
|
||||
include/ThermoFun/Substances/Solvent/Reaktoro/WaterElectroState.hpp
|
||||
include/ThermoFun/Substances/Solvent/Reaktoro/WaterElectroStateJohnsonNorton.hpp
|
||||
include/ThermoFun/Substances/Solvent/Reaktoro/WaterHelmholtzState.hpp
|
||||
include/ThermoFun/Substances/Solvent/Reaktoro/WaterHelmholtzStateHGK.hpp
|
||||
include/ThermoFun/Substances/Solvent/Reaktoro/WaterHelmholtzStateWagnerPruss.hpp
|
||||
include/ThermoFun/Substances/Solvent/Reaktoro/WaterThermoState.hpp
|
||||
include/ThermoFun/Substances/Solvent/Reaktoro/WaterThermoStateUtils.hpp
|
||||
include/ThermoFun/Substances/Solvent/Reaktoro/WaterUtils.hpp
|
||||
include/ThermoFun/Substances/Solvent/WaterElectroFernandez1997.h
|
||||
include/ThermoFun/Substances/Solvent/WaterElectroSverjensky2014.h
|
||||
include/ThermoFun/Substances/Solvent/WaterHGK-JNgems.h
|
||||
include/ThermoFun/Substances/Solvent/WaterHGKreaktoro.h
|
||||
include/ThermoFun/Substances/Solvent/WaterIdealGasWolley.h
|
||||
include/ThermoFun/Substances/Solvent/WaterJN91reaktoro.h
|
||||
include/ThermoFun/Substances/Solvent/WaterWP95reaktoro.h
|
||||
include/ThermoFun/Substances/Solvent/WaterZhangDuan2005.h
|
||||
include/ThermoFun/Substances/StandardEntropyCpIntegration.h
|
||||
include/ThermoFun/ThermoEngine.h
|
||||
include/ThermoFun/ThermoFun.h
|
||||
include/ThermoFun/ThermoModelsReaction.h
|
||||
include/ThermoFun/ThermoModelsSolvent.h
|
||||
include/ThermoFun/ThermoModelsSubstance.h
|
||||
include/ThermoFun/ThermoParameters.h
|
||||
include/ThermoFun/ThermoProperties.h
|
||||
lib/cmake/ThermoFun/ThermoFunConfig.cmake
|
||||
lib/cmake/ThermoFun/ThermoFunConfigVersion.cmake
|
||||
lib/cmake/ThermoFun/ThermoFunTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/ThermoFun/ThermoFunTargets.cmake
|
||||
lib/libThermoFun.so
|
Loading…
Reference in New Issue
Block a user