<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Trebuchet MS";
        panose-1:2 11 6 3 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body bgcolor=white lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Why not try jEPlus for TRNSYS: http://www.jeplus.org/wiki/doku.php?id=docs:manual_1_7_project#trnsys_parametrics<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Once set up, it will save you a lot of hassle managing those individual model files. <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Yi<o:p></o:p></span></p><p class=MsoNormal><a name="_MailEndCompose"><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></a></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext'> TRNSYS-users [mailto:trnsys-users-bounces@lists.onebuilding.org] <b>On Behalf Of </b>David BRADLEY via TRNSYS-users<br><b>Sent:</b> 13 December 2016 15:11<br><b>To:</b> Susanna Magli; TRNSYS users mailing list at OneBuilding.org<br><b>Subject:</b> Re: [TRNSYS-users] Parametric analysis with trnEdit - modify wall type<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p>Susanna,<o:p></o:p></p><p>  The way that I have done this in the past is to make a copy of the *.b17 file for each parametric run that you want to do. Each one will have a different value of the thickness and a different name. In TRNEdit you'll then replicate the line that assigns the the *.b17 file name to a logical unit number (which is used as a Type56 parameter). You can then set the parameter / logical unit number as a constant and give a different value for each run of your parametric table. Your *.dck might have a section that looks like:<o:p></o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'>...<br>ASSIGN c:\Trnsys17\MyProjects\BuildingParametric\building(v1).b17  401<br>ASSIGN c:\Trnsys17\MyProjects\BuildingParametric\building(v2).b17  402<br>ASSIGN c:\Trnsys17\MyProjects\BuildingParametric\building(v3).b17  403<br>ASSIGN c:\Trnsys17\MyProjects\BuildingParametric\building(v4).b17  404<br>ASSIGN c:\Trnsys17\MyProjects\BuildingParametric\building(v5).b17  405<br><br>CONSTANTS 1<br>LU_B17 = 401<br><br>UNIT 1 TYPE 56<br>PARAMETERS 3<br>LU_B17        ! 1 Logical unit for building description file (.bui)<br>0                ! 2 Star network calculation switch<br>0.5        ! 3 Weighting factor for operative temperature<br>...<br><br>you'd then add LU_B17 to your parametric table and set the values to 401 through 405.<br>kind regards,<br> David<br><br><br><br><o:p></o:p></p><div><p class=MsoNormal>On 12/13/2016 08:23, Susanna Magli via TRNSYS-users wrote:<o:p></o:p></p></div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><div><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-family:"Arial","sans-serif";color:#3D85C6'>​</span><span style='font-family:"Trebuchet MS","sans-serif";color:#3D85C6'>Dear</span><span style='font-family:"Trebuchet MS","sans-serif";color:#3D85C6'> all,<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Trebuchet MS","sans-serif";color:#3D85C6'>I was wondering whether is it possible to run parametric simulations with TrnEdit varying the wall type (thickness of layers) or some layers properties.<o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-family:"Trebuchet MS","sans-serif";color:#3D85C6'>Thank you<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Trebuchet MS","sans-serif";color:#3D85C6'>Susanna <o:p></o:p></span></p></div><p class=MsoNormal><o:p> </o:p></p></div><p class=MsoNormal><br><br><br><o:p></o:p></p><pre>_______________________________________________<o:p></o:p></pre><pre>TRNSYS-users mailing list<o:p></o:p></pre><pre><a href="mailto:TRNSYS-users@lists.onebuilding.org">TRNSYS-users@lists.onebuilding.org</a><o:p></o:p></pre><pre><a href="http://lists.onebuilding.org/listinfo.cgi/trnsys-users-onebuilding.org">http://lists.onebuilding.org/listinfo.cgi/trnsys-users-onebuilding.org</a><o:p></o:p></pre></blockquote><p class=MsoNormal><br><br><o:p></o:p></p><pre>-- <o:p></o:p></pre><pre>***************************<o:p></o:p></pre><pre>David BRADLEY<o:p></o:p></pre><pre>Principal<o:p></o:p></pre><pre>Thermal Energy Systems Specialists, LLC<o:p></o:p></pre><pre>22 North Carroll Street - suite 370<o:p></o:p></pre><pre>Madison, WI  53703 USA<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>P:+1.608.274.2577<o:p></o:p></pre><pre>F:+1.608.278.1475<o:p></o:p></pre><pre><a href="mailto:d.bradley@tess-inc.com">d.bradley@tess-inc.com</a><o:p></o:p></pre><pre><o:p> </o:p></pre><pre><a href="http://www.tess-inc.com">http://www.tess-inc.com</a><o:p></o:p></pre><pre><a href="http://www.trnsys.com">http://www.trnsys.com</a><o:p></o:p></pre></div></body></html>