Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (221)

Search Parameters:
Keywords = industry foundation classes

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
22 pages, 1390 KB  
Article
BIM Collaboration Format (BCF) as an Example of Reification and Serialization in Building Information Modeling (BIM) Practice
by Andrzej Szymon Borkowski, Magdalena Kładź and Mikołaj Michalak
Buildings 2026, 16(9), 1669; https://doi.org/10.3390/buildings16091669 - 23 Apr 2026
Abstract
Building Information Modeling (BIM) has fundamentally changed the way interdisciplinary coordination works in construction projects; however, the theoretical mechanisms underlying open collaboration standards in this field remain insufficiently explored. This article fills this gap by presenting a systematic analysis of the BIM Collaboration [...] Read more.
Building Information Modeling (BIM) has fundamentally changed the way interdisciplinary coordination works in construction projects; however, the theoretical mechanisms underlying open collaboration standards in this field remain insufficiently explored. This article fills this gap by presenting a systematic analysis of the BIM Collaboration Format (BCF) through the lens of reification and serialization, two fundamental concepts in information systems theory. Although the BCF format is widely used in the industry and implemented in major BIM tools for clash detection and issue tracking, the existing literature treats it primarily as an operational tool, overlooking the deeper information systems principles that govern its architecture. The analysis demonstrates that BCF achieves reification by transforming informal coordination knowledge—such as verbally communicated clashes, scattered email threads, and undocumented design decisions—into first-class objects (Topic, Comment, Viewpoint) equipped with unique identifiers, typed attributes, ownership, temporal metadata, and formalized inter-object relationships. Further analysis was conducted on BCF’s serialization mechanisms, including XML encoding for file exchange, JSON for RESTful API communication, and ZIP archiving as a distribution container, each of which was selected to balance human readability, schema validation, compression, and cross-platform portability. The complementarity of these two mechanisms was examined: reification determines what to preserve and in what structure, while serialization determines how to encode and in what format, which together enable interoperable, auditable, and automatable coordination workflows in heterogeneous software environments. The analysis was illustrated with a real-world BCF example from a major infrastructure project in Poland, demonstrating practical alignment between theoretical constructs and their implementation. The research results provide both a conceptual foundation for researchers working on openBIM standards and practical guidance for practitioners seeking to optimize issue management, the implementation of a Common Data Environment (CDE), and the specification of Exchange Information Requirements (EIR). The study contributes new knowledge in three areas: (1) To the best of the authors’ knowledge, it provides the first systematic theoretical analysis of BCF through the lens of reification and serialization, filling a gap between the format’s widespread practical use and its limited theoretical understanding. (2) It demonstrates how the formal criteria of reification (unique identity, typed attributes, ownership, temporal metadata, and inter-object relationships) map onto specific BCF entities, offering a transferable analytical framework for evaluating other openBIM standards. (3) It identifies the complementarity of reification and serialization as a design principle that can guide the development of future standards for digital twins and IoT-based facility management. Full article
(This article belongs to the Section Construction Management, and Computers & Digitization)
21 pages, 1667 KB  
Article
Ontosaturation: A Novel Ontological Mechanism for Property Completeness Validation in Building Information Modeling (BIM)
by Andrzej Szymon Borkowski
Infrastructures 2026, 11(5), 145; https://doi.org/10.3390/infrastructures11050145 - 23 Apr 2026
Abstract
Existing BIM (Building Information Modeling) validation mechanisms, namely geometric clash detection and attribute completeness checking of individual objects (MVD, IDS), do not cover a significant category of informational incompleteness: situations in which the properties of interdependent entities become fully defined only as a [...] Read more.
Existing BIM (Building Information Modeling) validation mechanisms, namely geometric clash detection and attribute completeness checking of individual objects (MVD, IDS), do not cover a significant category of informational incompleteness: situations in which the properties of interdependent entities become fully defined only as a result of their mutual presence in the model. This article introduces the new concept of ontosaturation as a new mechanism of formal ontology that formalizes this phenomenon. Ontosaturation describes the relationship between existentially independent entities whose certain properties remain undetermined (unsaturated) in isolation and acquire values only after the attributes of related objects are taken into account. The article proposes a formal definition of ontosaturation and the supporting concepts needed to apply it in practice. These include the saturant (an entity that completes the properties of another), the saturation cluster (a group of mutually saturating entities), and the saturation index, a metric enabling a quantitative assessment of the relational completeness of a BIM model at the level of a single entity (s(e)) and the entire model (S(M)). The concept of a saturation profile was also introduced, complementary to the Level of Information Need (LOIN) in accordance with the ISO 19650 series of standards, defining minimum saturation thresholds for successive phases of the project lifecycle. The mechanism was demonstrated using the example of an installation penetration through a fire separation wall, modeled in Autodesk Revit 2025, showing that collision detection and attribute validation fail to detect four unsaturated properties critical to fire safety and structural integrity, which ontosaturation identifies. The proposed approach constitutes a third layer of BIM model validation, alongside the geometric and attribute layers, addressing the relational completeness of information between interdependent objects. Full article
20 pages, 2659 KB  
Article
A Security-Aware Ambient Intelligence Framework for Detecting Violent Language in Airline Customer Reviews
by Fahad Alanazi and Osama Rabie
Future Internet 2026, 18(5), 224; https://doi.org/10.3390/fi18050224 - 22 Apr 2026
Viewed by 145
Abstract
The aviation industry operates in a security-sensitive environment where customer feedback may contain not only expressions of satisfaction or dissatisfaction but also threatening or violent language with potential security implications. While conventional sentiment analysis effectively captures customer opinions, it remains insufficient for identifying [...] Read more.
The aviation industry operates in a security-sensitive environment where customer feedback may contain not only expressions of satisfaction or dissatisfaction but also threatening or violent language with potential security implications. While conventional sentiment analysis effectively captures customer opinions, it remains insufficient for identifying security-relevant linguistic cues that could signal risks requiring proactive intervention. This study addresses this gap by introducing a security-aware ambient intelligence framework for detecting violent language in airline customer reviews. This framework supports intelligent internet-based monitoring systems and real-time threat detection. We present the first annotated dataset of airline reviews specifically labeled for violent and threatening content, derived from 3629 reviews and balanced through manual resampling to achieve equal representation across positive, neutral, negative, and violent classes. The proposed framework employs VADER-based sentiment analysis for initial polarity estimation, combined with a validated annotation process to identify violent or threat-related content, followed by comprehensive feature engineering combining TF-IDF (2000 features) with text statistics and sentiment scores. We systematically evaluate individual classifiers (Random Forest, Decision Tree, SVM, Naive Bayes) against ensemble methods (Voting, Stacking, Boosting) using accuracy, precision, recall, F1-score, and ROC AUC metrics. Results demonstrate that Stacking achieves the highest raw performance (98.57% accuracy, F1-macro 0.9856), while Naive Bayes offers an optimal balance between effectiveness and computational efficiency (81.79% accuracy, F1-macro 0.8172, training time 0.03 s). This is the first dataset and framework designed for security-aware analysis of airline reviews. The selected Naive Bayes model achieves per-class F1-scores of 0.9978 for neutral, 0.7814 for negative, 0.7482 for violent, and 0.7415 for positive reviews, with a macro-average ROC AUC of 0.7123. The framework is deployed with serialized components enabling real-time prediction, supporting both single-review analysis and batch processing for integration into airline security monitoring systems. This work establishes a foundation for security-aware natural language processing in critical infrastructure contexts, bridging the gap between conventional sentiment analysis and proactive threat detection. Full article
Show Figures

Figure 1

23 pages, 2587 KB  
Review
BIM Implementation: A Scientometric Analysis of Global Research Trends and Progress of Two Decades
by Adhban Farea, Michal Otreba, Rahat Ullah, Ted McKenna, Seán Carroll and Joe Harrington
Buildings 2026, 16(8), 1509; https://doi.org/10.3390/buildings16081509 - 12 Apr 2026
Viewed by 375
Abstract
Over the past decade, Building Information Modelling (BIM) has become increasingly adopted across the Architecture, Engineering, Construction, and Operation (AECO) industry. As its use in practice has expanded, BIM has also received growing scholarly attention. Existing research has largely concentrated on specific applications [...] Read more.
Over the past decade, Building Information Modelling (BIM) has become increasingly adopted across the Architecture, Engineering, Construction, and Operation (AECO) industry. As its use in practice has expanded, BIM has also received growing scholarly attention. Existing research has largely concentrated on specific applications of BIM, such as construction management, sustainable building design, infrastructure development, and facility management. However, comparatively limited attention has been given to examining BIM implementation from a global perspective. This study addresses this gap by applying a scientometric approach to analyse global BIM implementation research published between 2004 and 2023. The analysis is conducted using co-authorship, co-word, and co-citation analysis to map the structure and development of the research field. A total of 1349 published articles were obtained from the Scopus database for the analysis. The study identifies the most productive and influential contributors to BIM implementation research, including leading researchers, research institutions, countries, subject areas, and academic journals. In addition, the analysis highlights several key thematic domains within global BIM research. These include topics related to Industry Foundation Classes (IFC), Internet of Things (IoT), Geographic Information Systems (GIS), Historic Building Information Modelling (HBIM), and Digital Twin technologies, which appear as prominent keywords within the BIM implementation literature. Beyond mapping these trends, this paper integrates dispersed scientometric evidence into a coherent global perspective, revealing how BIM implementation research has evolved, matured, and diversified across regions and disciplines. It also establishes a structured knowledge base that can serve as a benchmark for future comparative studies, performance assessments, and policy development initiatives in the digital construction domain. These findings provide valuable insights for researchers, practitioners, and policymakers by illustrating landscape of BIM-related research and highlighting potential directions for future investigation. Full article
(This article belongs to the Section Construction Management, and Computers & Digitization)
Show Figures

Figure 1

32 pages, 10046 KB  
Article
PhyGeo-KG: Physics-Regularized Distant Supervision for Multimodal Geometric Knowledge Graph Construction in Catenary Maintenance
by Tianguo Jin, Xinglong Chen, Dongliang Zhang and Bingxiang Zeng
Sensors 2026, 26(7), 2155; https://doi.org/10.3390/s26072155 - 31 Mar 2026
Viewed by 305
Abstract
High-speed railway catenary maintenance increasingly requires knowledge bases that can connect maintenance records with geometric infrastructure models for reliable digital twin-enabled decision support. However, existing knowledge graph construction methods in engineering settings often struggle with severe label sparsity, weak instance-level grounding, and limited [...] Read more.
High-speed railway catenary maintenance increasingly requires knowledge bases that can connect maintenance records with geometric infrastructure models for reliable digital twin-enabled decision support. However, existing knowledge graph construction methods in engineering settings often struggle with severe label sparsity, weak instance-level grounding, and limited physical interpretability. To address these issues, we propose PhyGeo-KG, a physics-regularized distant supervision framework for constructing high-fidelity multimodal geometric knowledge graphs for catenary maintenance. The framework consists of three main phases: (i) a Semantic–Geometric–Physical–Procedural ontology for unifying heterogeneous engineering information; (ii) a deterministic grounding strategy that aligns textual mentions with Industry Foundation Classes (IFC)/Building Information Modeling (BIM) entities through geometric interfaces; and (iii) a physics-aware refinement and ontology-driven evolution process that removes physically implausible relations while expanding the validated graph. Experiments on a real-world dataset constructed from IFC-compliant BIM models of a 2 km high-speed railway catenary section and associated maintenance documents show that the proposed approach improves relation precision and physical consistency while effectively suppressing semantic hallucinations. A case study further demonstrates its potential for instance-level fault localization in semantic digital twins. These results indicate that PhyGeo-KG provides an interpretable and transferable foundation for physics-regularized multimodal geometric knowledge graph construction and digital-twin-enabled decision support in catenary maintenance, with potential to support future sensor-integrated maintenance applications. Full article
(This article belongs to the Section Fault Diagnosis & Sensors)
Show Figures

Figure 1

42 pages, 899 KB  
Review
Bridging the Semantic Gap: A Review of Data Interoperability Challenges and Advanced Methodologies from BIM to LCA
by Yilong Jia, Peng Zhang and Qinjun Liu
Sustainability 2026, 18(7), 3352; https://doi.org/10.3390/su18073352 - 30 Mar 2026
Viewed by 900
Abstract
Building Information Modelling (BIM) offers a pivotal opportunity to automate Life Cycle Assessment (LCA) within the Architecture, Engineering, and Construction (AEC) industry. However, seamless integration is persistently hindered by a semantic gap, a critical misalignment between the object-oriented, geometric definitions of BIM and [...] Read more.
Building Information Modelling (BIM) offers a pivotal opportunity to automate Life Cycle Assessment (LCA) within the Architecture, Engineering, and Construction (AEC) industry. However, seamless integration is persistently hindered by a semantic gap, a critical misalignment between the object-oriented, geometric definitions of BIM and the process-based material data required by Life Cycle Inventory (LCI) databases. This paper presents a comprehensive review of data interoperability challenges and evaluates advanced methodologies designed to bridge this divide, moving beyond simple tool comparison to analyse structural integration barriers. Through a systematic review of 124 primary studies published between 2010 and 2025, this research inductively derives the BIM-LCA Interoperability Triad. This framework analyses causal dependencies across three dimensions, including Semantic and Ontological Structures, Workflow and Temporal Integration, and System Architecture and Interoperability. Furthermore, by establishing a comparative challenge–solution matrix, the analysis reveals a maturity paradox in current methodologies. While semi-automated commercial plugins dominate practice due to accessibility, they frequently function as opaque black boxes with limited transparency. Conversely, advanced approaches utilising Semantic Web technologies and Machine Learning demonstrate superior capability in resolving terminological mismatches but currently face significant barriers regarding infrastructure and expertise. This study contributes a novel theoretical model for understanding integration failures. It concludes that future research must pivot from static schema mapping towards AI-driven semantic healing, dynamic Digital Twins, and explicit system boundary harmonisation to achieve truly automated, context-aware environmental assessments and support whole-life circularity. Full article
Show Figures

Figure 1

32 pages, 2188 KB  
Article
Integrated Assessment of Carbon Footprint in Regenerative Building Design: BIM–LCA-Based Evaluation of Circular Material Scenarios for Zero-Carbon Districts
by Samson Femi Adesope, Klaudia Zwolińska-Glądys, Anna Ostręga and Marek Borowski
Energies 2026, 19(6), 1519; https://doi.org/10.3390/en19061519 - 19 Mar 2026
Viewed by 440
Abstract
Assessing environmental impacts across the full life cycle of buildings is essential for advancing toward a net-zero and regenerative built environment. However, life cycle inventory generation and impact assessment remain methodologically complex and time-intensive, limiting their integration into early design decision-making. This study [...] Read more.
Assessing environmental impacts across the full life cycle of buildings is essential for advancing toward a net-zero and regenerative built environment. However, life cycle inventory generation and impact assessment remain methodologically complex and time-intensive, limiting their integration into early design decision-making. This study aims to quantify and reduce the embodied carbon of a regenerated building while optimizing material selection based on environmental performance and circularity potential. An integrated Building Information Modeling–Life Cycle Assessment (BIM–LCA) framework combined with Sensitivity Analysis (SA) was applied within a circular economy perspective. A regenerative building was modeled using BIM, and Industry Foundation Classes (IFC) data were employed to conduct a detailed life cycle assessment to quantify embodied carbon and identify emission hotspots across life cycle stages. The results indicate that material extraction, processing, and manufacturing dominate environmental impacts, contributing more than 85% of total CO2 emissions. Sensitivity analysis further demonstrates the influence of material choices on overall carbon performance. The findings underscore the importance of evaluating embodied carbon at early design stages to support informed decisions regarding material efficiency, renewability, and recyclability. The proposed BIM–LCA framework provides a scalable, data-driven approach to support early-stage decarbonization strategies and contributes to reducing the carbon footprint of buildings in alignment with net-zero and regenerative design objectives. Full article
Show Figures

Figure 1

26 pages, 5918 KB  
Review
Hydration Dynamics and Sustainable Bioprocessing: An AI-Enabled Computational Framework for Carbohydrates, Proteins, and Lipids
by Ali Ayoub
Sustainability 2026, 18(6), 2904; https://doi.org/10.3390/su18062904 - 16 Mar 2026
Viewed by 347
Abstract
Water is fundamental to structural integrity, stability, and functional properties of food systems, biomaterials, and biobased industries. The dynamics of hydration, including hydrogen bonding, hydration shell formation, plasticization, and phase transitions, dictate molecular behavior and exert broad influence on energy consumption, shelf life, [...] Read more.
Water is fundamental to structural integrity, stability, and functional properties of food systems, biomaterials, and biobased industries. The dynamics of hydration, including hydrogen bonding, hydration shell formation, plasticization, and phase transitions, dictate molecular behavior and exert broad influence on energy consumption, shelf life, biodegradability, and resource efficiency. However, the nonlinear and multiscale characteristics of hydration have constrained the predictive capabilities of conventional empirical methods. This study introduces a comprehensive framework that integrates foundational hydration science with advanced computational intelligence to model, predict, and optimize hydration-driven phenomena across diverse biopolymer classes. Leveraging classical insights into carbohydrate stereochemistry, protein hydrophobic hydration, and phospholipid-bound water, we demonstrate how computational approaches can reduce resource use in bioprocessing by 30–50% and optimize drying curves to lower energy consumption by 25%. By establishing hydration as a strategic design parameter, this work charts a pathway toward a resilient and sustainable economy where predictive error rates for hydration dynamics are significantly minimized through data-driven calibration. Full article
(This article belongs to the Section Sustainable Materials)
Show Figures

Figure 1

34 pages, 3013 KB  
Systematic Review
Digitalised Predictive Maintenance in Railways: A Systematic Review of AI, BIM, and Digital Twins
by Ugur Mutlu and Sakdirat Kaewunruen
Infrastructures 2026, 11(3), 87; https://doi.org/10.3390/infrastructures11030087 - 8 Mar 2026
Viewed by 1852
Abstract
Railway infrastructure faces growing degradation risks from intensified operational loads and climate change, necessitating a paradigm shift from reactive repairs to digitalized predictive maintenance. This study explores the synergistic convergence of Artificial Intelligence (AI), Building Information Modeling (BIM), and Digital Twins (DT) to [...] Read more.
Railway infrastructure faces growing degradation risks from intensified operational loads and climate change, necessitating a paradigm shift from reactive repairs to digitalized predictive maintenance. This study explores the synergistic convergence of Artificial Intelligence (AI), Building Information Modeling (BIM), and Digital Twins (DT) to optimize asset management. A Systematic Literature Review was conducted, adhering to PRISMA guidelines and strictly selecting and analyzing 73 peer-reviewed articles from Web of Science and Scopus (2015–2026). The results reveal that while Supervised Learning remains the dominant paradigm for defect detection, Reinforcement Learning is emerging as a key tool for maintenance scheduling. However, a critical “Digital Twin Gap” is identified, where most systems function only as unidirectional digital representations rather than bidirectional, self-correcting twins. Furthermore, despite frequent sustainability claims, there is a marked absence of quantified environmental metrics in current research. Consequently, this paper concludes that future advancements must prioritize the development of “True Digital Twins” with autonomous actuation, ensure interoperability through Industry Foundation Classes (IFC), and integrate explicit “Green KPIs” to objectively validate the environmental benefits of digitalized maintenance strategies. Full article
(This article belongs to the Special Issue Smart Mobility and Transportation Infrastructure)
Show Figures

Figure 1

45 pages, 3903 KB  
Article
A CDE-Centered Quality Gate Framework to Operationalize ISO 19650 Governance in Hybrid Railway Depots
by Juan A. García, Ignacio Toledo, Luis Aragonés and Luis Bañón
Appl. Sci. 2026, 16(5), 2562; https://doi.org/10.3390/app16052562 - 6 Mar 2026
Viewed by 503
Abstract
Hybrid railway assets such as workshops and depots combine building, mechanical, electrical and plumbing (MEP)/industrial, and linear infrastructure domains, increasing coordination complexity and challenging continuity from the Project Information Model (PIM) to the Asset Information Model (AIM). Although Employer’s Information Requirements (EIR), Asset [...] Read more.
Hybrid railway assets such as workshops and depots combine building, mechanical, electrical and plumbing (MEP)/industrial, and linear infrastructure domains, increasing coordination complexity and challenging continuity from the Project Information Model (PIM) to the Asset Information Model (AIM). Although Employer’s Information Requirements (EIR), Asset Information Requirements (AIR), and the BIM Execution Plan (BEP) prescribe deliverables and processes, a persistent gap remains between documentary prescriptions and the auditable evidence needed to support traceable decisions within the Common Data Environment (CDE). This paper proposes an ISO 19650-aligned governance framework that operationalizes the EIR/AIR → BEP → CDE transition by: (i) structuring the asset using Functional Units (FUs) as a stable anchor for PIM → AIM continuity; and (ii) implementing a pre-Published Quality Gate that separates control into three non-substitutable dimensions (spatial, semantic, and data). The approach is implemented as a tool-neutral, reproducible workflow (inputs → checks → outputs → publish) and produces a minimal, persistent evidence package in the CDE (file-level report, package summary, publish/hold decision record, and Nonconformity Report (NCR)/BIM Collaboration Format (BCF) traceability), with explicit roles governing the Shared → Published transition. Across 22 Industry Foundation Classes (IFC), deliverables from two depot cases and multiple delivery states, All Gates Pass ranged from 25.0% to 44.4% depending on Case × State; overall, 14/22 deliverables (63.6%) would be held pending correction under the gate. Although validated on Spanish railway depots, the framework is grounded in ISO/openBIM standards and is designed for transferability to other international contexts and complex asset types where multidisciplinary federation and PIM → AIM continuity pose similar challenges. Full article
Show Figures

Graphical abstract

18 pages, 3186 KB  
Article
Process–Cost Integrated Management and Data Utilization Based on OpenBIM
by Joo-sung Lee, Hyebin Hwang and Jungsik Choi
Appl. Sci. 2026, 16(5), 2547; https://doi.org/10.3390/app16052547 - 6 Mar 2026
Viewed by 571
Abstract
Construction projects generate large volumes of schedule and cost data throughout their lifecycle, requiring systematic integration for effective performance control. Despite the increasing adoption of BIM and Earned Value Management System (EVMS), existing studies have not sufficiently validated an interoperable IFC-centered framework that [...] Read more.
Construction projects generate large volumes of schedule and cost data throughout their lifecycle, requiring systematic integration for effective performance control. Despite the increasing adoption of BIM and Earned Value Management System (EVMS), existing studies have not sufficiently validated an interoperable IFC-centered framework that systematically links Work Breakdown Structure (WBS), cost data, and performance indicators within a single openBIM environment. To address these issues, a BIM-based EVM application system was developed using the Industry Foundation Classes (IFC) standard for efficient process–cost integrated management. Therefore, this study develops and validates an IFC-based openBIM Earned Value Management System (EVMS) to enable structured schedule–cost integration and performance monitoring within a unified data model. In this study, domestic and international methods of process–cost integrated management and current EVMS applications were investigated, and a BIM-based EVMS analysis process was established. The proposed system was then applied to two reinforced concrete construction project case studies to analyze EVMS results. The proposed framework integrates classification-based IFC object data, quantity extraction, and rule-based schedule–cost linkage to generate BCWS, BCWP, and ACWP indicators for performance evaluation. The system was implemented and empirically validated through a reinforced concrete construction project case study. Validation demonstrated the system’s ability to identify a significant cost overrun of 23,090,381 KRW and project a final budget excess of 92,447,283 KRW, demonstrating the practical feasibility of IFC-centered process–cost integration and its capability to provide early warning signals for schedule and cost deviations. The findings provide empirical evidence that an openBIM-based single-model structure can enhance interoperability, reduce manual reconciliation between WBS and cost breakdown structures, and support data-consistent EVMS analysis in heterogeneous software environments. Full article
(This article belongs to the Special Issue Applied Computer Methods in Building Engineering)
Show Figures

Figure 1

23 pages, 4370 KB  
Article
Effect of Ball Filling Ratio on Fine Particle Production Characteristics During Ceramic Ball Grinding of Magnetite Ore
by Li Ling, Chengfang Yuan, Liying Sun, Caibin Wu, Quan Li, Ziyu Zhou and Zongyan Zhou
Minerals 2026, 16(3), 256; https://doi.org/10.3390/min16030256 - 28 Feb 2026
Viewed by 328
Abstract
To clarify the influence of the media filling ratio on fine particle production during ceramic ball grinding of magnetite, magnetite ore from the fine grinding stage of an industrial concentrator was investigated under different feed size classes and media filling ratios through grinding [...] Read more.
To clarify the influence of the media filling ratio on fine particle production during ceramic ball grinding of magnetite, magnetite ore from the fine grinding stage of an industrial concentrator was investigated under different feed size classes and media filling ratios through grinding kinetics experiments. The generation behavior of the fine and finest particle fractions during ceramic ball grinding was systematically analyzed. The results indicate that particle size fractions with sizes less than or equal to 0.150 mm exhibit pronounced zero-order production characteristics under different filling ratios, with cumulative yields showing a strong linear relationship with grinding time. This zero-order behavior is insensitive to variations in the media filling ratio. Conversely, the generation rate of the finest size fraction is significantly affected by the media filling ratio. For coarse feed sizes, the generation rate of the finest fraction initially increases and then decreases with increasing filling ratio, reaching a peak value of 6.23%/min at a filling ratio of 35%. When the feed falls below 1.18 mm, the generation rate of the finest fraction shows a strong positive correlation with the ceramic ball filling ratio. Furthermore, based on the functional relationship between the generation rate of the finest size fraction and the mill input power, an energy–size model for magnetite ceramic ball grinding was established, providing a quantitative description of the variation in the finest particle yield with respect to the input energy and media filling ratio. The findings provide a theoretical foundation for optimizing media filling ratios, enhancing fine grinding performance, and controlling overgrinding in industrial applications. Full article
(This article belongs to the Collection Advances in Comminution: From Crushing to Grinding Optimization)
Show Figures

Figure 1

24 pages, 2591 KB  
Article
AI-Driven IFC Processing for Automated IBS Scoring
by Annamária Behúnová, Matúš Pohorenec, Lucia Ševčíková and Marcel Behún
Algorithms 2026, 19(3), 178; https://doi.org/10.3390/a19030178 - 27 Feb 2026
Viewed by 626
Abstract
The assessment of Industrialized Building System (IBS) adoption in construction projects—a critical metric for evaluating prefabrication levels and construction modernization—remains largely manual, time-intensive, and prone to inconsistencies, with practitioners typically requiring 4–8 h to evaluate a single building using spreadsheet-based frameworks and visual [...] Read more.
The assessment of Industrialized Building System (IBS) adoption in construction projects—a critical metric for evaluating prefabrication levels and construction modernization—remains largely manual, time-intensive, and prone to inconsistencies, with practitioners typically requiring 4–8 h to evaluate a single building using spreadsheet-based frameworks and visual documentation review. This paper presents a novel AI-enhanced workflow architecture that automates IBS scoring through systematic processing of Industry Foundation Classes (IFC) building information models—the first documented integration of web-based IFC processing, visual workflow automation (n8n), and large language model (LLM) reasoning specifically for construction industrialization assessment. The proposed system integrates a web-based frontend for IFC file upload and configuration, an n8n workflow automation backend orchestrating data transformation pipelines, and an Azure OpenAI-powered scoring engine (GPT-4o-mini and GPT-5-0-mini) that applies Construction Industry Standard (CIS) 18:2023 rules to extracted building data. Experimental validation across 136 diverse IFC building models (ranging from 0.01 MB to 136.26 MB) achieved a 100% processing success rate with a median processing duration of 61.62 s per model, representing approximately 99% time reduction compared to conventional manual assessment requiring 4–8 h of expert practitioner effort. The system demonstrated consistent scoring performance with IBS scores ranging from 31.24 to 100.00 points (mean 37.14, SD 8.84), while GPT-5-0-mini exhibited 71% faster inference (mean 23.4 s) compared to GPT-4o-mini (mean 80.2 s) with no significant scoring divergence, validating prompt engineering robustness across model generations. Processing efficiency scales approximately linearly with file size (0.67 s per megabyte), enabling real-time design feedback and portfolio-scale batch processing previously infeasible with manual methods. Unlike prior rule-based compliance checking systems requiring extensive manual programming, this approach leverages LLM semantic reasoning to interpret ambiguous construction classifications while maintaining deterministic scoring through structured prompt engineering. The system addresses key interoperability challenges in IFC data heterogeneity while maintaining traceability and compliance with established scoring methodologies. This research establishes a replicable architectural pattern for BIM-AI integration in construction analytics and positions LLM-enhanced IFC processing as a practical, accessible approach for industrialization evaluation that democratizes advanced assessment capabilities through open-source workflow automation technologies. Full article
(This article belongs to the Special Issue AI Applications and Modern Industry)
Show Figures

Figure 1

18 pages, 4415 KB  
Article
An Interactive and Open Dashboard for BIM-Based Participatory Urban Neighborhood Management
by Dimitra Andritsou, Konstantinos Lazaridis and Chryssy Potsiou
Land 2026, 15(3), 369; https://doi.org/10.3390/land15030369 - 25 Feb 2026
Viewed by 537
Abstract
The objective of this paper is to develop an adaptable and affordable technical tool for managing small urban areas. It demonstrates a low-cost, reliable, and fast method for integrating BIMs, IFC data, and GIS to support fit-for-purpose, crowdsourcing, and participatory applications through an [...] Read more.
The objective of this paper is to develop an adaptable and affordable technical tool for managing small urban areas. It demonstrates a low-cost, reliable, and fast method for integrating BIMs, IFC data, and GIS to support fit-for-purpose, crowdsourcing, and participatory applications through an online dashboard. Open data and existing geoportals are used to create the necessary geospatial infrastructure. Geometric information such as building area size and volume is combined with other data from multiple sources such as market values and CO2 emissions, which can be updated dynamically through real-time interactions. A case study is presented for a small urban neighborhood in Athens. Full article
Show Figures

Figure 1

38 pages, 3241 KB  
Review
Digitalisation of Shipyard Production Planning: A Review of Simulation, Optimisation, AI, and Digital Twin Methods (2010–2025)
by Amir Bordbar, Mina Tadros, Amin Nazemian, Myo Zin Aung, Konstantinos Georgoulas, Panagiotis Louvros and Evangelos Boulougouris
J. Mar. Sci. Eng. 2026, 14(4), 396; https://doi.org/10.3390/jmse14040396 - 21 Feb 2026
Viewed by 1380
Abstract
Digitalisation is reshaping shipyard production, yet its methodological foundations remain fragmented across simulation, optimisation, Artificial Intelligence (AI), and Digital Twin (DT) research streams. This paper presents a domain-specific methodological review of shipyard production modelling from 2010 to 2025, synthesising advances in Discrete-Event Simulation [...] Read more.
Digitalisation is reshaping shipyard production, yet its methodological foundations remain fragmented across simulation, optimisation, Artificial Intelligence (AI), and Digital Twin (DT) research streams. This paper presents a domain-specific methodological review of shipyard production modelling from 2010 to 2025, synthesising advances in Discrete-Event Simulation (DES), multi-objective optimisation, hybrid simulation–optimisation architectures, Machine Learning (ML), reinforcement learning (RL), and DT-enabled cyber-physical systems. Using an explicit evaluative framework based on integration depth, validation basis, and decision scope, the review differentiates between analytically mature but execution-decoupled DES/optimisation approaches and integration-rich yet variably validated DT and AI-driven systems. The analysis shows that hybrid DES-optimisation frameworks currently represent the most operationally credible class of methods, delivering measurable production improvements under structured conditions, whereas many DT and AI contributions prioritise architectural integration and data synchronisation over longitudinal yard-wide KPI validation. A comparative assessment of simulation platforms, optimisation engines, and manufacturing execution system/enterprise resource planning/product lifecycle management infrastructures highlights the central role of structured product–process–resource data and execution-layer connectivity, while severe confidentiality constraints and the scarcity of openly available industrial datasets continue to limit reproducibility and benchmarking. Overall, shipyard production research is progressing toward increasingly integrated and cyber-physical systems, but sustained yard-scale validation and shared benchmark development remain critical prerequisites for translating architectural sophistication into demonstrable operational impact. Full article
(This article belongs to the Special Issue Safety of Ships and Marine Design Optimization)
Show Figures

Figure 1

Back to TopTop