properties.f90 Source File


This file depends on

sourcefile~~properties.f90~~EfferentGraph sourcefile~properties.f90 properties.f90 sourcefile~critical_constants.f90 critical_constants.f90 sourcefile~properties.f90->sourcefile~critical_constants.f90 sourcefile~group.f90 group.f90 sourcefile~properties.f90->sourcefile~group.f90 sourcefile~scalar_property.f90 scalar_property.f90 sourcefile~properties.f90->sourcefile~scalar_property.f90 sourcefile~critical_constants.f90->sourcefile~scalar_property.f90 sourcefile~base.f90 base.f90 sourcefile~group.f90->sourcefile~base.f90 sourcefile~scalar_property.f90->sourcefile~base.f90 sourcefile~constants.f90 constants.f90 sourcefile~scalar_property.f90->sourcefile~constants.f90 sourcefile~base.f90->sourcefile~constants.f90

Files dependent on this one

sourcefile~~properties.f90~~AfferentGraph sourcefile~properties.f90 properties.f90 sourcefile~forsus.f90 forsus.F90 sourcefile~forsus.f90->sourcefile~properties.f90 sourcefile~substance.f90 substance.f90 sourcefile~forsus.f90->sourcefile~substance.f90 sourcefile~substance.f90->sourcefile~properties.f90

Source Code

module forsus_properties
    !! Possible properties defined in the package.
    use forsus_properties_scalar, only: ScalarProperty
    use forsus_properties_critical_constants, only: CriticalConstants
    use forsus_properties_groups, only: Groups
end module