Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoolProp/CoolProp
/ functions
Functions
5,228 in github.com/CoolProp/CoolProp
⨍
Functions
5,228
◇
Types & classes
707
↓ 1 callers
Method
trace
include/CoolProp/fluids/IdealCurves.h:61
↓ 1 callers
Function
try_factory
(backend: str, fluid: str)
Web/scripts/fluid_properties.IF97Profile.py:110
↓ 1 callers
Method
umolar_idealgas
src/AbstractState.cpp:748
↓ 1 callers
Function
undelimit
(args, delim='')
dev/scripts/ECS_fitter.py:143
↓ 1 callers
Function
unpack_decomp
src/SBTL/SVDSurfaceSerializer.cpp:334
↓ 1 callers
Function
unpack_region
src/SBTL/SVDSurfaceSerializer.cpp:316
↓ 1 callers
Function
unpack_surface
src/SBTL/SVDSurfaceSerializer.cpp:382
↓ 1 callers
Method
update_DmolarT
src/Backends/PCSAFT/PCSAFTBackend.cpp:234
↓ 1 callers
Function
update_state
(id: u64, input_pair: String, v1: f64, v2: f64)
wrappers/GUI/src-tauri/src/state_manager.rs:29
↓ 1 callers
Method
update_with_guesses
Update the state using two state variables and providing guess values Some or all of the guesses will be used - this is backend dependent
include/CoolProp/AbstractState.h:885
↓ 1 callers
Method
using_mole_fractions
Incompressible backend uses different compositions
src/Backends/Incompressible/IncompressibleBackend.h:56
↓ 1 callers
Method
validate
Validate the fluid file that was just constructed
src/Backends/Helmholtz/Fluids/FluidLibrary.h:1182
↓ 1 callers
Function
validate_pair
(data_path: Path, schema_path: Path)
dev/validate_fluid_schemas.py:36
↓ 1 callers
Function
vecstring_to_string
Templates for turning vectors (1D-matrices) into strings
src/Backends/Helmholtz/HelmholtzEOSBackend.h:20
↓ 1 callers
Function
verify_authenticated
Confirm the session is a logged-in, trusted web session. Returns True iff GET /manage/projects/ stays on the management page (not a login or
dev/testpypi_delete.py:197
↓ 1 callers
Function
version_to_file
Should have lines like " set (CoolProp_VERSION_MAJOR 5) set (CoolProp_VERSION_MINOR 0) set (CoolProp_VERSION_PATCH 0) "
dev/generate_headers.py:233
↓ 1 callers
Method
visc
(self, T, p=0.0, x=0.0, c=None)
dev/incompressible_liquids/CPIncomp/DataObjects.py:177
↓ 1 callers
Function
visc_Helper
src/Backends/Helmholtz/TransportRoutines.cpp:182
↓ 1 callers
Function
viscosity_dilute
T in [K], e_K in [K], sigma in [nm] viscosity returned is in [Pa-s]
dev/scripts/ECS_fitter.py:11
↓ 1 callers
Function
viscosity_linear
Implements the method of Vogel 1998 (Propane) for the linear part
dev/scripts/viscosity_builder.py:43
↓ 1 callers
Function
write
(EOS, ALPHA0, json_file)
dev/scripts/convert_FLD.py:102
↓ 1 callers
Method
write
(self, path)
Web/scripts/CPWeb/SphinxTools.py:487
↓ 1 callers
Method
writeCsvTableToFile
(self, path, table)
dev/incompressible_liquids/CPIncomp/WriterObjects.py:1364
↓ 1 callers
Method
writeTableToFile
(self, path, table)
dev/incompressible_liquids/CPIncomp/WriterObjects.py:1374
↓ 1 callers
Method
writeToFile
(self, data, array)
dev/incompressible_liquids/CPIncomp/DataObjects.py:289
↓ 1 callers
Function
write_failure_figures
Emit ONE combined PNG showing budget-violating probes for the four G13-15 thermodynamic properties (T, v, s, w) in (h, p) coords, overlaid on
Web/scripts/fluid_properties.IF97Conformance.py:441
↓ 1 callers
Function
write_geometry_status_report
Write a human-friendly Markdown summary of per-fluid 3D molecule-viewer status to *out_path*. Buckets are populated by FluidGenerator.write(
Web/scripts/CPWeb/SphinxTools.py:375
↓ 1 callers
Method
write_hashes
(self, hashes)
dev/incompressible_liquids/CPIncomp/WriterObjects.py:334
↓ 1 callers
Function
write_output
(c, d, theta_MAE, phi_MAE)
dev/scripts/fit_shape_factor.py:153
↓ 1 callers
Function
write_output
(c)
dev/scripts/fit_avoid_ECS.py:101
↓ 1 callers
Method
writerow
(self, row)
Web/scripts/CPWeb/UnicodeTools.py:57
↓ 1 callers
Method
writerows
(self, rows)
dev/incompressible_liquids/CPIncomp/WriterObjects.py:87
↓ 1 callers
Method
xmax
Get the maximum x value
include/CoolProp/superancillary/superancillary.h:683
↓ 1 callers
Method
xmin
Get the minimum x value
include/CoolProp/superancillary/superancillary.h:678
↓ 1 callers
Function
yellow
(s)
dev/ci/colorize_cppcheck_results.py:15
↓ 1 callers
Method
zero_out
Set all the values to 0
src/Backends/Cubics/UNIFACLibrary.h:38
↓ 1 callers
Function
zlib_compress
src/SBTL/SVDSurfaceSerializer.cpp:424
↓ 1 callers
Function
zlib_uncompress
src/SBTL/SVDSurfaceSerializer.cpp:441
Method
A_term
* \brief The term \f$A\f$ used in the pure composition partial derivatives of \f$\psi^{(+)}\f$ * * \f[ * A = \log\left(\frac{\Delta_1\d
src/Backends/Cubics/GeneralizedCubic.h:619
Function
AboutModal
({ onClose }: Props)
wrappers/GUI/src/components/AboutModal.tsx:8
Method
AbstractCubic
src/Backends/Cubics/GeneralizedCubic.cpp:196
Method
AbstractCubicAlphaFunction
src/Backends/Cubics/GeneralizedCubic.h:64
Method
AbstractODEIntegrator
Polymorphic base: virtual destructor so deletion through a base pointer is well-defined; the rest of the special members are defaulted to satisfy the
include/CoolProp/numerics/ODEIntegrators.h:15
Method
AbstractStateLibrary
src/CoolPropLib.cpp:486
Function
AbstractState_all_critical_points
src/CoolPropLib.cpp:1007
Function
AbstractState_backend_name
src/CoolPropLib.cpp:1058
Function
AbstractState_build_phase_envelope
src/CoolPropLib.cpp:901
Function
AbstractState_build_spinodal
src/CoolPropLib.cpp:975
Function
AbstractState_first_partial_deriv
src/CoolPropLib.cpp:709
Function
AbstractState_first_saturation_deriv
src/CoolPropLib.cpp:696
Function
AbstractState_first_two_phase_deriv
src/CoolPropLib.cpp:755
Function
AbstractState_first_two_phase_deriv_splined
src/CoolPropLib.cpp:769
Function
AbstractState_fluid_names
src/CoolPropLib.cpp:524
Function
AbstractState_fluid_param_string
src/CoolPropLib.cpp:1089
Function
AbstractState_get_fugacity
src/CoolPropLib.cpp:627
Function
AbstractState_get_fugacity_coefficient
src/CoolPropLib.cpp:639
Function
AbstractState_get_mole_fractions
src/CoolPropLib.cpp:571
Function
AbstractState_get_mole_fractions_satState
src/CoolPropLib.cpp:590
Function
AbstractState_get_phase_envelope_data
src/CoolPropLib.cpp:913
Function
AbstractState_get_phase_envelope_data_checkedMemory
src/CoolPropLib.cpp:941
Function
AbstractState_get_spinodal_data
src/CoolPropLib.cpp:986
Function
AbstractState_keyed_output_satState
src/CoolPropLib.cpp:1029
Function
AbstractState_phase
src/CoolPropLib.cpp:1077
Function
AbstractState_saturated_liquid_keyed_output
src/CoolPropLib.cpp:1107
Function
AbstractState_saturated_vapor_keyed_output
src/CoolPropLib.cpp:1120
Function
AbstractState_second_partial_deriv
src/CoolPropLib.cpp:723
Function
AbstractState_second_two_phase_deriv
src/CoolPropLib.cpp:739
Function
AbstractState_set_binary_interaction_double
src/CoolPropLib.cpp:864
Function
AbstractState_set_cubic_alpha_C
src/CoolPropLib.cpp:877
Function
AbstractState_set_fluid_parameter_double
src/CoolPropLib.cpp:889
Function
AbstractState_set_fractions
src/CoolPropLib.cpp:553
Function
AbstractState_specify_phase
src/CoolPropLib.cpp:662
Function
AbstractState_unspecify_phase
src/CoolPropLib.cpp:673
Function
AbstractState_update_and_1_out
src/CoolPropLib.cpp:812
Method
AdaptiveRK54
src/ODEIntegrators.cpp:10
Method
AddUnits
(ref System.Collections.Generic.Dictionary<string, MItem> dic, MItem unit, params string[] names)
wrappers/SMath/coolprop_wrapper/Unit.cs:38
Method
AllInfo
wrappers/Modelica/src/FluidProp_IF.cpp:875
Method
Alpha
wrappers/Modelica/src/FluidProp_IF.cpp:483
Function
App
()
wrappers/GUI/src/App.tsx:14
Method
BackendInformation
src/DataStructures.cpp:832
Method
BaseHelmholtzTerm
include/CoolProp/fluids/Helmholtz.h:178
Method
BaseSolver
Constructor. ! The constructor is copying the medium name, library name and substance name to the locally defined variables. @param mediumName A
wrappers/Modelica/src/basesolver.cpp:13
Method
BasicMathiasCopemanAlphaFunction
src/Backends/Cubics/GeneralizedCubic.h:72
Method
Beta
wrappers/Modelica/src/FluidProp_IF.cpp:501
Method
BicubicBackend
Instantiator; base class loads or makes tables
src/Backends/Tabular/BicubicBackend.h:67
Method
BoundaryCurve
include/CoolProp/region/BoundaryCurve.h:28
Function
BoundedSecant
include/CoolProp/numerics/Solvers.h:93
Method
BoyleCurveTracer
include/CoolProp/fluids/IdealCurves.h:101
Method
BrentSolverResids
src/HumidAirProp.cpp:398
Method
Bvirial
src/AbstractState.cpp:959
Function
CONVENTION AbstractState_factory
src/CoolPropLib.cpp:512
Function
CONVENTION PhaseSI
src/CoolPropLib.cpp:298
Function
CONVENTION get_fluid_param_string
src/CoolPropLib.cpp:390
Function
CONVENTION get_fluid_param_string_len
src/CoolPropLib.cpp:402
Function
CONVENTION get_global_param_string
src/CoolPropLib.cpp:357
Function
CONVENTION get_input_pair_index
src/CoolPropLib.cpp:347
Function
CONVENTION get_param_index
src/CoolPropLib.cpp:337
Function
CONVENTION get_parameter_information_string
src/CoolPropLib.cpp:369
Function
CONVENTION redirect_stdout
src/CoolPropLib.cpp:122
Function
COOLPROP_EES
wrappers/EES/main.cpp:81
← previous
next →
2,201–2,300 of 5,228, ranked by callers