<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>DSpace Communidade:</title>
    <link>http://repositorio.ufc.br/handle/riufc/464</link>
    <description />
    <pubDate>Thu, 11 Jun 2026 19:47:35 GMT</pubDate>
    <dc:date>2026-06-11T19:47:35Z</dc:date>
    <item>
      <title>Platform for optimization and sizing of hybrid photovoltaic-battery systems for industrial decarbonization</title>
      <link>http://repositorio.ufc.br/handle/riufc/86725</link>
      <description>Título: Platform for optimization and sizing of hybrid photovoltaic-battery systems for industrial decarbonization
Autor(es): Guerra, Lucca Lemos Costa
Abstract: Battery Energy Storage Systems (BESS) have been experiencing accelerated growth&#xD;
worldwide, driven by electrification, the expansion of intermittent renewable energy&#xD;
sources, and the increasing need for operational flexibility in the power sector. In this&#xD;
context, this work develops and implements a computational platform for the sizing and&#xD;
optimization of hybrid photovoltaicbattery systems (PV-BESS), aimed at industrial&#xD;
decarbonization. The methodology is based on a Mixed-Integer Linear Programming (MILP)&#xD;
optimization model, implemented in Python using the Pyomo library. The tool was&#xD;
validated using real data from a medium-sized industry located in the state of Ceará, Brazil,&#xD;
classified as a Group A consumer (high voltage), with an annual electricity consumption of&#xD;
approximately 1.4 GWh. The model simultaneously considers energy, operational, and&#xD;
economic aspects, including capital investment costs (CAPEX), electricity consumption&#xD;
tariffs, grid energy injection/compensation, and peakhour operation. As the main&#xD;
methodological differentiator, the sizing can be conducted according to two distinct&#xD;
operational profile approaches, associated with the user’s desired level of risk aversion. The&#xD;
f irst approach is based on a critical day, using the 95th percentile (P95) to model demand&#xD;
and restricting photovoltaic generation to the 10th percentile (P10) of historical solar&#xD;
irradiance, with an additional safety margin, resulting in a solution oriented toward&#xD;
maximum operational robustness. The second approach uses average hourly load and&#xD;
irradiance profiles, optimizing the project for typical day-to-day operating conditions while&#xD;
reducing implementation costs. For the analyzed case study, the sizing based on the average&#xD;
profile resulted in an 800 kW photovoltaic system combined with a 3,916 kWh BESS,&#xD;
providing 92.7% self-sufficiency and an estimated reduction of 608.37 tons of CO2 avoided&#xD;
annually. Additionally, the comparison between the “critical day” and “average day”&#xD;
strategies highlighted the tradeoff between operational robustness, energy resilience, and&#xD;
economic viability, reinforcing the practical applicability of the tool for energy transition&#xD;
and industrial decarbonization projects.
Tipo: Dissertação</description>
      <pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://repositorio.ufc.br/handle/riufc/86725</guid>
      <dc:date>2026-01-01T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Controle de posição da junta de manipulador cilíndrico acionado por motor de indução trifásico com transmissão flexível e otimização conjunta de sintonia</title>
      <link>http://repositorio.ufc.br/handle/riufc/86617</link>
      <description>Título: Controle de posição da junta de manipulador cilíndrico acionado por motor de indução trifásico com transmissão flexível e otimização conjunta de sintonia
Autor(es): Barbosa, Klysmann Gladson Ferreira
Abstract: This work investigates the position control of the base rotational joint of a cylindrical&#xD;
manipulator driven by a three-phase induction motor with a flexible mechanical&#xD;
transmission, with emphasis on the systematic tuning of controllers. The electromechanical&#xD;
system is modeled in an integrated manner, including the three-phase induction motor&#xD;
under Indirect Field-Oriented Control (IFOC), the manipulator dynamics, and the elastic&#xD;
motor-load coupling represented by a two-mass model derived from the Euler-Lagrange&#xD;
formulation. The study focuses on the influence of flexible mechanical coupling on control&#xD;
performance and on the systematic determination of controller parameters using&#xD;
metaheuristic and probabilistic optimization methods. Different cascaded control&#xD;
architectures combining P and PI controllers with Adaptive Sliding Mode Control (ASMC)&#xD;
are evaluated, both in sensored operation and in sensorless configuration using a Sliding&#xD;
Mode Observer (SMO). Additionally, the influence of measurements obtained from a&#xD;
non-ideal incremental encoder on the quality of state feedback is considered. The results&#xD;
show that transmission elasticity introduces resonant modes that significantly degrade&#xD;
performance when conventional controller parameters are used. Systematic&#xD;
optimization-based tuning improves the trade-off between response speed, accuracy, and&#xD;
robustness, and allows the identification of operating regions in which PID controllers&#xD;
achieve performance comparable to robust control strategies, as well as conditions in which&#xD;
ASMC provides significant advantages under parametric uncertainties and external&#xD;
disturbances.
Tipo: Dissertação</description>
      <pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://repositorio.ufc.br/handle/riufc/86617</guid>
      <dc:date>2026-01-01T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Plataforma web de anotações interativas para segmentação de neuroimagens por ressonância magnética</title>
      <link>http://repositorio.ufc.br/handle/riufc/86616</link>
      <description>Título: Plataforma web de anotações interativas para segmentação de neuroimagens por ressonância magnética
Autor(es): Landim, Pedro Lino Azevedo
Abstract: The growing volume and complexity of medical imaging, especially magnetic resonance imaging, have increasingly overwhelmed healthcare professionals and highlighted the need for&#xD;
computer-aided diagnostic tools. In this context, this work presents the development of an&#xD;
interactive web platform for the segmentation of magnetic resonance neuroimages, integrating&#xD;
artificial intelligence techniques and accessible visualization. The tool was designed with a&#xD;
modular architecture composed of a Flutter Web interface, a Flask-based API, and deep learning&#xD;
models implemented in PyTorch. The system performs automatic segmentation using the U-Net&#xD;
architecture and enables dataset enhancement through mask generation using the Flood Fill&#xD;
algorithm, validated by a CNN. The interface provides features for image upload, region of&#xD;
interest marking, result visualization, and retraining of the model with customized data. Load&#xD;
and stress tests were conducted to assess system performance, along with both quantitative and&#xD;
qualitative analyses of the segmentations. The U-Net segmentation model achieved a mean Dice&#xD;
Score of 90.22% , while the CNN for mask validation obtained 97.49% accuracy. These results,&#xD;
combined with the API’s high success rate under stress, demonstrate the feasibility of applying&#xD;
the platform in clinical and research environments, highlighting its flexibility, adaptability, and&#xD;
integration with medical workflows.
Tipo: Dissertação</description>
      <pubDate>Wed, 01 Jan 2025 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://repositorio.ufc.br/handle/riufc/86616</guid>
      <dc:date>2025-01-01T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Análise de viabilidade técnico-econômica aplicada à energia eólica offshore</title>
      <link>http://repositorio.ufc.br/handle/riufc/86332</link>
      <description>Título: Análise de viabilidade técnico-econômica aplicada à energia eólica offshore
Autor(es): SOARES FILHO, DÁRIO CONCEIÇÃO
Abstract: The global energy transition and the need to decarbonize power&#xD;
systems have fostered the expan sion of renewable sources, with offshore wind standing&#xD;
out for its high technical potential and strategic relevance. Brazil, particularly the&#xD;
Northeast coast, offers exceptional wind conditions and a broad continental shelf, with&#xD;
potential exceeding 700 GW. This dissertation develops and applies an integrated&#xD;
techno-economic assessment model for offshore wind generation, with a case study in&#xD;
Pecém, Ceará. The methodology combines statistical wind modeling through the&#xD;
Weibull distribution, integration with the power curve of a 10 MW NREL/IEA turbine,&#xD;
calculation of the FCE and AEP, and explicit consideration of transmission losses. The&#xD;
economic evaluation covers LCOE, Net VPL, TIR, and PBd, based on realistic CAPEX,&#xD;
OPEX, and tariff assumptions. Uncertainty analysis is carried out through sensitivity&#xD;
tests and Monte Carlo simula tion. Results indicate FCE between 62% and 66% and AEP&#xD;
between 2,716 and 2,891 GWh/year, ensuring international competitiveness. LCOE&#xD;
ranges from 68 to 117 US$/MWh (P5–P95), with averages of 78–100 US$/MWh, while&#xD;
discounted PBd spans 6–12 years, averaging 7–9.5 years. Probabilistic analysis shows&#xD;
that over 80% of simulations yield LCOE below 100 US$/MWh and Payback around 9&#xD;
years, confirming project attractiveness even under uncertainty. Offshore wind in&#xD;
Pecém is thus a viable and strategic option for expanding Brazil’s power matrix and&#xD;
integrating into emerging chains such as green hydrogen, providing technical input for&#xD;
policies and methodological advances by unifying deterministic and stochastic analyses.
Tipo: Dissertação</description>
      <pubDate>Wed, 01 Jan 2025 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://repositorio.ufc.br/handle/riufc/86332</guid>
      <dc:date>2025-01-01T00:00:00Z</dc:date>
    </item>
  </channel>
</rss>

