
Convert a generated model into YAML-like room and wall structure
convert_model_to_yaml_structure.Rdconvert_model_to_yaml_structure() transforms the output of
generate_model() into a nested list organized by external walls and rooms.
Openings are attached to the wall that contains them, preserving type,
H, and coordinate fields.
Arguments
- model
list, generated by
generate_model()- thickness_wall_ext
numeric, exterior wall thickness used in model generation
- thickness_wall_int
numeric, interior wall thickness used in model generation