Author Topic: To fix amount of a value unchanged  (Read 3787 times)

Ehsan

  • New Member
  • *
  • Posts: 7
To fix amount of a value unchanged
« on: July 13, 2020, 01:29:14 AM »
Dear all,

I want to define a condition for one of my degrees of freedom. The condition is that when the degree of freedom reaches a certain value after that it will remain unchanged. For example if the degree of freedom is S, after reaching S less than 0.01 I want to fix this value to zero in the next steps of solution. Is there any specific commnad to do it?

Thanks in advance,
Ehsan
« Last Edit: July 13, 2020, 04:04:26 AM by Ehsan »

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2649
Re: To fix amount of a value unchanged
« Reply #1 on: July 13, 2020, 08:08:26 AM »
there is no command to do this.  you need to write a 'umacro'  that sets the value and I also recommend you remove this dof from the active equations, otherwise it probably will not converge.

Ehsan

  • New Member
  • *
  • Posts: 7
Re: To fix amount of a value unchanged
« Reply #2 on: July 14, 2020, 02:41:36 AM »
Many thanks,

I will try it.