Is it possible to define trignametric funtion for temprature distribution in HM?
Altair Forum User
Altair Employee
Answers
-
Amit
there is a tool in HyperMesh that can create boundary conditions of different types using a functional expression to define it. It is part of the 'Distributed Load Mapper' which you can get to by loading the macro file in installdir/hm/scripts/dlm/dlm.mac. Or, you can get to it directly by adding the following line to your macro file:
*createbutton(5, 'Field Loads... ', 0, 0, 10, BUTTON, 'Create load by equations.', 'tcl_script', 'mathbc.tcl')
Cheers,Eric
0