×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

help! easy problem! on using DISP subroutine to define a temperature boundary condition

help! easy problem! on using DISP subroutine to define a temperature boundary condition

help! easy problem! on using DISP subroutine to define a temperature boundary condition

(OP)
I am completely new in the subroutine process.

I am trying to use the DISP subroutine for applying a thermal boundary conditions to study thermal strain.

for start,i tried to define a uniform temperature boundry condition with subroutine.

It can be done without any subroutine but it is a start.

i defined a User-defined boudary condition then wrote the subroutine as follows.

SUBROUTINE DISP(U,KSTEP,KINC,TIME,NODE,NOEL,JDOF,COORDS)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION U(3),TIME(2),COORDS(3)
C
U(1) = 50
RETURN
END

i named the subroutine as KDISP.f and attached it at job

but when i submitted the job, it aborted with the error as follow

Problem during compilation - /utmp/meursault/fzhang/abaqus/KDISP.f

checking the .log file, it gave

Abaqus JOB transverse2
Abaqus 6.10-2
Begin Compiling Abaqus/Standard User Subroutines
Tue Jun 12 14:33:00 2012
Unknown option: P2OPT_hpo_vec_divbyzero
compilation aborted for KDISP.f (code 1)
Abaqus Error: Problem during compilation - /utmp/meursault/fzhang/abaqus/temperature_diffusion/KDISP.f
Abaqus/Analysis exited with errors

i wonder what is the problem, can anyone help me please?

RE: help! easy problem! on using DISP subroutine to define a temperature boundary condition

Think you should use sub. UTEMP for applying temperatures, not sure if this routine is to be used in thermal or mechanical analysis

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources