<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jan 16, 2014 at 2:36 PM, Dharmendar Reddy <span dir="ltr"><<a href="mailto:dharmareddy84@gmail.com" target="_blank">dharmareddy84@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello,<br>
         I have a request related to cell geometry for FVM. I am<br>
working on implementing a solver for coupled electron hole transport<br>
problem in a semiconductor.<br>
<br>
For the descretization (see the link [1] below), i want to use the FVM<br>
which uses voronoi box around each node as the control volume. Current<br>
implementation of the ComputeCellGeometry, provide the centroid of the<br>
cell.<br>
<br>
Can i request for functionality similar to ComputeCellGeometry, which<br>
on call returns, the orthocenter and the area perpendiclar to each<br>
edge for flux computation ?<br></blockquote><div><br></div><div>1) I had to lookup orthocenter and I got this: <a href="http://www.mathopenref.com/triangleorthocenter.html">http://www.mathopenref.com/triangleorthocenter.html</a></div>
<div>     which only defines it in 2D, and says it can be outside the triangle. This does not sound promising.</div><div>     If you explain the calculation to me, I can help you implement it.</div><div><br></div><div>2) I do give back the edge area if you pass in the edge. Have you looked at TS ex12? It shows me</div>
<div>    using this routine.</div><div><br></div><div>I will take a look at the discretization and see if I can understand it (I see they say there is a problem with</div><div>obtuse elements).</div><div><br></div><div>   Matt</div>
<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Or any suggested references to look for geometry related routines.<br>
<br>
[1] <a href="http://www.iue.tuwien.ac.at/phd/triebl/node30.html" target="_blank">http://www.iue.tuwien.ac.at/phd/triebl/node30.html</a><br>
<br>
<br>
Thanks<br>
<span class=""><font color="#888888">Reddy<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener
</div></div>