<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Susanna,</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:</p>
    ...<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>
    <br>
    <div class="moz-cite-prefix">On 12/13/2016 08:23, Susanna Magli via
      TRNSYS-users wrote:<br>
    </div>
    <blockquote
cite="mid:CABd+LMiGqKTHagcKbZCEmJM2EL7-7v_AcDkUkfBbjPdps-rDOA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div style="font-family:trebuchet
          ms,sans-serif;color:rgb(61,133,198)" class="gmail_default">​Dear
          all,<br>
          <br>
        </div>
        <div style="font-family:trebuchet
          ms,sans-serif;color:rgb(61,133,198)" class="gmail_default">I
          was wondering whether is it possible to run parametric
          simulations with TrnEdit varying the wall type (thickness of
          layers) or some layers properties.<br>
        </div>
        <div style="font-family:trebuchet
          ms,sans-serif;color:rgb(61,133,198)" class="gmail_default">Thank
          you<br>
          <br>
        </div>
        <div style="font-family:trebuchet
          ms,sans-serif;color:rgb(61,133,198)" class="gmail_default">Susanna
          <br>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
TRNSYS-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:TRNSYS-users@lists.onebuilding.org">TRNSYS-users@lists.onebuilding.org</a>
<a class="moz-txt-link-freetext" href="http://lists.onebuilding.org/listinfo.cgi/trnsys-users-onebuilding.org">http://lists.onebuilding.org/listinfo.cgi/trnsys-users-onebuilding.org</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
***************************
David BRADLEY
Principal
Thermal Energy Systems Specialists, LLC
22 North Carroll Street - suite 370
Madison, WI  53703 USA

P:+1.608.274.2577
F:+1.608.278.1475
<a class="moz-txt-link-abbreviated" href="mailto:d.bradley@tess-inc.com">d.bradley@tess-inc.com</a>

<a class="moz-txt-link-freetext" href="http://www.tess-inc.com">http://www.tess-inc.com</a>
<a class="moz-txt-link-freetext" href="http://www.trnsys.com">http://www.trnsys.com</a></pre>
  </body>
</html>