This contribution explores the combined capabilities of reduced basis methods and IsoGeometric Analysis (IGA) in the context of parameterized partial differential equations. The introduction of IGA enables a unified simulation framework based on a single geometry representation for both design and analysis. The coupling of reduced basis methods with IGA has been motivated in particular by their combined capabilities for geometric design and solution of parameterized geometries. In most IGA applications, the geometry is modelled by multiple patches with different physical or geometrical parameters. In particular, we are interested in nonaffine problems characterized by a high-dimensional parameter space. We consider the Empirical Interpolation Method (EIM) to recover an affine parametric dependence and combine domain decomposition to reduce the dimensionality. We couple spline patches in a parameterized setting, where multiple evaluations are performed for a given set of geometrical parameters, and employ the Static Condensation Reduced Basis Element (SCRBE) method. At the common interface between adjacent patches a static condensation procedure is employed, whereas in the interior a reduced basis approximation enables an efficient offline/online decomposition. The full order model over which we setup the RB formulation is based on NURBS approximation, whereas the reduced basis construction relies on techniques such as the Greedy algorithm or proper orthogonal decomposition (POD). We demonstrate the developed procedure using an illustrative model problem on a three-dimensional geometry featuring a multi-dimensional geometrical parameterization.
- Paper ID: 2211.07348
- Title: Reduced order modelling of nonaffine problems on parameterized NURBS multipatch geometries
- Authors: Margarita Chasapi, Pablo Antolin, Annalisa Buffa
- Classification: math.NA cs.NA
- Submission Date: November 14, 2022 (arXiv submission)
- Paper Link: https://arxiv.org/abs/2211.07348
This paper explores the combined application of Reduced Basis Methods (RBM) and Isogeometric Analysis (IGA) in solving parameterized partial differential equations. The introduction of isogeometric analysis enables a unified simulation framework for design and analysis based on a single geometric representation. Particularly for complex geometries modeled by multiple patches, this work focuses on nonaffine problems characterized by high-dimensional parametric spaces. The Empirical Interpolation Method (EIM) is employed to recover affine parametric dependence, combined with domain decomposition for dimensionality reduction. Spline patches are coupled in the parametric setting using the Static Condensation Reduced Basis Element (SCRBE) method. Static condensation procedures are applied at common interfaces between adjacent patches, while reduced basis approximations are implemented in the interior to achieve efficient offline/online decomposition.
- Core Problem: When solving partial differential equations on complex parameterized geometries, traditional full-order models incur prohibitive computational costs, particularly in multi-query and real-time application scenarios.
- Technical Challenges:
- Nonaffine parametric dependence induced by geometric parameterization undermines the efficiency of reduced basis methods
- High-dimensional parametric spaces degrade the performance of standard reduced basis approaches
- The complexity of multipatch geometries increases modeling difficulty
- Application Requirements: Complex geometries in industrial applications typically require multipatch representations and involve numerous geometric parameters, necessitating efficient parameterized solution methods.
- Unified Framework: Leveraging IGA to achieve unified representation of geometric design and numerical analysis
- Computational Efficiency: Implementing fast solution of parameterized problems through reduced basis methods
- Industrial Relevance: Addressing complex multipatch geometric problems with industrial significance
- Method Integration: Systematically combining IGA with reduced basis methods for nonaffine multipatch geometric problems for the first time
- EIM-IGA Integration: Reformulating the empirical interpolation method within the spline approximation framework, utilizing exact geometric mappings to recover affine decomposition
- SCRBE Extension: Extending the static condensation reduced basis element method to NURBS multipatch geometries
- Domain Decomposition Strategy: Proposing a patch-based domain decomposition approach for handling high-dimensional parametric spaces
- Numerical Validation: Verifying method effectiveness on three-dimensional multipatch geometries
Solving parameterized elliptic partial differential equations:
−Δu=f in Ω(μ)u=0 on ΓD(μ)∂n∂u=0 on ΓN(μ)
where Ω(μ)⊂Rd is the parameterized domain and μ∈P⊂RP represents geometric parameters.
- Parametric Domain: Ω^=[0,1]d^
- Geometric Mapping: F(ξ;μ)=∑iBi,p(ξ)Pi(μ)
- Multipatch Decomposition: Ω(μ)=⋃k=1npΩk(μ(k))
Converting nonaffine parametric dependence into an interpolation problem on the reference domain:
Transformed Weak Form:
α(uh,vh;μ)=∫Ω^(∇u^hDF−1)⋅(∇v^hDF−1)∣detDF∣dΩ^
EIM Approximation:
gMα(ξ;μ)=IξMgα(ξ;μ)=∑m=1Mαθmα(μ)ϕmα(ξ)
Static Condensation Decomposition:
- Bubble Space: Vh,bk={vh∈Vhk:vh∣γk,j=0}
- Port Space: Vh,γk,j={vh∈Vhk:vh∣γk,j=0}
Solution Representation:
uh(μ)∣Ωk=bh,fk(μ(k))+∑j=1nγk∑r=1Nγk,ju^Gk(j),r(μ)ϕhk,j,r(μ(k))
- Geometric Mapping Utilization: Directly leveraging NURBS exact geometric mappings for variable transformation, avoiding complex mapping constructions in traditional finite elements
- Hierarchical Dimensionality Reduction:
- Interior of patches: Reduced basis approximation of bubble functions
- Patch interfaces: POD-constructed port modes
- Affinity Recovery: Recovering affine decomposition of geometric parameterization through EIM interpolation on the parametric domain
- Domain: Three-dimensional curved multipatch geometry
- Parameters: 8 geometric parameters μ=(μ1,μ2,...,μ8)
- Patch Distribution: 4 patches, 2 parameters per patch
- Mesh: 64 elements per patch, 1225 total degrees of freedom
- Polynomial Order: p=3
- Dirichlet Boundary: u=0 on ΓD
- Neumann Boundary: ∂n∂u=0 on ΓN
- Source Term: f~=2xyz
- EIM Training Set: ∣PtrainEIM∣=250
- RB Training Set: ∣Ptrain∣=250
- POD Snapshots: Ns=25 (Latin hypercube sampling)
- Tolerances: EIM ε=10−7, RB ε=10−5
| Patch | Mα | Mf |
|---|
| 1 | 28 | 13 |
| 2 | 33 | 14 |
| 3 | 19 | 10 |
| 4 | 23 | 11 |
- EIM basis functions for stiffness matrices and right-hand sides are relatively few (Mα≤33,Mf≤14)
- Rapid convergence at 10−7 accuracy
| Patch | Nb | Offline Time (min) | Online Time (ms) |
|---|
| 1 | 17 | 2.16 | 44.2 |
| 2 | 16 | 1.72 | 41.2 |
| 3 | 10 | 1.01 | 46.4 |
| 4 | 11 | 1.70 | 36.8 |
- Rapid Singular Value Decay: POD singular values decay rapidly at all interfaces
- Port Dimensions: Each interface reduced to ≤25 port modes
- Interface RB: Average of 16 basis functions per port mode
- Average Online Evaluation: 42ms per patch
- Port Mode Online Time: 29.3ms
- Overall Acceleration: Significant improvement compared to full-order models
- Fluid Problems: Manzoni et al. 2015 application to NASA airfoil flow
- Certification Methods: Devaud and Rozza 2017 affine parametric IGA-RB methods
- Parabolic Problems: Zhu et al. 2017 combining POD for time-dependent problems
- Non-intrusive Methods: Reduced order modeling based on interpolation and deep learning
- SCRBE Foundation: Huynh et al. 2013 static condensation reduced basis element method
- Port Dimension Reduction: Eftang and Patera 2013 port dimension reduction techniques
- Component Methods: Component-oriented approaches for industrial-scale problems
- Foundational Theory: Barrault et al. 2004 empirical interpolation method
- Error Estimation: Development of a posteriori error bounds
- Geometric Applications: Extension of applications in parameterized geometries
- Method Feasibility: Successfully combining IGA with RB methods for nonaffine multipatch geometric problems
- Computational Efficiency: Achieving significant dimensionality reduction and acceleration
- Accuracy Preservation: Maintaining good approximation accuracy with relatively small reduced basis dimensions
- Extensibility: The method framework has potential for extension to more complex industrial problems
- Problem Complexity: Currently validated only on relatively simple model problems
- Parameter Dimensionality: While handling 8-dimensional parameters, performance on higher-dimensional parametric spaces requires further investigation
- Geometric Complexity: Applicability to more complex industrial geometries needs verification
- Nonlinear Extension: Current framework primarily addresses linear problems
- Industrial Applications: Extension to complex geometries with industrial relevance
- Parameter Optimization: Integration into parameter optimization processes
- Nonlinear Problems: Extension to nonlinear partial differential equations
- Parallel Computing: Development of more efficient parallel implementations
- Theoretical Completeness: Systematically establishing a theoretical framework for IGA-RB-EIM
- Method Innovation: Cleverly utilizing NURBS geometric mappings to simplify EIM implementation
- Practical Value: Providing an effective approach for parameterized solution of complex geometries
- Sufficient Validation: Numerical experiments verify the effectiveness of each component
- Application Scope: Validation cases are relatively simple, lacking testing on complex industrial problems
- Theoretical Analysis: Lacking rigorous theoretical analysis of convergence and error bounds
- Comparative Study: Insufficient systematic comparison with other reduced order methods
- Computational Complexity: Detailed computational complexity analysis not provided
- Academic Contribution: Providing important theoretical foundation for combining IGA and RB methods
- Practical Value: Significant implications for CAD/CAE integration
- Reproducibility: Using open-source software packages with good reproducibility
- Extension Potential: Providing solid methodological foundation for subsequent research
- Geometric Design Optimization: CAD parameter-driven design optimization
- Multi-query Simulation: Engineering problems requiring numerous parameter evaluations
- Real-time Simulation: Applications with strict computational time requirements
- Shape Optimization: Structure optimization based on geometric parameters
This paper cites important literature from reduced basis methods, isogeometric analysis, and domain decomposition, including:
- Hughes et al. 2005: Foundational IGA theory
- Quarteroni et al. 2016: Reduced basis methods survey
- Barrault et al. 2004: Empirical interpolation method
- Huynh et al. 2013: SCRBE method foundation
Overall Assessment: This is a paper of significant importance in computational mathematics, systematically addressing efficient solution of complex geometric parameterized problems. The method has solid theoretical foundations and excellent practical prospects, opening new research directions for combining IGA and RB methods.