idea-statica / iom-examples

Examples of using IDEA StatiCa IOM API
MIT License
8 stars 4 forks source link

[BUG] FlangeWidth in ColdFormedOmega section #64

Closed johnnyontheweb closed 3 years ago

johnnyontheweb commented 3 years ago

Describe the bug The parameter FlangeWidth in CrossSectionFactory.FillColdFormedOmega method does not work as expected.

To Reproduce Import this model using IOM_IDEAConnectionRunner.exe with standard settings. omega.zip

Expected behavior FlangeWidth has been set in XML as 0.1m.

        <Parameter xsi:type="ParameterDouble">
          <Name>FlangeWidth</Name>
          <Value>0.1</Value>
        </Parameter>

I get a flange of 50mm. omega

Desktop (please complete the following information):

Additional info by trials with the interface, it seems that only radius>=thickness is accepted for cold-formed beams. if it is so, this should be documented. Please disregard thickness in my sample, it's only for testing.

mpospisil commented 3 years ago

IOM_IDEAConnectionRunner.exe is obsolete - we don't support it anymore. please update you link to be compatible with

https://idea-statica.github.io/iom-examples/iom-steel-connections/cbfem-for-all.html (direct link to idea connectection)

or our new CCM link https://github.com/idea-statica/ccm-examples

johnnyontheweb commented 3 years ago

There are customers using 10.1 too. Anyway, is it sure the error is in IOM_IDEAConnectionRunner.exe? I can't rewrite this right now, please reopen. Is it the only way to solve this to implement direct link?