<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 11 (filtered)">
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:"MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p
        {margin-right:0cm;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle17
        {font-family:Arial;
        color:navy;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>… some additional information (to my
earlier post … if the list moderator approves of it) …</span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'> </span></font></p>
<p class=MsoNormal style='margin-bottom:6.0pt;line-height:11.0pt'><font size=2
face=Arial><span lang=EN-GB style='font-size:10.0pt;font-family:Arial'>A short
description of some changes I did.</span></font><font size=2 face=Arial><span
lang=EN-GB style='font-size:10.0pt;font-family:Arial'> </span></font><font
size=2 face=Arial><span lang=EN-GB style='font-size:10.0pt;font-family:Arial'>All
changes but one concern CFD, the main ones concern output to TECPlot.</span></font></p>
<p class=MsoNormal style='margin-bottom:6.0pt;line-height:11.0pt'><font size=2
face=Arial><span lang=EN-GB style='font-size:10.0pt;font-family:Arial'>General:</span></font></p>
<p class=MsoNormal style='margin-bottom:6.0pt;line-height:11.0pt'><font size=2
face=Arial><span lang=EN-GB style='font-size:10.0pt;font-family:Arial'>esrudfs/cfcalc.f:
two issues, one purely cosmetic, in lines 331 / 332 we prefer NPLT=MAXIT/100
and MAXIT,100, respectively. For calculations spanning more than one time step,
the minimum iteration number can be lower in our opinion: Line 519 NITER.LT.5
(or even LT.2).</span></font></p>
<p class=MsoNormal style='margin-bottom:6.0pt;line-height:11.0pt'><font size=2
face=Arial><span lang=EN-GB style='font-size:10.0pt;font-family:Arial'> </span></font></p>
<p class=MsoNormal style='margin-bottom:6.0pt;line-height:11.0pt'><font size=2
face=Arial><span lang=EN-GB style='font-size:10.0pt;font-family:Arial'>TECPlot:</span></font></p>
<p class=MsoNormal style='margin-bottom:6.0pt;line-height:11.0pt'><font size=2
face=Arial><span lang=EN-GB style='font-size:10.0pt;font-family:Arial'>Attached
are changed files esrudfs/cfutil.f and dfs.f and esrures/mocfd.f. My changes
are headed with “Cag@241106” so can be easily found.</span></font></p>
<p class=MsoNormal style='margin-bottom:6.0pt;line-height:11.0pt'><font size=2
face=Arial><span lang=EN-GB style='font-size:10.0pt;font-family:Arial'>The
change in tecplotend() is addition of parameter “Timestep”,
elimination of entry of file name for each time step (the automatically
generated file name is not nice and should be rewritten to avoid whitespace in
the filename …) and, most important, eliminate the extra cells that the
TecPlot output somehow has. The changes are admittedly somewhat ‘quick
and dirty’. However, if the mesh size is reasonably small near
interesting surfaces, no relevant information should be lost, usually. </span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'> </span></font></p>
<div>
<p style='margin:0cm;margin-bottom:.0001pt'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'> </span></font></p>
</div>
<div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'>
<div>
<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>
<hr size=2 width="100%" align=center tabindex=-1>
</span></font></div>
<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
esp-r-bounces@lists.strath.ac.uk [mailto:esp-r-bounces@lists.strath.ac.uk] <b><span
style='font-weight:bold'>On Behalf Of </span></b>giulio benincasa<br>
<b><span style='font-weight:bold'>Sent:</span></b> Thursday, February 15, 2007
1:52 PM<br>
<b><span style='font-weight:bold'>To:</span></b> esp-r@lists.strath.ac.uk<br>
<b><span style='font-weight:bold'>Subject:</span></b> [esp-r] CFD results and
one minute time step</span></font></p>
</div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Hi, <br>
I have make a simulation with conflation method of double skin
facade mechanically ventilated; <br>
<br>
the time period is ten hours and the time step is one minute;<br>
<br>
the results seem to be satisfy (..for me ) but I have a notice a unexpected
difficulty to store CFD results: <br>
<br>
the folder CFG of my project store at most automatically 100 graphs
then ask me "if I want to overwrite on foregoing graph" ; <br>
<br>
-- if I dont overwrite then I must write another 500 name of graph.. multiply
for the number interest variable ...multiply for vary grid position
....it become hard working <br>
<br>
--if I store the results from one hour to one hour ( I wish convey really
this):<br>
I have notice that lose one's way the simulation results ( all same
graph) except in the first 100 minutes;<br>
<br>
There is anybody that has notice the same difficulty ? And there is any
solution ? <br>
<br>
Thank you very munch in advance,<br>
Best regards Giulio <br>
<br>
<br>
<br>
</span></font></p>
</div>
</div>
</body>
</html>