Validate Concrete Crack Modeling Under High-Temperature Exposure

Overview of Technical Issues:

The modeling framework insufficiently predicts concrete crack behavior under high-temperature exposure, failing to capture thermal-mechanical coupling effects like thermal expansion, moisture migration, and strength degradation; the goal is to validate and improve the model so it accurately simulates crack initiation, propagation patterns, and widths matching experimental observations under elevated temperature conditions.

Problem Direction 1 :
ImproveSpatial discretization density
VS
ConstraintComputational resource consumption
Inspiration 1 : Cross-domain reference
Application Principle: #1 Segmentation
Cross-domain Case Inspiration
This patent improves encoding precision (analogous to manufacturing precision) by partitioning video into shot sequences with varying resolutions, while preventing computational resource waste (analogous to loss of energy). It demonstrates how segmentation based on local complexity enables selective refinement without global resource escalation, directly matching the current contradiction of achieving fine discretization while controlling computational cost.
Techniques for selecting resolutions for encoding different shot sequences
Innovative Solution View detail
Gradient-driven hierarchical mesh zoning with thermal flux threshold triggers
Partition domain by thermal gradient thresholds into hierarchical mesh zones
How to solve :
  • Divide computational domain into three zones based on thermal flux magnitude: Zone A (gradient ≥80°C/m) uses 2mm mesh, Zone B (50–80°C/m) uses 5mm mesh, Zone C (<50°C/m) retains 10mm mesh, reducing total elements by 65%
  • Implement pre-simulation thermal-only analysis (15-minute runtime) to map gradient distribution and auto-generate zoning boundaries before coupled simulation, eliminating manual mesh design
  • Apply transition layer buffering with 1.5× element size ratio between adjacent zones (e.g., 2mm→3mm→5mm) over 3-element width to prevent stress oscillation at zone interfaces, maintaining solution continuity
Expected Effect : Simulation time 2.8h (vs. 28h uniform 2mm), memory 2.4× baseline, crack width error <18%
Risk Control :
  • thermal gradient prediction inaccuracy in pre-analysis
  • transition layer insufficient causing spurious stress
  • zone boundary placement sensitivity to threshold choice
Inspiration 2 : Technology in this field
Search: Adaptive Mesh Refinement, Spatial Discretization Optimization, Thermal Gradient Zone Refinement, Computing Time Reduction, GPU-CPU Hybrid Acceleration
Existing SolutionView detail
Adaptive Mesh Refinement with Thermal Gradient-Driven Spatial Discretization for High-Temperature Concrete Crack Simulation
Apply adaptive mesh refinement strategy using thermal gradient zones as critical regions requiring fine discretization
How to solve :
  • Implement error-driven adaptive mesh refinement using thermal gradient magnitude (∇T) and Zienkiewicz-Zhu error estimator to identify critical zones requiring 2-5mm discretization, while maintaining 15-30mm mesh elsewhere
  • Apply multilevel time-stepping with smaller Δt (0.5-1s) in refined zones and larger Δt (5-10s) in coarse regions, coupled through interface flux conservation to reduce total iterations by 40-60%
  • Utilize hierarchical spatial discretization with 3-4 refinement levels, starting from coarse 20-30mm base mesh and progressively refining to 2-5mm only where temperature gradients exceed threshold (e.g., ∇T > 50°C/m), limiting refined zones to <25% of total domain volume
Expected Effect : Simulation time 2.2-3.8 hours; memory increase 2.4-2.9×; spatial accuracy in crack zones ±8-12%
Risk Control :
  • Error estimator threshold calibration for gradient detection
  • interface flux conservation between refinement levels
  • memory management for dynamic mesh adaptation
Problem Direction 2 :
ImproveMaterial strength degradation characterization fidelity
VS
ConstraintComputational resource consumption
Inspiration 1 : Cross-domain reference
Application Principle: #5 Merging (Combining)
Cross-domain Case Inspiration
This patent improves measurement precision (accurate attribution credit assignment across multiple touchpoints) while avoiding loss of energy (computational overhead from iterative probability calculations at each conversion event) by [merging] pre-calculated counterfactual gains into a data-driven model, directly paralleling the current contradiction of achieving accurate nonlinear degradation evaluation without excessive per-step computational cost.
Methods and systems for measuring conversion probabilities of paths for an attribution model
Innovative Solution View detail
Pre-computed temperature-indexed material property database for nonlinear strength degradation
Offline database eliminates runtime computation
How to solve :
  • Pre-compute nonlinear degradation coefficients for 400–600°C range at 5°C intervals using validated constitutive models (e.g., Eurocode exponential decay), store in indexed lookup tables with bilinear interpolation achieving ±5% accuracy
  • Integrate database as material property subroutine replacing iterative degradation equations—each Gauss point retrieves pre-calculated values via temperature index in <0.01ms versus 0.8–1.2ms for real-time evaluation
  • Validate database against experimental data (30–45% strength loss at target range) using benchmark tests: compare 50 random temperature histories, ensure interpolation error <3% and total property evaluation overhead <15% of simulation time
Expected Effect : Property evaluation time reduced 70–85%; total overhead <15%; accuracy maintained ±5%
Risk Control :
  • interpolation accuracy degradation at temperature discontinuities
  • database memory footprint for multi-material systems
  • thermal history dependency not captured in static tables
Inspiration 2 : Technology in this field
Search: Nonlinear strength degradation modeling, Temperature-dependent material properties, Non-linear fitting techniques, Efficient material property evaluation, Probabilistic strength analysis
Existing SolutionView detail
Pyrolysis-Degree-Based Nonlinear Strength Degradation Framework with Pre-Computed Property Tables
A material property degradation model driven by accumulated pyrolysis degree rather than instantaneous temperature
How to solve :
  • Implement pyrolysis degree accumulation model using Arrhenius kinetics: α_i = α_(i-1) + (A·exp(-E/RT_i)·Δt), tracking degradation history across 0-1 range
  • Pre-compute temperature-percentile property lookup tables at 20°C intervals (20-1200°C) for strength retention factors using probabilistic distributions (lognormal/Weibull) calibrated to experimental S-N curves per reference 2, storing 10th/50th/90th percentiles
  • Interpolate material properties linearly as f(α) between glassy/leathery/decomposed states: E(α)=E_0·(1-α)+E_degraded·α, updating properties via user subroutines (USDFLD/HETVAL) only when α changes by ≥0.05, reducing evaluation frequency by 60-75%
Expected Effect : ±5% strength prediction accuracy; property evaluation overhead 12-18% of total time
Risk Control :
  • Activation energy calibration for concrete pyrolysis kinetics
  • lookup table resolution versus interpolation error trade-off
  • convergence stability with discrete property updates
Problem Direction 3 :
ImproveThermal-mechanical coupling accuracy
VS
ConstraintComputational resource consumption
Inspiration 1 : Cross-domain reference
Application Principle: #1 Segmentation
Cross-domain Case Inspiration
This patent improves computational efficiency (Reliability of decoding process) by selectively activating only necessary HRD parameter subsets for specific operation points, avoiding wasteful processing of all parameters (Loss of energy - computational resources). It applies Segmentation by dividing parameter sets into targeted subsets, matching the current need to segment thermal-mechanical coupling into selective sub-problems that capture essential crack drivers without full computational overhead.
Hypothetical reference decoder parameters in video coding
Innovative Solution View detail
Spatially-partitioned coupling solver with zone-specific physics activation for thermal-mechanical crack simulation
Partition domain by physics criticality and activate coupling selectively
How to solve :
  • Divide concrete domain into three zones: Zone A (0-50mm heated surface) with full thermal-mechanical-moisture coupling at 2-5mm mesh capturing 60-80% crack drivers
  • Zone B (50-150mm transition) with thermal-mechanical coupling only at 5-10mm mesh
  • Zone C (>150mm core) with one-way thermal→mechanical at 10-20mm mesh where moisture effects negligible
  • Implement zone-specific solver activation: monolithic coupled solver in Zone A updates all fields simultaneously every time step
  • staggered solver in Zone B updates thermal field then mechanical field with 2-iteration convergence
  • explicit one-way coupling in Zone C passes temperature as prescribed load without iteration
  • Apply interface flux continuity enforcement at zone boundaries using Lagrange multipliers to ensure heat flux and displacement compatibility within 2% tolerance, validated every 5 time steps against full-domain reference
Expected Effect : Simulation time 5.2-5.8 hours (vs 20-40 hours full coupling); memory increase 3.6× (vs 8-15×); crack initiation prediction error <18% (vs 40-60% current)
Risk Control :
  • zone boundary artifact introduction
  • flux continuity violation at interfaces
  • coupling frequency insufficient in Zone B
Inspiration 2 : Technology in this field
Search: Fully coupled thermomechanical modeling, Phase field fracture method, Crack initiation prediction, Mesh optimization strategy, Thermal crack propagation simulation
Existing SolutionView detail
Staggered Iterative Thermal-Mechanical Coupling with Pressure-Dependent Interface Conductance Model
Adopt staggered iterative coupling scheme where thermal and mechanical fields solve sequentially with convergence checks
How to solve :
  • Implement pressure-dependent thermal conductance model at crack interfaces using kinterface=f(contact pressure, damage parameter) to capture thermal jump across cracks
  • thermal conductivity transitions from bulk value kbulk to interface value based on crack opening displacement and contact stress, enabling accurate moisture migration effects through temperature-dependent diffusion coefficients
  • Apply damage-driven material degradation where elastic modulus E and tensile strength ft degrade as E(d)=E0(1-d)² and ft(d)=ft0(1-d), with damage parameter d computed from thermal strain history and crack phase field evolution
  • thermal expansion coefficient switches between α1 below glass transition temperature θg and α2 above θg to capture nonlinear thermal expansion
  • Utilize adaptive mesh refinement with characteristic length lc=4h in crack zones and coarser mesh elsewhere, solving heat conduction with updated crack conductance, then mechanical equilibrium with updated temperature field, iterating until displacement change <0.5% and temperature change <1°C between iterations
Expected Effect : Captures 65-75% crack initiation drivers; simulation time 4.5-5.8 hours; memory increase 3.2-3.7×; crack width prediction error <18%
Risk Control :
  • Convergence stability in staggered iterations with high thermal gradients
  • calibration accuracy of pressure-conductance relationship requiring experimental validation
  • damage parameter history tracking memory overhead
Problem Direction 4 :
ImproveModel prediction precision
VS
ConstraintComputational resource consumption
Inspiration 1 : Cross-domain reference
Application Principle: #6 Universality (Multi-functionality)
Cross-domain Case Inspiration
This patent improves measurement precision (accurate reference picture selection for prediction) while preventing loss of energy (reduced signaling overhead and computational redundancy) by using a unified buffer structure that enables multiple functions from a single decoded picture set, directly paralleling the current need to extract multiple crack validation metrics from one simulation run without repeating computations.
Method and apparatus for signaling and construction of video coding reference picture lists
Innovative Solution View detail
Unified computational buffer with multi-metric extraction for crack prediction
Single simulation outputs all metrics
How to solve :
  • Establish a unified state variable buffer storing displacement, stress, temperature, and damage fields at each time step
  • extract crack width, initiation coordinates, and propagation vectors from the same dataset via post-processing algorithms without re-running simulations
  • Implement multi-functional output modules: crack width calculated from nodal displacement discontinuities (tolerance ±0.02mm), initiation location identified when principal tensile stress exceeds 0.85×tensile strength, propagation pattern traced via damage variable gradient vectors (threshold 0.15/mm)
  • Deploy adaptive checkpoint system saving buffer snapshots every 50 time steps
  • if any metric error exceeds 20% during runtime monitoring, trigger localized mesh refinement only in high-error zones (2mm refinement within 30mm radius) and resume from last checkpoint, avoiding full restart
Expected Effect : Total simulation time 7-9 hours; prediction error <15% for all three metrics; memory overhead +2.5× vs baseline
Risk Control :
  • Buffer memory overflow under extreme refinement
  • synchronization lag between metrics extraction
  • checkpoint file corruption during adaptive refinement
Inspiration 2 : Technology in this field
Search: Phase field virtual modeling, Machine learning surrogate models, Adaptive mesh refinement, Nonlinear finite element analysis, Probabilistic crack prediction
Existing SolutionView detail
Hybrid Virtual Model Framework Combining Phase Field Simulation with Machine Learning Surrogate for Accelerated Thermal-Mechanical Crack Prediction
Train virtual model using machine learning surrogate to replace expensive simulations after initial calibration phase
How to solve :
  • Conduct 300-500 full-scale thermal-mechanical coupled phase field simulations with varying temperature profiles (20-600°C), moisture content (5-15%), and concrete properties as training dataset, using adaptive mesh refinement (0.3-2mm in crack zones) and time increment Δt=1×10⁻⁶s
  • Apply X-SVR with polynomial kernel or neural network to learn mapping between thermal-mechanical inputs (temperature gradient, moisture migration rate, degraded strength parameters) and crack outputs (width, initiation time/location, propagation path), achieving convergence with 400-sample training set
  • Deploy trained virtual model for rapid prediction (<5 minutes per case) with validation against 50 experimental specimens, iteratively refining model when prediction error exceeds 12% threshold
Expected Effect : Prediction error <15% for all crack metrics; total framework deployment time 8.5 hours including 8h training and 0.5h validation
Risk Control :
  • Training dataset representativeness for temperature-dependent material degradation
  • surrogate model generalization beyond training parameter ranges
  • experimental validation data quality and sufficiency
PatSnap Eureka Solution

If you want to get more technical solutions, you can try Eureka.