BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//CEEC CoE - ECPv6.17.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:CEEC CoE
X-ORIGINAL-URL:https://ceec-coe.eu
X-WR-CALDESC:Events for CEEC CoE
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:Asia/Tokyo
BEGIN:STANDARD
TZOFFSETFROM:+0900
TZOFFSETTO:+0900
TZNAME:JST
DTSTART:20250101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VTIMEZONE
TZID:Europe/Paris
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20250330T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20251026T010000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20260329T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20261025T010000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20270328T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20271031T010000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=Asia/Tokyo:20260611T081000
DTEND;TZID=Asia/Tokyo:20260611T083000
DTSTAMP:20260518T084142Z
CREATED:20260518T084142Z
LAST-MODIFIED:20260518T084142Z
UID:2121-1781165400-1781166600@ceec-coe.eu
SUMMARY:Calibration of Analytical Suction Bucket Installation Models Using Grain-Scale LBM-DEM Simulations
DESCRIPTION:If you’re at the 45th International Conference on Ocean\, Offshore & Arctic Engineering (OMAE2026) in Tokyo this June\, don’t miss the presentation from our own Samual Kemmler on “Calibration of Analytical Suction Bucket Installation Models Using Grain-Scale LBM-DEM Simulations.” \nSuction bucket foundations offer significant advantages for offshore wind applications\, enabling fast and cost-efficient installation. However\, installation failures due to piping erosion remain a critical challenge\, particularly in loose or highly permeable seabeds. Understanding the interplay between seepage flow\, soil properties\, and foundation geometry during suction installation is essential for improving design guidelines and installation strategies.\nIn this contribution\, fully-resolved numerical simulations are provided\, that allow a detailed\, grain-scale view of the suction installation process. A coupled Lattice Boltzmann-Discrete Element Method (LBM-DEM) framework is employed\, in which fluid flow is resolved at a scale significantly finer than the particle size. This allows to capture pore-scale flow effects\, particle rearrangements\, and evolving soil resistance during installation\, offering a higher level of detail compared to unresolved or continuum methods.\nThe modeling approach is used to explore how soil characteristics and installation parameters influence the development of piping erosion and the resulting installation performance. By systematically varying key parameters\, conditions are identified that promote either stable penetration or the onset of piping erosion\, highlighting the critical role of seepage near the skirt tip. Beyond identifying failure envelopes\, the simulations provide micromechanical insight into how local forces\, flow paths\, and soil resistance evolve as erosion initiates and progresses. These insights enable the critical examination of common assumptions regarding resistance distribution inside and outside the bucket during suction-driven installation.\nAdditionally\, the fully resolved simulation data can serve as a reference for calibrating and improving continuum-based models\, bridging the gap between particle-scale mechanisms and engineering-scale predictive tools. The results illustrate how fully resolved LBM-DEM modeling can complement experimental and field studies\, providing a powerful tool for developing more robust suction bucket installation strategies in challenging seabed conditions.
URL:https://ceec-coe.eu/event/calibration-of-analytical-suction-bucket-installation-models-using-grain-scale-lbm-dem-simulations/
CATEGORIES:Conference,Paper Talk
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Paris:20260624T154500
DTEND;TZID=Europe/Paris:20260624T171500
DTSTAMP:20260518T085613Z
CREATED:20260518T085613Z
LAST-MODIFIED:20260518T085613Z
UID:2123-1782315900-1782321300@ceec-coe.eu
SUMMARY:Mixed-Precision and Energy-Efficiency in SEM Codes
DESCRIPTION:If you’re going to be at ISC26 in Hamburg this year\, take a break and visit our own Yanxiang Chen and his poster “Poster: Mixed-Precision and Energy-Efficiency in SEM Codes.” \nMixed-precision computing has emerged as a key strategy to improve performance and energy efficiency on current and future high-performance computing (HPC) systems. However\, integrating mixed-precision into large\, production-level scientific applications remains challenging due to concerns about numerical stability\, accuracy\, and the complexity of identifying which computations can safely tolerate reduced precision. In this work\, we propose a systematic and practical methodology for enabling mixed-precision in spectral element codes by combining insights from computer arithmetic tools\, performance modeling\, and targeted algorithmic analysis. \nOur approach leverages three complementary components: first\, computer arithmetic tools\, such as Verificarlo\, to instrument and analyze floating-point behavior throughout an application; second\, a roofline performance model to quantify the potential computational benefits of lower-precision arithmetic; and third\, precision-aware numerical techniques to mitigate or eliminate instabilities introduced when reducing precision in critical algorithmic kernels. Together\, these elements form a repeatable framework that guides developers in deciding where and how to apply mixed precision without compromising scientific correctness. \nTo demonstrate the effectiveness of our methodology\, we apply it to two representative spectral element codes widely used in computational fluid dynamics (CFD): Nekbone and Neko. Nekbone is a mini-application proxy for the spectral element CFD code Nek5000\, while Neko is a modern spectral element code used for solving incompressible Navier–Stokes equations. For each code\, we perform a detailed precision analysis\, identify precision-sensitive and precision-robust regions\, and design mixed-precision variants accordingly. \nIn the Nekbone case study\, our analysis reveals that mixed precision can significantly accelerate the Conjugate Gradient (CG) solver without adversely affecting convergence or solution quality. We address stagnation phenomena often observed in reduced-precision CG by integrating arithmetic verification with adaptive precision controls\, effectively preserving numerical stability. When executed on the MareNostrum 5 supercomputer\, the mixed-precision Nekbone achieves a 1.62x speedup in time-to-solution and a 2.43x reduction in energy-to-solution relative to the double-precision baseline\, demonstrating substantial gains in both performance and energy efficiency. \nFor the full Neko application\, we extend our precision strategy to a broader set of computational kernels\, leveraging the insights gained from Nekbone and applying them within the context of the momentum solver in the Navier-Stokes equation on the Poisson example. The mixed-precision Neko implementation attains up to ~1.3x improvement in both execution time and energy consumption compared to the double-precision version\, while maintaining the solution accuracy. \nThese results confirm that mixed-precision approaches\, when carefully designed and guided by arithmetic and performance analysis\, can yield significant improvements on HPC platforms for real-world scientific applications. Our methodology provides a general blueprint for HPC developers to adopt mixed precision in other spectral element and iterative methods\, ultimately contributing to more efficient utilization of future exascale systems.
URL:https://ceec-coe.eu/event/mixed-precision-and-energy-efficiency-in-sem-codes/
LOCATION:Congress Center Hamburg\, Congressplatz 1\, Hamburg\, 20355\, Germany
CATEGORIES:Conference,Poster,Poster Session
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Paris:20260625T123000
DTEND;TZID=Europe/Paris:20260625T130000
DTSTAMP:20260623T082703Z
CREATED:20260623T082703Z
LAST-MODIFIED:20260623T082703Z
UID:2233-1782390600-1782392400@ceec-coe.eu
SUMMARY:Presenting CEEC at ISC
DESCRIPTION:Join our own Niclas Jannson at the EuroHPC JU booth J30 for an overview of CEEC and our progress. You’ll have a chance to ask questions and learn what CEEC work could mean for you and the future of CFD.
URL:https://ceec-coe.eu/event/presenting-ceec-at-isc/
LOCATION:Congress Center Hamburg\, Congressplatz 1\, Hamburg\, 20355\, Germany
CATEGORIES:Conference
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Paris:20260720T170000
DTEND;TZID=Europe/Paris:20260720T183000
DTSTAMP:20260717T153707Z
CREATED:20260716T083800Z
LAST-MODIFIED:20260717T153707Z
UID:2278-1784566800-1784572200@ceec-coe.eu
SUMMARY:CEEC at WCCM - ECCOMAS 2026
DESCRIPTION:Join us in Munich for the 17th World Congress on Computational Mechanics 10th European Congress on Computational Methods in Applied Sciences and Engineering (WCCM – ECCOMAS 2026 ) for a talk called\, “Adjoint Methods Using POD State Reconstructions on Modern HPC Architectures.” \nPart of the mini-symposium MS349B Topology\, Shape And Parameter Optimisation For Time-Dependent Systems II\, the talk given by our own Harrison Nobis  discusses the potential for placing checkpointing with Proper Orthogonal Decomposition to make adjoint sensitivity analysis  in CFD more efficient and better suited to modern heterogeneous architectures. \nAccessing the full time history of the state\, either through direct storage or checkpointing and recomputation\, can make adjoint sensitivity analysis of dynamical systems prohibitively costly over long time integration periods. This is particularly relevant in large scale Computational Fluid Dynamics (CFD) applications consisting of time averaged objective functions that may require long integration periods to converge. In this work we investigate integrating the adjoint system through a truncated reconstruction of the forward state based on a Proper Orthogonal Decomposition (POD). The forward and adjoint computations are performed using the GPU based spectral element solver Neko\, meanwhile the POD computation is performed in-situ using the data processing toolbox pySEMTools. The POD algorithm is both parallel in space and streaming in time\, enabling the use in large scale CFD applications. While similar methodologies have been explored in the past\, a salient feature of the proposed method relates to modern HPC architectures consisting of both CPUs and GPUs. Performing the CFD simulation on the GPUs allows the otherwise idle CPUs to be leveraged in performing the POD computation\, again\, reducing the overall cost. The proposed methodology is compared to the conventional method of checkpointing both in terms of cost reduction and errors incurred at various levels of POD truncation.
URL:https://ceec-coe.eu/event/ceec-at-wccm-eccomas-2026/
CATEGORIES:Conference,mini-symposium,Paper Talk
ATTACH;FMTTYPE=image/gif:https://ceec-coe.eu/wp-content/uploads/2026/07/WCCM-–-ECCOMAS--e1784302588842.gif
END:VEVENT
END:VCALENDAR