Indeed the error is linked to something else! I ckecked the log file and the temperature.dat include was actually not read by Nastran.
This was because, basically, I forgot an "ENDDATA" at the end of my INCLUDE '../../01_FEM/FEM.dat'!!
So Nastran stoped reading the .bdf at the FEM include...
Thank you Erik for your answer!
Actually, in this case it doesn't matter if you put the TEMPERATURE(MATERIAL)=10000 before or inside the subcase. Since when you put a Case Control command before the subcases, you apply this command to whole set of subcases defined in the Case Control section. I...
@JXB0809 Thank you for your answer!
No, I don't have a TEMP(INIT)= 10000.
Do you mean TEMPERATURE(INITIAL) ? As I know this one is for non linear calculations.
Hello everyone!
I've got an annoying problem with my SOL 101 submission on Natsran.
I apply a temperature on my model's nodes in order to use this temperature to assign to each element the appropriate material values (MATT1 and TABLE).
I applied this temperature with a TEMP,10000 and a...
I found it guys!
You first create a new NX .fem with the .dat, we'll call this one FEM2. Then you append this FEM2 to the first .fem (FEM1).
The function to append it is in: Menu -> Insert -> Append FEM
You select the FEM2 and click on OK! And that's it!
Hello everyone,
Does someone know if it is possible to import an existing FEM as a .dat (format: Nastan) in an existing .fem on NX?
And if it is possible, can you please show me how to do it?
I meshed a part of an assembly on NX, now I have to add the rest of the parts already meshed in...