Index of /crcd/kriz/modules/module18/ARCHIVE/MOD_PVWAVE
Name Last modified Size Description
Parent Directory 22-Oct-2000 14:41 -
CloseZBuff.pro 08-Jan-2001 20:50 1k
OpenZBuff.pro 08-Jan-2001 20:51 1k
gifsicle 22-Oct-2000 15:00 429k
remove_excess_files.sh 20-Jun-2001 18:09 1k
results.html 08-Jan-2001 20:50 1k
run.pro 08-Jan-2001 20:49 1k
topology_4x40.dat 22-Oct-2000 15:16 14k
wave1d_4x40.DAT 22-Oct-2000 21:15 15k
wave1d_4x40.dat.SAVE 22-Oct-2000 15:00 15k
wave1d_4x40.f 22-Oct-2000 15:17 52k
wave1d_4x40a.dat 22-Oct-2000 21:06 1k
wave1d_4x40c.dat 22-Oct-2000 21:15 1k
wave1d_4x40grdplt.pro 22-Oct-2000 15:00 4k
wave1d_4x40xyplt.pro 22-Oct-2000 15:00 3k
z_README_Compile_F77 22-Oct-2000 20:50 1k
------ This is the README file for ../module18/ARCHIVE/MOD_PVWAVE ------
This is a working archive directory where all results are confirmed
prior to making this into an interactive NPIB interactive module by
creating results in this directory. Instructions for creating results
are outlined below.
All programs in this directory work so that the viewer can download,
compile and run this programs on their computers. This section is
divided into seven sections:
1. Create FEM data sets for Step-Function Impact load
> cat wave1d_4x40a.dat topology_4x40.dat wave1d_4x40c.dat > wave1d_4x40.DAT
2. Compile and execute FEM programs
> f77 wave1d_4x40.f -o wave1d_4x40.x -lV77
> wave1d_4x40.x
3. Generate animation sequence using existing PV-Wave procedure fiels
> wave run
4. Create animation *.gif file from animation sequence
> gifsicle -d 100 -l=3 a*.gif > results.gif
6. View results in results.html
7. Cleanup files in this directory
> remove_excess_files.sh
---------------------------------------------------------------------
CREATION OF INTERACTIVE NPIB INTERFACE FOR THIS MODULE
Once verified, these working programs are copied to the NPIB directory
/www/jwave/applets98/Receiver/commands/wave1d_4x40_.d except for
*.DAT, *.SAVE, wave1d*.dat such that the only remaining files in the
wave1d_4x40_.d directory are *.pro, *.f, *.x, gifsicle, topology*.dat
and results.html
DO NOT COPY README file from the MOD_PVWAVE directory to wave1d_4x40_.d
DO NOT DELETE *.sh file FROM the MOD_PVWAVE directory. The
remove_excess_files.sh shell script file will remove the
appropriate files from MOD_PVWAVE for archiving.
A shell script file named "wave1d_4x40_" recreates results in a unique
directory located in http://www.jwave.vt.edu/output/"app_date-time"/..
/www/jwave/applets98/Receiver/commands/wave1d_4x40_:
-------------------------------------------------------------------
#!/bin/csh
cp /www/jwave/applets98/Receiver/commands/wave1d_4x40.d/* $1
cd $1
cat wave1d_4x40a.dat topology_4x40.dat wave1d_4x40c.dat >wave1d_4x40.DAT
source /usr/local/vni/wave/bin/wvsetup
./wave1d_4x40.x
wave run > & foobar
rm foobar
./gifsicle -d 100 -l=3 a*.gif > results.gif
rm topology_4x40.dat
#rm wave1d_4x40a.dat
#rm wave1d_4x40c.dat
rm wave1d_4x40.dat
rm plt*
rm node*.dat
rm temp*
rm gifsicle
rm a*.gif
rm *.x
exit 0
---------------------------------------------------------------------
Ronald D. Kriz, Virginia Tech, 10-08-00