<?xml version="1.0" encoding="ISO-8859-1"?><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<front>
<journal-meta>
<journal-id>1665-2738</journal-id>
<journal-title><![CDATA[Revista mexicana de ingeniería química]]></journal-title>
<abbrev-journal-title><![CDATA[Rev. Mex. Ing. Quím]]></abbrev-journal-title>
<issn>1665-2738</issn>
<publisher>
<publisher-name><![CDATA[Universidad Autónoma Metropolitana, División de Ciencias Básicas e Ingeniería]]></publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id>S1665-27382014000100020</article-id>
<title-group>
<article-title xml:lang="en"><![CDATA[Low-ram algorithm for solving 3-d natural convection problems using orthogonal collocation]]></article-title>
<article-title xml:lang="es"><![CDATA[Algoritmo de bajo consumo de ram para resolver problemas de convección natural 3-d, usando colocación ortogonal]]></article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Jiménez-Islas]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
<xref ref-type="aff" rid="A01"/>
</contrib>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Calderón-Ramírez]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<xref ref-type="aff" rid="A03"/>
</contrib>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Molina-Herrera]]></surname>
<given-names><![CDATA[F.I.]]></given-names>
</name>
<xref ref-type="aff" rid="A01"/>
</contrib>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Martínez-González]]></surname>
<given-names><![CDATA[G.M.]]></given-names>
</name>
<xref ref-type="aff" rid="A02"/>
</contrib>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Navarrete-Bolaños]]></surname>
<given-names><![CDATA[J.L.]]></given-names>
</name>
<xref ref-type="aff" rid="A01"/>
</contrib>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Castrejón-González]]></surname>
<given-names><![CDATA[E.O.]]></given-names>
</name>
<xref ref-type="aff" rid="A02"/>
</contrib>
</contrib-group>
<aff id="A01">
<institution><![CDATA[,Departamento de Ingeniería Bioquímica  ]]></institution>
<addr-line><![CDATA[ ]]></addr-line>
</aff>
<aff id="A02">
<institution><![CDATA[,Departamento de Ingeniería Química  ]]></institution>
<addr-line><![CDATA[ ]]></addr-line>
</aff>
<aff id="A03">
<institution><![CDATA[,Instituto Tecnológico de Celaya Departamento de Ciencias Básicas ]]></institution>
<addr-line><![CDATA[Celaya Guanajuato]]></addr-line>
<country>México</country>
</aff>
<pub-date pub-type="pub">
<day>00</day>
<month>00</month>
<year>2014</year>
</pub-date>
<pub-date pub-type="epub">
<day>00</day>
<month>00</month>
<year>2014</year>
</pub-date>
<volume>13</volume>
<numero>1</numero>
<fpage>259</fpage>
<lpage>277</lpage>
<copyright-statement/>
<copyright-year/>
<self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_arttext&amp;pid=S1665-27382014000100020&amp;lng=en&amp;nrm=iso"></self-uri><self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_abstract&amp;pid=S1665-27382014000100020&amp;lng=en&amp;nrm=iso"></self-uri><self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_pdf&amp;pid=S1665-27382014000100020&amp;lng=en&amp;nrm=iso"></self-uri><abstract abstract-type="short" xml:lang="en"><p><![CDATA[Computational code IMPLI-C3 is a low-RAM consumption program designed to solve three-dimensional parabolic partial differential nonlinear equations. The spatial coordinates are discretized using orthogonal collocation with Legendre polynomials while time was discretized via backward finite differences, generating an implicit method that originates a set of algebraic equations, which are solved by nonlinear relaxation for each step of time integration. Nonlinear relaxation is an iterative method that only uses the Jacobian diagonal and voids the RAM storage of the entire Jacobian matrix. This allows the simulation of physical systems that require greater number of nodes that otherwise would use too much RAM when trying to solve by Newton-Raphson. The code was successfully evaluated using several problems related to natural convection previously reported in literature, observing that nonlinear relaxation only requires 0.3%-1.5% of the memory required by Newton-Raphson for the same problems. Furthermore, one can be conclude that, in problems with many nodes, the use of multivariate Newton-Raphson is unfeasible due to high consumption of RAM that can even cause it to overflow.]]></p></abstract>
<abstract abstract-type="short" xml:lang="es"><p><![CDATA[IMPLI-C3 es un código computacional que utiliza bajos recursos de memoria RAM, diseñado para resolver ecuaciones diferenciales parciales parabólicas no lineales en tres dimensiones. Los ejes coordenados en el espacio se discretizaron usando colocación ortogonal con polinomios de Legendre mientras que el tiempo se discretizó mediante diferencias finitas hacia atrás, generando un esquema implícito que origina un conjunto de ecuaciones algebraicas, las cuales se resolvieron mediante relajación no lineal para cada etapa de integración en el tiempo. La relajación no lineal, es un método iterativo que emplea solamente la diagonal del Jacobiano para evitar que se almacene toda la matriz Jacobiana en la memoria RAM de la computadora. Lo anterior permite la simulación de sistemas físicos que requieren mayor cantidad de nodos que, de otra manera emplearían demasiada RAM al intentar resolverlos mediante Newton-Raphson. El código se evaluó satisfactoriamente usando varios problemas relacionados con el fenómeno de convección natural previamente reportados en la literatura, observando que el método de relajación no lineal solamente utiliza entre 0.3% a 1.5% de la memoria con respecto al método de Newton-Raphson. Además se pudo corroborar que, en problemas con muchos nodos, el uso de Newton-Raphson multivariable no es factible debido al consumo elevado de memoria RAM que, inclusive puede provocar su desbordamiento.]]></p></abstract>
<kwd-group>
<kwd lng="en"><![CDATA[nonlinear relaxation]]></kwd>
<kwd lng="en"><![CDATA[natural convection]]></kwd>
<kwd lng="en"><![CDATA[orthogonal collocation]]></kwd>
<kwd lng="en"><![CDATA[parabolic partial differential equations]]></kwd>
<kwd lng="es"><![CDATA[relajación no lineal]]></kwd>
<kwd lng="es"><![CDATA[convección natural]]></kwd>
<kwd lng="es"><![CDATA[colocación ortogonal]]></kwd>
<kwd lng="es"><![CDATA[ecuaciones diferenciales parciales parabólicas]]></kwd>
</kwd-group>
</article-meta>
</front><body><![CDATA[  	    <p align="justify"><font face="verdana" size="4">Fen&oacute;menos de transporte </font></p>     <p align="justify">&nbsp;</p>      <p align="center"><font face="verdana" size="4"><b>Low-ram algorithm for solving 3-d natural convection problems using orthogonal collocation</b></font></p>     <p align="center">&nbsp;</p>  	    <p align="center"><b><font face="verdana" size="3">Algoritmo de bajo consumo de ram para resolver problemas de convecci&oacute;n natural 3-d, usando colocaci&oacute;n ortogonal</font></b></p>      <p align="center">&nbsp;</p>  	    <p align="center"><b><font face="verdana" size="2">H. Jim&eacute;nez&#45;Islas<sup>1</sup>*, M. Calder&oacute;n&#45;Ram&iacute;rez<sup>3</sup>, F.I. Molina&#45;Herrera<sup>1</sup>, G.M. Mart&iacute;nez&#45;Gonz&aacute;lez<sup>2</sup>, J.L. Navarrete&#45;Bola&ntilde;os<sup>1</sup>, E.O. Castrej&oacute;n&#45;Gonz&aacute;lez<sup>2</sup></font></b><font face="verdana" size="2"></font></p>      <p align="justify">&nbsp;</p>  	    <p align="justify"><font face="verdana" size="2"><i><sup>1</sup> Departamento de Ingenier&iacute;a Bioqu&iacute;mica. </i>*<i>Corresponding author. E&#45;mail</i>: <a href="mailto:hugo.jimenez@itcelaya.edu.mx">hugo.jimenez@itcelaya.edu.mx</a>. <i>Tel.</i> +<i>52 (461) 611&#45;75&#45;75.</i></font></p> 	    ]]></body>
<body><![CDATA[<p align="justify"><font face="verdana" size="2"><i><sup>2</sup> Departamento de Ingenier&iacute;a Qu&iacute;mica. </i></font></p> 	    <p align="justify"><font face="verdana" size="2"><i><sup>3</sup> Departamento de Ciencias B&aacute;sicas. Instituto Tecnol&oacute;gico de Celaya. Av. Tecnol&oacute;gico y Antonio Garc&iacute;a Cubas sn. Celaya, Guanajuato. C.P.38010. M&eacute;xico.</i></font></p>     <p align="justify">&nbsp;</p>      <p align="justify"><font face="verdana" size="2">Received May 13, 2013.     <br> </font><font face="verdana" size="2">Accepted January 21, 2014.</font></p>     <p align="justify">&nbsp;</p>     <p align="justify"><font face="verdana" size="2"><b>Abstract</b></font></p>  	    <p align="justify"><font face="verdana" size="2">Computational code IMPLI&#45;C3 is a low&#45;RAM consumption program designed to solve three&#45;dimensional parabolic partial differential nonlinear equations. The spatial coordinates are discretized using orthogonal collocation with Legendre polynomials while time was discretized via backward finite differences, generating an implicit method that originates a set of algebraic equations, which are solved by nonlinear relaxation for each step of time integration. Nonlinear relaxation is an iterative method that only uses the Jacobian diagonal and voids the RAM storage of the entire Jacobian matrix. This allows the simulation of physical systems that require greater number of nodes that otherwise would use too much RAM when trying to solve by Newton&#45;Raphson. The code was successfully evaluated using several problems related to natural convection previously reported in literature, observing that nonlinear relaxation only requires 0.3&#37;&#45;1.5&#37; of the memory required by Newton&#45;Raphson for the same problems. Furthermore, one can be conclude that, in problems with many nodes, the use of multivariate Newton&#45;Raphson is unfeasible due to high consumption of RAM that can even cause it to overflow.</font></p>  	    <p align="justify"><font face="verdana" size="2"><b>Keywords:</b> nonlinear relaxation, natural convection, orthogonal collocation, parabolic partial differential equations.</font></p>     <p align="justify">&nbsp;</p>      ]]></body>
<body><![CDATA[<p align="justify"><font face="verdana" size="2"><b>Resumen</b></font></p>  	    <p align="justify"><font face="verdana" size="2">IMPLI&#45;C3 es un c&oacute;digo computacional que utiliza bajos recursos de memoria RAM, dise&ntilde;ado para resolver ecuaciones diferenciales parciales parab&oacute;licas no lineales en tres dimensiones. Los ejes coordenados en el espacio se discretizaron usando colocaci&oacute;n ortogonal con polinomios de Legendre mientras que el tiempo se discretiz&oacute; mediante diferencias finitas hacia atr&aacute;s, generando un esquema impl&iacute;cito que origina un conjunto de ecuaciones algebraicas, las cuales se resolvieron mediante relajaci&oacute;n no lineal para cada etapa de integraci&oacute;n en el tiempo. La relajaci&oacute;n  no lineal, es un m&eacute;todo iterativo que emplea solamente la diagonal del Jacobiano para evitar que se almacene toda la matriz Jacobiana en la memoria RAM de la computadora. Lo anterior permite la simulaci&oacute;n de sistemas f&iacute;sicos que requieren mayor cantidad de nodos que, de otra manera emplear&iacute;an demasiada RAM al intentar resolverlos mediante Newton&#45;Raphson. El c&oacute;digo se evalu&oacute; satisfactoriamente usando varios problemas relacionados con el fen&oacute;meno de convecci&oacute;n natural previamente reportados en la literatura, observando que el m&eacute;todo de relajaci&oacute;n no lineal solamente utiliza entre 0.3&#37; a 1.5&#37; de la memoria con respecto al m&eacute;todo de Newton&#45;Raphson. Adem&aacute;s se pudo corroborar que, en problemas con muchos nodos, el uso de Newton&#45;Raphson multivariable no es factible debido al consumo elevado de memoria RAM que, inclusive puede provocar su desbordamiento.</font></p>      <p align="justify"><font face="verdana" size="2"><b>Palabras clave:</b> relajaci&oacute;n no lineal, convecci&oacute;n natural, colocaci&oacute;n  ortogonal, ecuaciones diferenciales parciales parab&oacute;licas.</font></p>  	    <p align="justify">&nbsp;</p> 	    <p align="justify"><font size="2" face="verdana"><a href="/pdf/rmiq/v13n1/v13n1a20.pdf" target="_blank">DESCARGAR ART&Iacute;CULO EN FORMATO PDF</a></font></p>     <p align="justify">&nbsp;</p>     <p align="justify"><font face="verdana" size="2"><b>Acknowledgments</b></font></p>  	    <p align="justify"><font face="verdana" size="2">We gratefully acknowledge the financial support of CONACYT, Mexico via grants Basic Science SEP&#45;2004&#45;CO1&#45;46230 and CB&#45;2011/167095, and CONCYTEG (Guanajuato State Government) via grants 07&#45;09&#45;k662&#45;050, 07&#45;09&#45;k119&#45;107, and 09&#45;09k662&#45;065.</font></p>  	    <p align="justify">&nbsp;</p>     <p align="justify"><font face="verdana" size="2"><b>References</b></font></p>  	    ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2">Abalone, R., Gast&oacute;n, A., Cassinera, A. and Lara, M. A. (2006). Modelizaci&oacute;n de la Distribuci&oacute;n de Temperatura y Humedad de Granos Almacenados en Silos. <i>Asociaci&oacute;n Argentina de Mec&aacute;nica Computacional. Mec&aacute;nica Computacional</i>; 233&#45;247.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573169&pid=S1665-2738201400010002000001&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Balzi, U. R., Gast&oacute;n, A., and Abalone, R. (2008). Efecto de la Convecci&oacute;n Natural en la Distribuci&oacute;n de Temperatura y Migraci&oacute;n de Humedad en Granos Almacenados en Silos. <i>Asociaci&oacute;n Argentina de Mec&aacute;nica Computacional. Mec&aacute;nica Computacional</i>, 1471&#45;1485.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573171&pid=S1665-2738201400010002000002&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Barrozo, M. A. S., Henrique, H. M., Sartori, D. J. M. and Freire, J. T. (2006). The use of the orthogonal collocation method on the study of the drying kinetics of soybean seeds. <i>Journal of Stored Products Research 42</i>, 348&#45;356.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573173&pid=S1665-2738201400010002000003&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Bessonov, O. A., Brailovskaya, V.A., Nikitin, S.A., and Polezhaev, V. I. (1998). Three&#45;Dimensional Natural Convection in a Cubical Enclosure: A Benchmark Numerical Solution. <i>Advances in Computational Heat Transfer Procedures of International Symposium Cesme</i>, 1.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573175&pid=S1665-2738201400010002000004&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Brahim, B. B. and Taieb, L. (2009). Transient natural convection in 3D tilted enclosure heated from two opposite sides. <i>International Communications in Heat and Mass Transfer 36</i>, 604&#45;613.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573177&pid=S1665-2738201400010002000005&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2">Brooker, D. B., Bakker&#45;Arkema, F. W. and Hall C. W. (1974). <i>Drying Cereal Grains</i>. AVI Publishing Company: Westport, Connecticut. USA.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573179&pid=S1665-2738201400010002000006&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Carrera&#45;Rodr&iacute;guez, M., Mart&iacute;nez&#45;Gonz&aacute;lez, G. M., Navarrete&#45;Bola&ntilde;os, J. L., Botello&#45;&Aacute;lvarez, J. E., Rico&#45;Mart&iacute;nez, R. and Jim&eacute;nez&#45;Islas, H. (2011). Transient numerical study of the effect of ambient temperature on 2&#45;D cereal grain storage in cylindrical silos. <i>Journal of Stored Products Research 47</i>, 106&#45;122.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573181&pid=S1665-2738201400010002000007&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">De Vahl, Davis, G. (1983). Natural Convection of Air in a Square Cavity: A Benchmark Numerical Solution. <i>International Journal for Numerical Methods in Fluids 3</i>, 249&#45;264.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573183&pid=S1665-2738201400010002000008&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Ebrahimi, A. A., Ebrahim, H. A. and Jamshidi, E. (2008). Solving partial differential equations of gas&#45;solid reactions by orthogonal collocation. <i>Computers</i> & <i>Chemical Engineering 32</i>, 1746&#45;1759.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573185&pid=S1665-2738201400010002000009&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Finlayson, B. A. (1972). <i>The Method of Weighted Residuals and Variational Principles</i>, Academic Press. USA.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573187&pid=S1665-2738201400010002000010&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2">Finlayson, B. A. (1980). <i>Nonlinear Analysis in Chemical Engineering</i>. McGraw&#45;Hill College. USA.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573189&pid=S1665-2738201400010002000011&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Jim&eacute;nez&#45;Islas, H. and L&oacute;pez&#45;Isunza, F. (1994). ELI&#45;COL Programa para resolver sistemas de ecuaciones diferenciales parciales el&iacute;pticas, por doble colocaci&oacute;n ortogonal. <i>Avances en Ingenier&iacute;a Qu&iacute;mica 2</i>, 82&#45;86.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573191&pid=S1665-2738201400010002000012&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>      <!-- ref --><p align="justify"><font face="verdana" size="2">Jim&eacute;nez&#45;Islas H. and L&oacute;pez&#45;Isunza F. (1996). PAR&#45;COL2, Programa para resolver EDP parab&oacute;licas bidimensionales lineales, no por doble colocaci&oacute;n ortogonal. <i>Avances en Ingenier&iacute;a Qu&iacute;mica 4</i>, 168&#45;173.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573193&pid=S1665-2738201400010002000013&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Jim&eacute;nez&#45;Islas, H. (1999). <i>Modelamiento Matem&aacute;tico de los Procesos de Transferencia de Momentum, Calor y Masa en Medios Porosos</i>. PhD Thesis (in Spanish), Universidad Aut&oacute;noma Metropolitana Unidad Iztapalapa, M&eacute;xico, D.F.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573195&pid=S1665-2738201400010002000014&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Jim&eacute;nez&#45;Islas, H., Navarrete&#45;Bola&ntilde;os, J. L. and Botello&#45;&Aacute;lvarez, E. (2004). Numerical Study of the Natural Convection of Heat and 2&#45;D Mass of Grain Stored in Cylindrical Silos. <i>Agrociencia 38</i>, 325&#45;342.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573197&pid=S1665-2738201400010002000015&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2">Jim&eacute;nez&#45;Islas, H. (2001). Natural Convection in a Cubical Porous Cavity: Solution by Orthogonal Collocation. Computational Fluid Dynamics; <i>Proceedings of the Fourth UNAM Supercomputing Conference. World Scientific Publishing Co. Singapore</i>, 173&#45;180.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573199&pid=S1665-2738201400010002000016&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Leonardi, E. A. (1984). <i>Numerical Study of the Effects of Fluid Properties on Natural Convection</i>. Ph.D. Thesis. University of New South Wales, Australia.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573201&pid=S1665-2738201400010002000017&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Lo, D. C., Young, D. L., Murugesan, K., Tsai, C. C., and Gou, M. H. (2007). Velocity&#45;Vorticity formulation for 3D natural convection in an inclined cavity by DQ method. <i>International Journal of Heat and Mass Transfer 50</i>, 479&#45;491.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573203&pid=S1665-2738201400010002000018&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Mohsenin, N. N. (1980). <i>Thermal Properties of Foods and Agricultural Materials</i> (2nd ed. pp 407). Gordon and Breach Science Publishers: NY. USA.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573205&pid=S1665-2738201400010002000019&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Nield, D. A. and Bejan, A. (1992). <i>Convection in Porous Media</i>. Springer&#45;Verlag, USA.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573207&pid=S1665-2738201400010002000020&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2">Ostrach, S. (1988). Natural Convection in Enclosures. <i>Journal of Heat Transfer 110</i>, 1175&#45;1190.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573209&pid=S1665-2738201400010002000021&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Ozoe, H. and Toh, K. A. (1998). Technique to circumvent a singularity at a radial center with application for a three&#45;dimensional cylindrical system. Numerical Heat Transfer, Part B. Fundamentals. <i>An International Journal of Computation and Methodology 33</i>, 355&#45;365.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573211&pid=S1665-2738201400010002000022&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Ravnik, J., Skerget, L. and Zunic, Z. (2008). Velocity&#45;Vorticity formulation for 3&#45;D natural convection in an inclined enclosure by FEM. <i>International Journal of Heat and Mass Transfer 51</i>, 4517&#45;4527.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573213&pid=S1665-2738201400010002000023&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Roache, P.J. (1972). <i>Computational Fluid Dynamics</i>. Hermosa Publisher: Albuquerque, N.M. USA.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573215&pid=S1665-2738201400010002000024&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Tric, E., Labrose, G. and Betrouni, M. (2000). A first incursion into the 3D structure of natural convection of air in a differentially heated cubic cavity from accurate numerical solutions. <i>International Journal of Heat and Mass Transfer 43</i>, 4043&#45;4056.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573217&pid=S1665-2738201400010002000025&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2">Vemuri, V. R. and Karplus, W. J. (1981). <i>Digital Computer Treatment of Partial Differential Equations</i>. Prentice&#45;Hall Co. USA.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573219&pid=S1665-2738201400010002000026&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Villadsen, J. V. and Stewart, W. E. (1967). Solution of Boundary&#45;Value Problems by Orthogonal Collocation. <i>Chemical Engineering Science 22</i>, 1483&#45;1501.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573221&pid=S1665-2738201400010002000027&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Wakashima, S. and Saitoh, T. S. (2004). Benchmark solutions for natural convection in a cubic cavity using the high&#45;order time&#45;space method. <i>International Journal of Heat and Mass Transfer 47</i>, 853&#45;864.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573223&pid=S1665-2738201400010002000028&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Wilson, M. T. (1999). A Model for Predicting Mould Growth and Subsequent heat Generation in Bulk Stored Grain. <i>Journal of Stored Products Research 35</i>, 1&#45;13.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573225&pid=S1665-2738201400010002000029&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2">Woot&#45;Tsuen, W. and Flores, M. (1970). <i>Tabla de Composici&oacute;n de Alimentos para uso en Am&eacute;rica Latina</i> (pp 150). Editorial Interamericana, S.A., M&eacute;xico.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=8573227&pid=S1665-2738201400010002000030&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     ]]></body>
<body><![CDATA[ ]]></body><back>
<ref-list>
<ref id="B1">
<nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Abalone]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Gastón]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Cassinera]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Lara]]></surname>
<given-names><![CDATA[M. A.]]></given-names>
</name>
</person-group>
<source><![CDATA[Modelización de la Distribución de Temperatura y Humedad de Granos Almacenados en Silos]]></source>
<year>2006</year>
<page-range>233-247</page-range><publisher-name><![CDATA[Asociación Argentina de Mecánica Computacional. Mecánica Computacional]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B2">
<nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Balzi]]></surname>
<given-names><![CDATA[U. R.]]></given-names>
</name>
<name>
<surname><![CDATA[Gastón]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Abalone]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
</person-group>
<source><![CDATA[Efecto de la Convección Natural en la Distribución de Temperatura y Migración de Humedad en Granos Almacenados en Silos]]></source>
<year>2008</year>
<page-range>1471-1485</page-range><publisher-name><![CDATA[Asociación Argentina de Mecánica Computacional. Mecánica Computacional]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B3">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Barrozo]]></surname>
<given-names><![CDATA[M. A. S.]]></given-names>
</name>
<name>
<surname><![CDATA[Henrique]]></surname>
<given-names><![CDATA[H. M.]]></given-names>
</name>
<name>
<surname><![CDATA[Sartori]]></surname>
<given-names><![CDATA[D. J. M.]]></given-names>
</name>
<name>
<surname><![CDATA[Freire]]></surname>
<given-names><![CDATA[J. T.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[The use of the orthogonal collocation method on the study of the drying kinetics of soybean seeds]]></article-title>
<source><![CDATA[Journal of Stored Products Research]]></source>
<year>2006</year>
<volume>42</volume>
<page-range>348-356</page-range></nlm-citation>
</ref>
<ref id="B4">
<nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Bessonov]]></surname>
<given-names><![CDATA[O. A.]]></given-names>
</name>
<name>
<surname><![CDATA[Brailovskaya]]></surname>
<given-names><![CDATA[V.A.]]></given-names>
</name>
<name>
<surname><![CDATA[Nikitin]]></surname>
<given-names><![CDATA[S.A.]]></given-names>
</name>
<name>
<surname><![CDATA[Polezhaev]]></surname>
<given-names><![CDATA[V. I.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Three-Dimensional Natural Convection in a Cubical Enclosure: A Benchmark Numerical Solution]]></article-title>
<source><![CDATA[Advances in Computational Heat Transfer Procedures of International Symposium Cesme, 1]]></source>
<year>1998</year>
</nlm-citation>
</ref>
<ref id="B5">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Brahim]]></surname>
<given-names><![CDATA[B. B.]]></given-names>
</name>
<name>
<surname><![CDATA[Taieb]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Transient natural convection in 3D tilted enclosure heated from two opposite sides]]></article-title>
<source><![CDATA[International Communications in Heat and Mass Transfer]]></source>
<year>2009</year>
<volume>36</volume>
<page-range>604-613</page-range></nlm-citation>
</ref>
<ref id="B6">
<nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Brooker]]></surname>
<given-names><![CDATA[D. B.]]></given-names>
</name>
<name>
<surname><![CDATA[Bakker-Arkema]]></surname>
<given-names><![CDATA[F. W.]]></given-names>
</name>
<name>
<surname><![CDATA[Hall]]></surname>
<given-names><![CDATA[C. W.]]></given-names>
</name>
</person-group>
<source><![CDATA[Drying Cereal Grains]]></source>
<year>1974</year>
<publisher-loc><![CDATA[Westport^eConnecticut Connecticut]]></publisher-loc>
<publisher-name><![CDATA[AVI Publishing Company]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B7">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Carrera-Rodríguez]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Martínez-González]]></surname>
<given-names><![CDATA[G. M.]]></given-names>
</name>
<name>
<surname><![CDATA[Navarrete-Bolaños]]></surname>
<given-names><![CDATA[J. L.]]></given-names>
</name>
<name>
<surname><![CDATA[Botello-Álvarez]]></surname>
<given-names><![CDATA[J. E.]]></given-names>
</name>
<name>
<surname><![CDATA[Rico-Martínez]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Jiménez-Islas]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Transient numerical study of the effect of ambient temperature on 2-D cereal grain storage in cylindrical silos]]></article-title>
<source><![CDATA[Journal of Stored Products Research]]></source>
<year>2011</year>
<volume>47</volume>
<page-range>106-122</page-range></nlm-citation>
</ref>
<ref id="B8">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[De Vahl]]></surname>
<given-names><![CDATA[Davis, G.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Natural Convection of Air in a Square Cavity: A Benchmark Numerical Solution]]></article-title>
<source><![CDATA[International Journal for Numerical Methods in Fluids]]></source>
<year>1983</year>
<volume>3</volume>
<page-range>249-264</page-range></nlm-citation>
</ref>
<ref id="B9">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Ebrahimi]]></surname>
<given-names><![CDATA[A. A.]]></given-names>
</name>
<name>
<surname><![CDATA[Ebrahim]]></surname>
<given-names><![CDATA[H. A.]]></given-names>
</name>
<name>
<surname><![CDATA[Jamshidi]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Solving partial differential equations of gas-solid reactions by orthogonal collocation]]></article-title>
<source><![CDATA[Computers & Chemical Engineering]]></source>
<year>2008</year>
<volume>32</volume>
<page-range>1746-1759</page-range></nlm-citation>
</ref>
<ref id="B10">
<nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Finlayson]]></surname>
<given-names><![CDATA[B. A.]]></given-names>
</name>
</person-group>
<source><![CDATA[The Method of Weighted Residuals and Variational Principles]]></source>
<year>1972</year>
<publisher-name><![CDATA[Academic Press]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B11">
<nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Finlayson]]></surname>
<given-names><![CDATA[B. A.]]></given-names>
</name>
</person-group>
<source><![CDATA[Nonlinear Analysis in Chemical Engineering]]></source>
<year>1980</year>
<publisher-name><![CDATA[McGraw-Hill College]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B12">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Jiménez-Islas]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
<name>
<surname><![CDATA[López-Isunza]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
</person-group>
<article-title xml:lang="es"><![CDATA[ELI-COL Programa para resolver sistemas de ecuaciones diferenciales parciales elípticas, por doble colocación ortogonal]]></article-title>
<source><![CDATA[Avances en Ingeniería Química]]></source>
<year>1994</year>
<volume>2</volume>
<page-range>82-86</page-range></nlm-citation>
</ref>
<ref id="B13">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Jiménez-Islas]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
<name>
<surname><![CDATA[López-Isunza]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
</person-group>
<article-title xml:lang="es"><![CDATA[PAR-COL2, Programa para resolver EDP parabólicas bidimensionales lineales, no por doble colocación ortogonal]]></article-title>
<source><![CDATA[Avances en Ingeniería Química]]></source>
<year>1996</year>
<volume>4</volume>
<page-range>168-173</page-range></nlm-citation>
</ref>
<ref id="B14">
<nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Jiménez-Islas]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
</person-group>
<source><![CDATA[Modelamiento Matemático de los Procesos de Transferencia de Momentum, Calor y Masa en Medios Porosos]]></source>
<year>1999</year>
</nlm-citation>
</ref>
<ref id="B15">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Jiménez-Islas]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
<name>
<surname><![CDATA[Navarrete-Bolaños]]></surname>
<given-names><![CDATA[J. L.]]></given-names>
</name>
<name>
<surname><![CDATA[Botello-Álvarez]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Numerical Study of the Natural Convection of Heat and 2-D Mass of Grain Stored in Cylindrical Silos]]></article-title>
<source><![CDATA[Agrociencia]]></source>
<year>2004</year>
<volume>38</volume>
<page-range>325-342</page-range></nlm-citation>
</ref>
<ref id="B16">
<nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Jiménez-Islas]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Natural Convection in a Cubical Porous Cavity: Solution by Orthogonal Collocation]]></article-title>
<source><![CDATA[Computational Fluid Dynamics; Proceedings of the Fourth UNAM Supercomputing Conference]]></source>
<year>2001</year>
<page-range>173-180</page-range><publisher-name><![CDATA[World Scientific Publishing Co.]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B17">
<nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Leonardi]]></surname>
<given-names><![CDATA[E. A.]]></given-names>
</name>
</person-group>
<source><![CDATA[Numerical Study of the Effects of Fluid Properties on Natural Convection]]></source>
<year>1984</year>
</nlm-citation>
</ref>
<ref id="B18">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Lo]]></surname>
<given-names><![CDATA[D. C.]]></given-names>
</name>
<name>
<surname><![CDATA[Young]]></surname>
<given-names><![CDATA[D. L.]]></given-names>
</name>
<name>
<surname><![CDATA[Murugesan]]></surname>
<given-names><![CDATA[K.]]></given-names>
</name>
<name>
<surname><![CDATA[Tsai]]></surname>
<given-names><![CDATA[C. C.]]></given-names>
</name>
<name>
<surname><![CDATA[Gou]]></surname>
<given-names><![CDATA[M. H.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Velocity-Vorticity formulation for 3D natural convection in an inclined cavity by DQ method]]></article-title>
<source><![CDATA[International Journal of Heat and Mass Transfer]]></source>
<year>2007</year>
<volume>50</volume>
<page-range>479-491</page-range></nlm-citation>
</ref>
<ref id="B19">
<nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Mohsenin]]></surname>
<given-names><![CDATA[N. N.]]></given-names>
</name>
</person-group>
<source><![CDATA[Thermal Properties of Foods and Agricultural Materials]]></source>
<year>1980</year>
<edition>2</edition>
<page-range>407</page-range><publisher-loc><![CDATA[NY ]]></publisher-loc>
<publisher-name><![CDATA[Gordon and Breach Science Publishers]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B20">
<nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Nield]]></surname>
<given-names><![CDATA[D. A.]]></given-names>
</name>
<name>
<surname><![CDATA[Bejan]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
</person-group>
<source><![CDATA[Convection in Porous Media]]></source>
<year>1992</year>
<publisher-name><![CDATA[Springer-Verlag]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B21">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Ostrach]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Natural Convection in Enclosures]]></article-title>
<source><![CDATA[Journal of Heat Transfer]]></source>
<year>1988</year>
<volume>110</volume>
<page-range>1175-1190</page-range></nlm-citation>
</ref>
<ref id="B22">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Ozoe]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
<name>
<surname><![CDATA[Toh]]></surname>
<given-names><![CDATA[K. A.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Technique to circumvent a singularity at a radial center with application for a three-dimensional cylindrical system. Numerical Heat Transfer, Part B. Fundamentals]]></article-title>
<source><![CDATA[An International Journal of Computation and Methodology]]></source>
<year>1998</year>
<volume>33</volume>
<page-range>355-365</page-range></nlm-citation>
</ref>
<ref id="B23">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Ravnik]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Skerget]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
<name>
<surname><![CDATA[Zunic]]></surname>
<given-names><![CDATA[Z.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Velocity-Vorticity formulation for 3-D natural convection in an inclined enclosure by FEM]]></article-title>
<source><![CDATA[International Journal of Heat and Mass Transfer]]></source>
<year>2008</year>
<volume>51</volume>
<page-range>4517-4527</page-range></nlm-citation>
</ref>
<ref id="B24">
<nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Roache]]></surname>
<given-names><![CDATA[P.J.]]></given-names>
</name>
</person-group>
<source><![CDATA[Computational Fluid Dynamics]]></source>
<year>1972</year>
<publisher-loc><![CDATA[Albuquerque^eN.M. N.M.]]></publisher-loc>
<publisher-name><![CDATA[Hermosa Publisher]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B25">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Tric]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
<name>
<surname><![CDATA[Labrose]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Betrouni]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[A first incursion into the 3D structure of natural convection of air in a differentially heated cubic cavity from accurate numerical solutions]]></article-title>
<source><![CDATA[International Journal of Heat and Mass Transfer]]></source>
<year>2000</year>
<volume>43</volume>
<page-range>4043-4056</page-range></nlm-citation>
</ref>
<ref id="B26">
<nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Vemuri]]></surname>
<given-names><![CDATA[V. R.]]></given-names>
</name>
<name>
<surname><![CDATA[Karplus]]></surname>
<given-names><![CDATA[W. J.]]></given-names>
</name>
</person-group>
<source><![CDATA[Digital Computer Treatment of Partial Differential Equations]]></source>
<year>1981</year>
<publisher-name><![CDATA[Prentice-Hall Co.]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B27">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Villadsen]]></surname>
<given-names><![CDATA[J. V.]]></given-names>
</name>
<name>
<surname><![CDATA[Stewart]]></surname>
<given-names><![CDATA[W. E.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Solution of Boundary-Value Problems by Orthogonal Collocation]]></article-title>
<source><![CDATA[Chemical Engineering Science]]></source>
<year>1967</year>
<volume>22</volume>
<page-range>1483-1501</page-range></nlm-citation>
</ref>
<ref id="B28">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Wakashima]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Saitoh]]></surname>
<given-names><![CDATA[T. S.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Benchmark solutions for natural convection in a cubic cavity using the high-order time-space method]]></article-title>
<source><![CDATA[International Journal of Heat and Mass Transfer]]></source>
<year>2004</year>
<volume>47</volume>
<page-range>853-864</page-range></nlm-citation>
</ref>
<ref id="B29">
<nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Wilson]]></surname>
<given-names><![CDATA[M. T.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[A Model for Predicting Mould Growth and Subsequent heat Generation in Bulk Stored Grain]]></article-title>
<source><![CDATA[Journal of Stored Products Research]]></source>
<year>1999</year>
<volume>35</volume>
<page-range>1-13</page-range></nlm-citation>
</ref>
<ref id="B30">
<nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Woot-Tsuen]]></surname>
<given-names><![CDATA[W.]]></given-names>
</name>
<name>
<surname><![CDATA[Flores]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
</person-group>
<source><![CDATA[Tabla de Composición de Alimentos para uso en América Latina]]></source>
<year>1970</year>
<page-range>150</page-range><publisher-name><![CDATA[Editorial Interamericana, S.A.]]></publisher-name>
</nlm-citation>
</ref>
</ref-list>
</back>
</article>
