Jul 14, 2008 #1 hamadadf Civil/Environmental Joined Mar 3, 2006 Messages 62 Location CA How can i identify a certain material in the subroutine? Like i wanna do something like this if i have material x and y If (material .eq. x) then follow a certain logic if (material .eq. y) then follow another logic. So how can i do that?
How can i identify a certain material in the subroutine? Like i wanna do something like this if i have material x and y If (material .eq. x) then follow a certain logic if (material .eq. y) then follow another logic. So how can i do that?