pelicun.tests.dl_calculation.rulesets.WindEFRulesets

Functions

HUEFFS_config(BIM)

Rules to identify a HAZUS HUEFFS/HUEFSS configuration based on BIM data

HUEFH_config(BIM)

Rules to identify a HAZUS HUEFH configuration based on BIM data

HUEFSS_config(BIM)

Rules to identify a HAZUS HUEFFS/HUEFSS configuration based on BIM data

HUEFS_config(BIM)

Rules to identify a HAZUS HUEFS configuration based on BIM data

pelicun.tests.dl_calculation.rulesets.WindEFRulesets.HUEFFS_config(BIM)[source]

Rules to identify a HAZUS HUEFFS/HUEFSS configuration based on BIM data

Parameters:
BIM: dictionary

Information about the building characteristics.

Returns:
config: str

A string that identifies a specific configration within this buidling class.

pelicun.tests.dl_calculation.rulesets.WindEFRulesets.HUEFH_config(BIM)[source]

Rules to identify a HAZUS HUEFH configuration based on BIM data

Parameters:
BIM: dictionary

Information about the building characteristics.

Returns:
config: str

A string that identifies a specific configration within this buidling class.

pelicun.tests.dl_calculation.rulesets.WindEFRulesets.HUEFSS_config(BIM)[source]

Rules to identify a HAZUS HUEFFS/HUEFSS configuration based on BIM data

Parameters:
BIM: dictionary

Information about the building characteristics.

Returns:
config: str

A string that identifies a specific configration within this buidling class.

pelicun.tests.dl_calculation.rulesets.WindEFRulesets.HUEFS_config(BIM)[source]

Rules to identify a HAZUS HUEFS configuration based on BIM data

Parameters:
BIM: dictionary

Information about the building characteristics.

Returns:
config: str

A string that identifies a specific configration within this buidling class.