<div dir="ltr"><div class="gmail_default" style="font-size:small">Hello All,</div><div class="gmail_default" style="font-size:small">I have a question in uservp of conjugate heat transfer. I am trying to modify the conjugate heat transfer problem (with additional passive scalars) and use for solving MHD problem with vector potential approach.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I tested the conjugate heat transfer case changing the IF condition in uservp in following ways.      <br></div><div class="gmail_default"><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Case 1:</div><div class="gmail_default" style="font-size:small">        if (ieg .gt. nelgv) then  ! properties in the solid</div><div class="gmail_default" style="font-size:small">            udiff   = 0.1*param(8) ! conductivity</div><div class="gmail_default" style="font-size:small">            utrans  = 1.0</div><div class="gmail_default" style="font-size:small">         endif</div><div class="gmail_default" style="font-size:small"><br></div><div style="font-size:small">Case 2:</div><div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>if (y .ge. 1.5D0) then</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">         </span>udiff= 0.1*param(8)</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">    </span>elseif (y. le. 0.5D0) then</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">             </span>udiff= 0.1*param(8)</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">    </span>else</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">           </span>udiff   = param(8)</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">    </span>endif</div></div><div style="font-size:small"><br></div><div style="font-size:small">I got a small difference in the temperature profile at the interface between solid and fluid. </div><div style="font-size:small">Could you please let me know, how do the above two cases affect the conditions imposed at the interface (what is the mathematical treatment and how does it change).</div><div style="font-size:small">Thank you in advance.</div><div style="font-size:small"><br></div><div style="font-size:small">Yours sincerely,</div><div style="font-size:small">Sandeep</div></div></div>