Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LoadCombination Reading does not take in to account mulitple lines per loadcase #152

Open
peterjamesnugent opened this issue Oct 22, 2019 · 0 comments
Assignees
Labels
type:bug Error or unexpected behaviour

Comments

@peterjamesnugent
Copy link
Member

Description:

When a LoadCombination has multiple lines it results in an index error.

LoadCombination syntax:

*LOADCOMB    ; Combinations
; NAME=NAME, KIND, ACTIVE, bES, iTYPE, DESC, iSERV-TYPE, nLCOMTYPE, nSEISTYPE   ; line 1
;      ANAL1, LCNAME1, FACT1, ...                                               ; from line 2

   NAME=Wind +V-L, GEN, ACTIVE, 0, 0, , 0, 0, 0
        ST, Wind V +, 1, ST, Wind L -, 1
   NAME=Ped C + N + H, GEN, ACTIVE, 0, 0, , 0, 0, 0
        ST, Pedestrian Cantilever, 1, ST, Pedestrian North, 1
        ST, Pedestrian Cantilever Horizontal, 1
        ST, Pedestrian North Horizontal, 1

How to replicate:

  1. Create multiple loadcases and combine them in to a LoadCombination in MidasCivil
  2. Output the file as an MCT file
  3. Create MidasCivil Adapter
  4. Pull LoadCombination objects

Expected behaviour:

LoadCombination to be read for LoadCombination objects with along list of Loadcase objects

Test file(s):

@peterjamesnugent peterjamesnugent added the type:bug Error or unexpected behaviour label Oct 22, 2019
@peterjamesnugent peterjamesnugent added this to the BHoM 3.0 β MVP milestone Oct 22, 2019
@peterjamesnugent peterjamesnugent self-assigned this Oct 22, 2019
@peterjamesnugent peterjamesnugent removed this from the BHoM 3.0 β MVP milestone Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Error or unexpected behaviour
Projects
None yet
Development

No branches or pull requests

1 participant