|
|
Mozy Online Backup: 2GB Free. Automatic. Secure.
Subject: Re: Problem with URDFIL - msg#00131
List: mathematics.abaqus.user
Hi,
Well, you have to first find out from the manual which
record key contains the data you are looking for.
Then you can create a loop (do-loop for example) and
in that you can call dbfile statement.
For every loop you have to read the value of
JRRAY(1,2) and then see if this value is the same
record key you are looking for. This can be done by
using a if statement. In the if block then you can
store the values of the desired data i.e RF in your
case.
If it seem to be complicated what i have tried to
explain I can send you a simple subroutine of mine.
All the best.
Aamir
--- wlightw <zhou-liang@xxxxxxx> wrote:
>
>
> Dear all:
>
> I have some problems using URDFIL subroutine. I want
> to do some
> calculation using RF from the NSET that is defined.
> So I wrote
>
> *Node file, Freq=1, nset=DRIVEN
> RF,
>
> Then in the URDFIL I want to get the RF from the
> .fil file. I used
>
> SUBROUTINE
> URDFIL(LSTOP,LOVRWRT,KSTEP,KINC,DTIME,TIME)
> INCLUDE 'ABA_PARAM.INC'
> DIMENSION ARRAY(513),JRRAY(NPRECD,513),TIME(2)
> EQUIVALENCE (ARRAY(1),JRRAY(1,1))
> CALL POSFIL(KSTEP,KINC,ARRAY,JRCD)
>
> but I cannot read anything from the ARRAY() but all
> zero. I found in
> the manual that something should be done with the
> JRRAY. But does
> anyone know something about how to define the
>
> KEY=JRRAY(?,?) and what does that mean?
>
> Thanks alot!
>
> Best regrads,
>
> Zhou Liang
>
>
>
>
>
>
>
=====
========================================
Max-Planck Institute, Stuttgart Germany
Mobile Ph: 0163 8711065
========================================
__________________________________
Do you Yahoo!?
Jazz up your holiday email with celebrity designs. Learn more.
http://celebrity.mail.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/PMYolB/TM
--------------------------------------------------------------------~->
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Kernel Error?
Hi,
I am currently working on an FEM model of the eardrum. The software always
quit with
the error msg: "Abaqus/CAE Kernel exited with an error".This always happen when
I try to
access Visualisation Mod->Tools -> XY Data-> Create ODB field Output. Once I
click the
"Continue..." button, the prog stalled for a few secs and just quit. There was
another time,
when I tired with a less intense job, and a graph was plotted and i managed to
see the
graph for a while before the thing quit again...
These are the details of my proj:
1. The Steps are "frequency" followed by "Steady State dynamics, direct"
2. Material Prop included are young's mod, possion ratio and damping
3. My model is a oval, planar shell.
4. Mesh is quad, free meshing technique, with reduced integration, linear
geometric order.
5. BC is that the eardrum is clamped all around the circumference, and a
pressure applied
uniformly across the surface.
6. For field output, I simply included displacment U3
7. For History output, ALLEN (all energy totals) is included
Any replies would begreatly appreciated.
Thank You.
Regards,
Kai
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/PMYolB/TM
--------------------------------------------------------------------~->
Next Message by Date:
click to view message preview
ERROR CODE 5
Hi group, i have a question, when I run an analysis an error appears, "ERROR
CODE 5", and I can´t run other analysis because this error. What can I do in
order to solve this problem.
Thanks for your help!!
Regards,
Geralf Pneda
http://www.xasamail.com/
2000 megabytes Spam Protection, Feeds and Calendar.
2000 megas Antispam, Lector de Feeds y Agenda.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/PMYolB/TM
--------------------------------------------------------------------~->
Previous Message by Thread:
click to view message preview
Problem with URDFIL
Dear all:
I have some problems using URDFIL subroutine. I want to do some
calculation using RF from the NSET that is defined. So I wrote
*Node file, Freq=1, nset=DRIVEN
RF,
Then in the URDFIL I want to get the RF from the .fil file. I used
SUBROUTINE URDFIL(LSTOP,LOVRWRT,KSTEP,KINC,DTIME,TIME)
INCLUDE 'ABA_PARAM.INC'
DIMENSION ARRAY(513),JRRAY(NPRECD,513),TIME(2)
EQUIVALENCE (ARRAY(1),JRRAY(1,1))
CALL POSFIL(KSTEP,KINC,ARRAY,JRCD)
but I cannot read anything from the ARRAY() but all zero. I found in
the manual that something should be done with the JRRAY. But does
anyone know something about how to define the
KEY=JRRAY(?,?) and what does that mean?
Thanks alot!
Best regrads,
Zhou Liang
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/PMYolB/TM
--------------------------------------------------------------------~->
Next Message by Thread:
click to view message preview
Re: Problem with URDFIL
Hi Aamir,
I have got it. Thank you very much :)
Best regards,
Liang
--- In ABAQUS@xxxxxxxxxxxxxxx, Amir Siddiq <amirsiddiq2001@xxxx>
wrote:
>
> Hi,
> Well, you have to first find out from the manual which
> record key contains the data you are looking for.
> Then you can create a loop (do-loop for example) and
> in that you can call dbfile statement.
> For every loop you have to read the value of
> JRRAY(1,2) and then see if this value is the same
> record key you are looking for. This can be done by
> using a if statement. In the if block then you can
> store the values of the desired data i.e RF in your
> case.
> If it seem to be complicated what i have tried to
> explain I can send you a simple subroutine of mine.
>
> All the best.
> Aamir
>
>
> --- wlightw <zhou-liang@xxxx> wrote:
>
> >
> >
> > Dear all:
> >
> > I have some problems using URDFIL subroutine. I want
> > to do some
> > calculation using RF from the NSET that is defined.
> > So I wrote
> >
> > *Node file, Freq=1, nset=DRIVEN
> > RF,
> >
> > Then in the URDFIL I want to get the RF from the
> > .fil file. I used
> >
> > SUBROUTINE
> > URDFIL(LSTOP,LOVRWRT,KSTEP,KINC,DTIME,TIME)
> > INCLUDE 'ABA_PARAM.INC'
> > DIMENSION ARRAY(513),JRRAY(NPRECD,513),TIME(2)
> > EQUIVALENCE (ARRAY(1),JRRAY(1,1))
> > CALL POSFIL(KSTEP,KINC,ARRAY,JRCD)
> >
> > but I cannot read anything from the ARRAY() but all
> > zero. I found in
> > the manual that something should be done with the
> > JRRAY. But does
> > anyone know something about how to define the
> >
> > KEY=JRRAY(?,?) and what does that mean?
> >
> > Thanks alot!
> >
> > Best regrads,
> >
> > Zhou Liang
> >
> >
> >
> >
> >
> >
> >
>
>
> =====
> ========================================
> Max-Planck Institute, Stuttgart Germany
> Mobile Ph: 0163 8711065
> ========================================
>
>
>
> __________________________________
> Do you Yahoo!?
> Jazz up your holiday email with celebrity designs. Learn more.
> http://celebrity.mail.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/PMYolB/TM
--------------------------------------------------------------------~->
|
|