Numeric precision lost upon entry into HyperMesh input box

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

I am using HyperMesh with the Optistruct user profile.

 

When entering values into the input fields they are converted to scientific notation and in the process lose significant figures.

 

The example attached is for a PBUSH stiffness.

Entered value 17500 (which is small enough to be written into the 8 character field of the bulk data file)

HyperMesh changes it to 1.8E+004, 18000

 

Writing the bulk data file using long format template makes no difference as the value is stored incorrectly inside HyperMesh

 

How can I change this crazy behaviour?

 

Thanks,

Brett

 

 

 

<?xml version="1.0" encoding="UTF-8"?>post-22639-0-24519300-1385490721_thumb.p

<?xml version="1.0" encoding="UTF-8"?>post-22639-0-55017100-1385490742_thumb.p

Tagged:

Answers

  • tinh
    tinh Altair Community Member
    edited November 2013

    hi, Brett

    1.8e+004 is just displayed value on card editor,

    exact value is always stored in hm with full precision

    and output value (to bulk file) is round off to 8 digits in style of real number

    so output value is still 17500, unless you changed format in pbush.tpl file