<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 23/05/2011 10:38 PM, Mikhail Stukan wrote:
    <blockquote
cite="mid:757CC336D2D08E4BB8D36B3AD5960B87471DD18D@NL0230MBX06N2.DIR.slb.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        font-weight:bold;}
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;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Arial","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-weight:bold;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
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]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span style="font-family:
            &quot;Arial&quot;,&quot;sans-serif&quot;; font-weight:
            normal;">Dear gmx-users,<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-family:
            &quot;Arial&quot;,&quot;sans-serif&quot;; font-weight:
            normal;"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span style="font-family:
            &quot;Arial&quot;,&quot;sans-serif&quot;; font-weight:
            normal;">I am currently working on a fluid flow in a
            nano-channel and would like to build &nbsp;velocity and
            temperature profiles across the channel. Could anyone give
            me a hint if it is possible to do this using &nbsp;the existing
            set of GROMACS tools? </span></p>
      </div>
    </blockquote>
    <br>
    Possible, but not easy. So long as you save simulation velocities in
    your trajectory file, you'd then have to do some tedious scripting
    of g_select to select suitable atoms for each point in your profile
    for each trajectory snapshot. Then for each selection from each
    snapshot you'd have to construct a matching topology to prepare a
    subset run input file to match with a subset of a trajectory frame
    to pass to mdrun -rerun to measure the local temperature of the
    subset.<br>
    <br>
    This temperature might mean even less than a normal MD
    "temperature". See Eastwood, M. P., Stafford, K. A., Lippert, R. A.,
    Jensen, M. O., Maragakis, P., Predescu, C., Dror, R. O., Shaw, D. E.
    Equipartition and the calculation of temperature in biomolecular
    simulations. J. Chem. Theory Comp. ASAP:DOI: 10.1021/ct9002916,
    2010.<br>
    <br>
    Mark<br>
  </body>
</html>