julia_page
Mechanical
- Nov 26, 2018
- 11
Hello,
I have a problem in wich i want to input a heat load on each node at contact. This heat must be proportional to the contact pressure (or nodal contact force). I did this with a *do loop, in wich I did fsum on each contact node and put a heat load on this node proportional to de fsum result. My problem is that in some cases when i have a lot of contact nodes this *do loop takes a lot of time in each iteration. My question is: is there a way to do this without loops?
I have a problem in wich i want to input a heat load on each node at contact. This heat must be proportional to the contact pressure (or nodal contact force). I did this with a *do loop, in wich I did fsum on each contact node and put a heat load on this node proportional to de fsum result. My problem is that in some cases when i have a lot of contact nodes this *do loop takes a lot of time in each iteration. My question is: is there a way to do this without loops?