🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Format Temperature

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

Hi. I have applied a temperature of 35 °C (through the panel Analysis-->Temperatures) on some of the nodes of my model. When I open the file .fem the id of the node is right next to the value of the temperature. How could one understand what the value of the temperature is just by looking at the file .fem? He or she could say, in my opinion, that the temperature is 5, or 35, or 335...

 

TEMP                   3             237335.0

TEMP                   3             237835.0

<?xml version="1.0" encoding="UTF-8"?>post-37159-0-37366700-1434300846_thumb.p

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Follow format...

    It seems to me short field format,so count 8 characters for each

    After 24 characters length(include spaces as well), temperature value starts

    8 characters         8 characters          8 characters             8 characters

    TEMP                       ID                          NODE ID           Temperature value 

     

    If you see 16 characters space,then it should be long field format ,count 16 instead of 8

     

    Usually,first and last 8 characters are left justified,in between can be any thing left/right/middle justified..depends on the solver

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Hi Chait. Actually after 24 characters the temperature value starts. How did you know that (about the 24 characters)? Because I have not been able to find it.

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    There are three formats followed for solver input deck.Short field,long field and free format.I found this on Hyperworks help files.