Skip to main content

Manipulation of SDV in VUSDFLD subroutines

Submitted by PoojaShah on

I am trying to write a subroutine with VUSDFLD

I would like to manipulate the Solution Dependent Variables based on its previous value as follows:

Statenew(k,2)=Stateold(k,2)*10

But Multiplaction and Divisiion operations do not give any results. They give 'No value' when they are output.

Would anyone know why this happens?

 

Thank you.