Thunderhead Engineering Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Forum moved to https://help.thunderheadeng.com/support/discussions. This forum site will be read-only for a while and eventually brought offline.  All new posts should be made on the new "help" site.

Author Topic: model.txt Output Syntax  (Read 1835 times)

briancohan

  • New Member
  • *
  • Posts: 2
    • View Profile
model.txt Output Syntax
« on: February 08, 2021, 09:59:35 pm »

I'm trying to process information from the model.txt file that gets generated during a simulation to post-process some information. Specifically, I'm trying to figure out which room names in model_rooms.cvs are on which floor, but I'd like to look into other post-processing insights as well.

This file does not appear to be documented in the user guides. Would it be possible to get the names of the parameters exported for each section?

Additionally, would it be possible in future versions to make the records either comma-separated or consistently separated? For example, in the section below, I suspect that the parameters to boundary are aligned with the last two parameters of exit_door and the double space makes it easy enough to parse, however the multiple spaces after door make processing slightly challenging.

[edges]
0: boundary  2352 2353
1: boundary  2352 3083
2: boundary  2353 2354
3: exit_door 377 2351 3083
...
15: door      300 1385 1386
16: boundary  1386 1472
Logged

Bryan Klein

  • Thunderhead
  • *****
  • Posts: 154
    • View Profile
    • Thunderhead Eng. Site
Re: model.txt Output Syntax
« Reply #1 on: May 21, 2021, 05:32:33 pm »

The details of the input file format are in the Pathfinder Technical Reference Manual.
https://support.thunderheadeng.com/docs/pathfinder/2021-2/technical-reference-manual/#_pathfinder_input_file_format
Logged