1.1.49 UPOREP
User subroutine to define initial fluid pore pressure.

Product: Abaqus/Standard  

References

Overview

User subroutine UPOREP:

User subroutine interface

      SUBROUTINE UPOREP(UW0,COORDS,NODE)
C
      INCLUDE 'ABA_PARAM.INC'
C
      DIMENSION COORDS(3)
C


      user coding to define UW0


      RETURN
      END

Variable to be defined

UW0

Initial fluid pore pressure.

Variables passed in for information

COORDS

An array containing the current coordinates of this node.

NODE

Node number.