Extract information of a model from building and furniture components

extract_building_information(
  model,
  verbose = getOption("floodam_building_verbose")
)

Arguments

model

an object of class model

verbose

logical, default to getOption("floodam_building_verbose")

Value

An object of class "model" with those characteristics added

parameter

list of data frames, giving information on some elementary components used in the model

storey

data frame, information at storey level

room

data frame, information at room level

wall

data frame, information at wall level

opening

data frame, information at opening level

coating

data frame, information at coating level

furniture component of the model is adjusted according to information in building

Examples

if (FALSE) {
load_model("test", "dwelling")
model = extract_building_information(model)
}