data_from_file Function

public function data_from_file(file) result(data)

This funtion allows to obtain experimental data from data imput

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: file

file name

Return Value type(FluidData)


Calls

proc~~data_from_file~~CallsGraph proc~data_from_file data_from_file proc~mass_fractions mass_fractions proc~data_from_file->proc~mass_fractions proc~read_components read_components proc~data_from_file->proc~read_components proc~read_composition read_composition proc~data_from_file->proc~read_composition proc~read_density read_density proc~data_from_file->proc~read_density proc~read_molecular_weight read_molecular_weight proc~data_from_file->proc~read_molecular_weight proc~read_setup read_setup proc~data_from_file->proc~read_setup proc~mass_fractions->proc~read_composition proc~mass_fractions->proc~read_molecular_weight proc~mass_fractions->proc~read_setup proc~read_components->proc~read_setup proc~read_composition->proc~read_setup proc~read_density->proc~read_setup proc~read_molecular_weight->proc~read_setup

Called by

proc~~data_from_file~~CalledByGraph proc~data_from_file data_from_file proc~characterize characterize proc~characterize->proc~data_from_file