Procedures

ProcedureLocationProcedure TypeDescription
from_json forsus_properties_groups Subroutine

From a json file and a model name set the present groups.

from_json forsus_properties_critical_constants Subroutine

Read all the critical properties from a json file.

init_json forsus_substance Function

Initialize a Substance object from a json file, provided it’s name. It is also optional to use a custom path for the component.

open_json forsus_properties_base Function
scalar_from_json forsus_properties_scalar Subroutine

Setup a scalar property from a provided json key and json file path.

show_available forsus__available Subroutine

Show the available substances in the database

Substance forsus_substance Interface
call~~graph~~CallGraph interface~substance Substance proc~init_json init_json interface~substance->proc~init_json proc~from_json Groups%from_json proc~open_json open_json proc~from_json->proc~open_json get get proc~from_json->get proc~from_json~2 CriticalConstants%from_json proc~scalar_from_json ScalarProperty%scalar_from_json proc~from_json~2->proc~scalar_from_json proc~init_json->proc~from_json~2 failed failed proc~open_json->failed initialize initialize proc~open_json->initialize load_file load_file proc~open_json->load_file proc~scalar_from_json->proc~open_json proc~scalar_from_json->get proc~scalar_from_json->initialize proc~scalar_from_json->load_file proc~show_available show_available
Help