mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
proper naming of output files
plotting z-positions and z-velocities, so name the output files say 'pos_z<something>' and 'vel_z<something>'
This commit is contained in:
@ -23,11 +23,11 @@ set(gca,'FontSize',14)
|
|||||||
axis([0 .25 0 6])
|
axis([0 .25 0 6])
|
||||||
xlabel('time (s)')
|
xlabel('time (s)')
|
||||||
ylabel('position (cm)')
|
ylabel('position (cm)')
|
||||||
title('Comparison of the y-position of two particles','FontSize',15)
|
title('Comparison of the z-position of two particles','FontSize',15)
|
||||||
legend('following particle','leading particle','following particle Glow.','leading particle Glow.')
|
legend('following particle','leading particle','following particle Glow.','leading particle Glow.')
|
||||||
set(gca,'FontSize',12)
|
set(gca,'FontSize',12)
|
||||||
#print('pos_y_two_part_rec_glow.png')
|
#print('pos_y_two_part_rec_glow.png')
|
||||||
print('pos_y_two_part_rec_glow.eps','-deps2')
|
print('pos_z_two_part_rec_glow.eps','-deps2')
|
||||||
|
|
||||||
clear;
|
clear;
|
||||||
|
|
||||||
@ -53,4 +53,4 @@ title('Comparison of the settling velocity of two particles','FontSize',15)
|
|||||||
legend('following particle','leading particle','following particle Glow.','leading particle Glow.')
|
legend('following particle','leading particle','following particle Glow.','leading particle Glow.')
|
||||||
set(gca,'FontSize',12)
|
set(gca,'FontSize',12)
|
||||||
%print('vel_y_two_part_rec_glow.png')
|
%print('vel_y_two_part_rec_glow.png')
|
||||||
print('vel_y_two_part_rec_glow.eps','-deps2')
|
print('vel_z_two_part_rec_glow.eps','-deps2')
|
||||||
|
|||||||
@ -35,8 +35,8 @@ if [ $runOctave == "true" ]
|
|||||||
|
|
||||||
cd $casePath/CFD/octave
|
cd $casePath/CFD/octave
|
||||||
octave postproc.m
|
octave postproc.m
|
||||||
evince pos_y_two_part_rec_glow.eps
|
evince pos_z_two_part_rec_glow.eps
|
||||||
evince vel_y_two_part_rec_glow.eps
|
evince vel_z_two_part_rec_glow.eps
|
||||||
#display pos_y_two_part_rec_glow.png &
|
#display pos_y_two_part_rec_glow.png &
|
||||||
#display vel_y_two_part_rec_glow.png &
|
#display vel_y_two_part_rec_glow.png &
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user