<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="static/style.xsl"?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"><responseDate>2026-04-13T03:40:52Z</responseDate><request verb="GetRecord" identifier="oai:www.recercat.cat:2117/78760" metadataPrefix="mets">https://recercat.cat/oai/request</request><GetRecord><record><header><identifier>oai:recercat.cat:2117/78760</identifier><datestamp>2025-07-22T20:01:57Z</datestamp><setSpec>com_2072_1033</setSpec><setSpec>col_2072_452951</setSpec></header><metadata><mets xmlns="http://www.loc.gov/METS/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:doc="http://www.lyncode.com/xoai" ID="&#xa;&#x9;&#x9;&#x9;&#x9;DSpace_ITEM_2117-78760" TYPE="DSpace ITEM" PROFILE="DSpace METS SIP Profile 1.0" xsi:schemaLocation="http://www.loc.gov/METS/ http://www.loc.gov/standards/mets/mets.xsd" OBJID="&#xa;&#x9;&#x9;&#x9;&#x9;hdl:2117/78760">
   <metsHdr CREATEDATE="2026-04-13T05:40:52Z">
      <agent ROLE="CUSTODIAN" TYPE="ORGANIZATION">
         <name>RECERCAT</name>
      </agent>
   </metsHdr>
   <dmdSec ID="DMD_2117_78760">
      <mdWrap MDTYPE="MODS">
         <xmlData xmlns:mods="http://www.loc.gov/mods/v3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
            <mods:mods xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
               <mods:name>
                  <mods:role>
                     <mods:roleTerm type="text">author</mods:roleTerm>
                  </mods:role>
                  <mods:namePart>Sampedro Casis, Rodrigo</mods:namePart>
               </mods:name>
               <mods:originInfo>
                  <mods:dateIssued encoding="iso8601">2015-10-30</mods:dateIssued>
               </mods:originInfo>
               <mods:identifier type="none"/>
               <mods:abstract>In this work a free tool for the simulation of turboprops was implemented, capable of simulating the various components of a jet engine, separately or in conjunction, with different degrees of thermodynamic modelling or complexity, in order to simulate an entire jet engine. The main characteristics of this software includes its compatibility, open code and GNU license, non-existing in today's market. Furthermore, the tool was designed with a greater flexibility and a more adapted work environment tailored to the needs of the users. To design this tool, Java was used, along with its graphical Swing libraries and mathematical GNU libraries, such as JBLAS (BLAS libraries in Fortran available from Java). This was all automatically managed with the apache tool MAVEN and using the Eclipse development environment. On the other hand, a complex and robust hierarchical structure of inheritance based objects was implemented, which allows the expansion or the addition of new modules to the component libraries through new inherited classes. This is an interesting feature since a deep knowledge is not required to apply these changes, avoiding the need to modify the classes of the original program. The software pre-disposes various thermodynamic models, based on the Thermodynamic and Propulsion subjects taught at EETAC-UPC. It also contains the implementation of Discrete Numerical Solutions, with a self-made nonlinear equations solver, based on different numerical methods described within this document. With the objective in mind of optimizing the computational load, a profound knowledge of the implemented models, as well as the mathematical methods for solving them, was required. Finally, it is important to emphasize the fact that this final year project is only the first part of a set of two undergraduate theses done by the same author. This document can be considered the alpha version of the software, its basis and its results are focused on the increase and improvement of the beta version of the software's realistic conditions, which is being developed during the academic year 2015-2016.En &#xd;
este &#xd;
trabajo&#xd;
se  ha implementado&#xd;
una herramienta&#xd;
de  simulació&#xd;
n&#xd;
gratuita &#xd;
sobre turbopropulsores, capaz de simular con diferentes grados de modelación &#xd;
termodinámica o complejidad&#xd;
, componentes&#xd;
de un motor a reacción, así &#xd;
como &#xd;
la combinación de los mismos&#xd;
para formar un motor completo&#xd;
.&#xd;
La principal característica de es&#xd;
te software es su compatibilidad, código abierto &#xd;
y licencia GNU,&#xd;
inexistente en el mercado actual. Además&#xd;
,&#xd;
se &#xd;
ha realizado&#xd;
una &#xd;
flexibilidad  y  un  entorno  de  trabajo  más  adecuado  a  las  necesidades  de&#xd;
l&#xd;
usuario.&#xd;
Para  la  realización &#xd;
del  mismo  se  ha  utilizado  Ja&#xd;
va, &#xd;
sus  librerías &#xd;
graficas Swing&#xd;
y&#xd;
librerías matemáticas GNU como JBLAS (librerías BLAS en &#xd;
Fortran accesibles desde Java) todo ello gestionado automáticamente por la &#xd;
herramienta de apa&#xd;
c&#xd;
he MAVEN&#xd;
usando&#xd;
el entorno de desarrollo Eclipse&#xd;
.&#xd;
La  flexibilidad  del &#xd;
programa  permite &#xd;
a&#xd;
un  usuario &#xd;
simular&#xd;
e &#xd;
interconectar&#xd;
diferentes  componentes  existentes  en  las  librerías,  sin  la  necesidad  de &#xd;
conocer, modificar y compilar código&#xd;
, ya sea a través de un pseudo lenguaje &#xd;
o de la interfaz gráfica&#xd;
.&#xd;
Por otra parte&#xd;
,&#xd;
se ha impl&#xd;
ementado una fuerte y compleja estructura jerárquica &#xd;
de  objetos &#xd;
basados  en&#xd;
herencia,  que  permiten  expandir &#xd;
mejorar&#xd;
o &#xd;
añadir&#xd;
nuevos  módulos&#xd;
a  las  librerías  de  componentes, &#xd;
mediante&#xd;
nuevas  clases &#xd;
heredadas&#xd;
,&#xd;
sin  la  necesidad  de  un  conocimiento  profundo  del  c&#xd;
ódigo&#xd;
y &#xd;
evitando la necesidad de modificar clases del programa original.&#xd;
El  software  predispone  de  varios  modelos  termodinámicos  principalmente &#xd;
basados en las asignaturas de Termodinámica y Propulsión EETAC&#xd;
-&#xd;
UPC. Así &#xd;
como la implementación de Solu&#xd;
ciones Nu&#xd;
méricas Discretas&#xd;
, por&#xd;
un solver de &#xd;
ecuaciones no lineales&#xd;
, propio&#xd;
con diferentes métodos numéricos&#xd;
descritos en &#xd;
el&#xd;
documento&#xd;
.   Para   la   realización   del   mismo   ha   sido   necesario   un &#xd;
conocimiento  profundo  de  los  modelos  implementados&#xd;
;&#xd;
así  como  de  los &#xd;
métodos  ma&#xd;
temáticos para resolverlos, con el objetivo de &#xd;
optimiza&#xd;
r&#xd;
la carga &#xd;
computacional&#xd;
de la &#xd;
solución&#xd;
.&#xd;
Finalmente se hace&#xd;
énfasis &#xd;
en &#xd;
que&#xd;
este TFG es só&#xd;
lo la primera parte de un &#xd;
conjunto  de  2  TFG&#xd;
realizados  por  el  mismo &#xd;
autor&#xd;
. &#xd;
En&#xd;
este  documento  se &#xd;
describe  la  ver&#xd;
sión  Alfa  del  software&#xd;
,  fundamentos  del  mismo&#xd;
y  cuyos &#xd;
resultados están &#xd;
enfocados a la mejora&#xd;
e incremento de realismo &#xd;
de&#xd;
la versión &#xd;
Beta &#xd;
del software &#xd;
que se &#xd;
está desarrollando durante&#xd;
curso 2015&#xd;
-&#xd;
16</mods:abstract>
               <mods:language>
                  <mods:languageTerm authority="rfc3066"/>
               </mods:language>
               <mods:accessCondition type="useAndReproduction">http://creativecommons.org/licenses/by-nc-sa/3.0/es/ Open Access</mods:accessCondition>
               <mods:subject>
                  <mods:topic>Àrees temàtiques de la UPC::Aeronàutica i espai</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>Aircraft gas-turbines</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>Airplanes--Turbine-propeller engines</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>Gas turbine</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>Simulation</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>Performances</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>Java</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>Avions -- Motors</mods:topic>
               </mods:subject>
               <mods:titleInfo>
                  <mods:title>Modular numerical tool for gas turbine simulation</mods:title>
               </mods:titleInfo>
               <mods:genre>Bachelor thesis</mods:genre>
            </mods:mods>
         </xmlData>
      </mdWrap>
   </dmdSec>
   <structMap LABEL="DSpace Object" TYPE="LOGICAL">
      <div TYPE="DSpace Object Contents" ADMID="DMD_2117_78760"/>
   </structMap>
</mets></metadata></record></GetRecord></OAI-PMH>