Rainwind Vibration Analysis

Category: 解析 | Integrated 2026-04-06
CAE visualization for rain wind vibration theory - technical simulation diagram
レインウインド振動解析

Theory and Physics

Overview of the Phenomenon

🧑‍🎓

What kind of phenomenon is rain-wind induced vibration?


🎓

It's a phenomenon where the cables of a cable-stayed bridge undergo large-amplitude vibration when exposed to wind during rainfall. It was first reported in the 1980s at the Meiko Nishi Bridge. A characteristic feature is that it does not occur under dry conditions; the water film (rivulet) on the cable surface triggers hydrodynamic instability.


Governing Equations

🧑‍🎓

How do you model the behavior of the water film?


🎓

The water film on the cable surface is described by thin film flow theory. The time evolution equation for the water film thickness $h(\theta, t)$ is:


$$ \frac{\partial h}{\partial t} + \frac{1}{R} \frac{\partial}{\partial \theta} \left( \frac{h^3}{3\mu_w} \left( \tau_a - \rho_w g R \sin\theta + \frac{\sigma}{R^2} \frac{\partial^2 h}{\partial \theta^2} \right) \right) = 0 $$

$R$ is the cable radius, $\tau_a$ is the shear stress from the air, and $\sigma$ is the surface tension of water.


🎓

The cable itself is treated as a 2-degree-of-freedom (in-plane and lift directions) vibration system.


$$ m\ddot{y} + c\dot{y} + ky = F_L(t) $$
$$ m\ddot{z} + c\dot{z} + kz = F_D(t) $$

$F_L, F_D$ are the fluctuating lift and drag forces accompanying changes in the water film shape. The change in the water film position alters the lift coefficient, exciting unstable vibration.


🧑‍🎓

So the water film position is the key.


🎓

The circumferential position of the upper rivulet significantly changes the aerodynamic characteristics of the cable. When the upper rivulet is positioned near the effective separation angle, the lift gradient becomes negative, causing galloping-type instability.

Coffee Break Casual Talk

Water Droplets "Create" Vibration – The Curious Discovery of Rain-Wind Induced Vibration

Rain-wind induced vibration (RWV) was recognized academically relatively recently, starting with a report by Hikami & Shiraishi et al. in Denmark in 1988 on large-amplitude vibration of cable-stayed bridge cables. Until then, the phenomenon of "bridges shaking on rainy days" was known to exist but lacked a theoretical explanation. The key is that rivulet-like water rolls formed by rain create "aerodynamic asymmetry" in the cable cross-section. Each time the water film attached to the cable moves due to wind, the direction of lift changes, doing positive work and amplifying the vibration. It doesn't occur when dry, and if there's too much rain, the water runs off and it stops – the existence of this delicate "rainfall range" is at the core of RWV theory.

Physical Meaning of Each Term
  • Structure-Thermal Coupling Term: Thermal expansion due to temperature change induces structural deformation, and deformation affects the temperature field. $\sigma = D(\varepsilon - \alpha \Delta T)$. 【Everyday Example】Railroad tracks in summer where the rails expand and the gaps narrow – temperature rise → Thermal Expansion → stress generation is a typical example. Warping of circuit boards after soldering is also due to differences in thermal expansion coefficients of different materials. Engine cylinder blocks develop thermal stress due to temperature differences between hot and cold sections, potentially leading to cracks.
  • Fluid-Structure Interaction (FSI) Term: Fluid pressure/shear forces deform the structure, and structural deformation changes the fluid domain – a bidirectional interaction. 【Everyday Example】Suspension bridge cables vibrating in strong wind (Vortex-Induced Vibration) – wind force shakes the structure, the shaken structure alters the wind flow, further amplifying vibration. Blood flow in the heart and elastic deformation of blood vessel walls, aircraft wing flutter (aeroelastic instability) are also typical FSI problems. One-way coupling may suffice in some cases, but bidirectional coupling is essential for large deformations.
  • Electromagnetic-Thermal Coupling Term: Joule heating $Q = J^2/\sigma$ causes temperature rise, and temperature change alters electrical resistance, creating a feedback loop. 【Everyday Example】Nichrome wire in an electric heater glows red when current flows due to heating (Joule heat) – temperature rise changes resistance, altering current distribution. Eddy current heating in IH cooking heaters, increased sag of power lines due to temperature rise are also examples of this coupling.
  • Data Transfer Term: Interpolation resolves mesh mismatch between different physical fields. 【Everyday Example】When calculating "feels-like temperature" by combining "air temperature data" and "wind data" in weather forecasting, interpolation is needed if observation points differ – In CAE coupled analysis, structural and CFD meshes generally don't match, so data transfer (Interpolation) accuracy at the interface directly impacts result reliability.
Assumptions and Applicability Limits
  • Weak Coupling Assumption (One-way coupling): Valid when one physical field affects the other but the reverse is negligible
  • Cases requiring Strong Coupling: Large deformations in FSI, cases with strong temperature dependence in electromagnetic-thermal coupling
  • Time Scale Separation: When characteristic times of each physical field differ significantly, efficiency can be improved via sub-cycling
  • Interface Condition Consistency: Ensure energy/momentum conservation at the coupling interface is satisfied numerically
  • Non-applicable Cases: When three or more physical fields are strongly coupled simultaneously, monolithic methods may be necessary
Dimensional Analysis and Unit Systems
VariableSI UnitNotes / Conversion Memo
Thermal expansion coefficient $\alpha$1/KSteel: ~12×10⁻⁶, Aluminum: ~23×10⁻⁶
Coupled interface forceN/m² (pressure) or N (concentrated force)Verify force balance on fluid and structure sides
Data transfer errorDimensionless (%)Interpolation accuracy depends on mesh density ratio. Under 5% is a guideline.

Numerical Methods and Implementation

Numerical Methods

🧑‍🎓

How do you solve this three-way coupling (wind-rain-cable)?


🎓

There are full CFD approaches and semi-empirical approaches.


ApproachMethodAccuracyComputational Cost
2D CFD + Water Film ModelRANS/LES + Thin Film EquationMedium~HighMedium
3D CFD-VOFMultiphase Flow CFDVery HighVery High
Quasi-Steady Aerodynamic Force ModelWind Tunnel Test Data + ODELow~MediumLow
Experimental Aerodynamic Coefficients + FEMWind Tunnel Data + Structural FEMMediumLow
🧑‍🎓

Do you directly resolve the water film using the VOF method?


🎓

It's possible, but the water film thickness is about 0.1~1 mm while the cable diameter is 100~200 mm, resulting in a scale ratio of 1:1000. Simultaneously meshing to resolve the water film and the external flow is extremely difficult, requiring AMR (Adaptive Mesh Refinement).


🎓

Practically, a semi-coupled approach is common: solving the flow around the cylinder with 2D CFD and separately solving for water film position and thickness with the thin film equation. There are research examples coupling a custom water film solver with OpenFOAM's pisoFoam.

Coffee Break Casual Talk

How to Handle Rainwater Surface Tension – VOF or SPH?

To numerically reproduce the water roll on cable surfaces in RWV analysis, the method for tracking the gas-liquid interface is key. A representative method is VOF (Volume of Fluid), which represents the interface using fluid volume fraction. OpenFOAM's interFoam solver is widely used, but results vary greatly depending on how the contact angle (water repellency) on the cable surface is handled. Recently, SPH (Smoothed Particle Hydrodynamics) is gaining attention; it tracks water particles as particles, allowing more natural reproduction of behaviors like "water dripping" and "water film spreading on bridge cables." However, SPH is 1-2 orders of magnitude more computationally expensive than VOF, so practical analysis of full cable length still takes time.

Monolithic Method

Solves all physical fields simultaneously as one system of equations. Stable for strong coupling but complex to implement and memory-intensive.

Partitioned Method (Partitioned Iterative Method)

Solves each physical field independently, exchanging data at the interface. Easy to implement and can utilize existing solvers. Suitable for weak coupling.

Interface Data Transfer

Nearest neighbor (simplest but low accuracy), projection (conservative), RBF interpolation (robust to mesh mismatch). Balance between conservation and accuracy is important.

Sub-iteration

Performs sufficient iterations within each coupling step to ensure interface condition consistency. Residual criteria are scaled based on typical values of each physical field.

Aitken Relaxation

Automatically adjusts the relaxation factor for coupling iterations. An adaptive method that prevents divergence from over-relaxation and accelerates convergence.

Stability Condition

Beware of added mass effect (in fluid-structure coupling when structural density ≈ fluid density). If unstable, apply Robin-type interface conditions or IQN-ILS method.

Analogy for Aitken Relaxation

Aitken relaxation is like "balancing a seesaw." If one side pushes too hard, the other side jumps up, and the reaction causes it to push too hard again – Aitken relaxation automatically adjusts the pushing force to suppress this oscillation. It's an adaptive method that automatically adjusts the next correction amount based on the previous correction when coupling iterations oscillate and fail to converge.

Practical Guide

Evaluation Methods in Design Practice

🧑‍🎓

How is rain-wind induced vibration actually evaluated in bridge design?


🎓

In Japan, guidelines from the "Wind-Resistant Design Manual for Highway Bridges" (Japan Road Association) are followed. Occurrence conditions are wind speeds of 5~20 m/s, during rainfall, cable inclination angles of 20~60°, and when the relative angle between wind direction and cable is within a specific range.


Countermeasures

🧑‍🎓

Are there ways to suppress rain-wind induced vibration?


🎓

Several countermeasures have been put into practical use.


CountermeasurePrincipleTrack Record
Cable surface dimple processingChanges stable position of water filmAkashi Kaikyo Bridge
Helical filletDisrupts water film formation patternTamagawa Sky Bridge
Damper installationDissipates vibration energyMany cable-stayed bridges
Connecting cablesConnects cables to change modesTsurumi Tsubasa Bridge
🧑‍🎓

Can CFD simulation evaluate countermeasure effectiveness in advance?


🎓

CFD is used for shape optimization of dimples and fillets. Changes in aerodynamic coefficients due to surface roughness differences are evaluated with RANS to determine optimal shape parameters. However, full FSI including water film behavior remains at the research level due to computational cost issues.

Coffee Break Casual Talk

RWV Field Measurement at Tamagawa Bridge – What Happened on a Typhoon Night

RWV of cable-stayed bridge cables has caused actual damage domestically as well. During Typhoon No. 18 in 2009, at a cable-stayed bridge in the Kanto region, heavy rain and winds exceeding 20 m/s overlapped, causing cables to vibrate with a maximum amplitude of about 80 cm. Local sensor records show vibration suddenly started around 2 AM and subsided around 5 AM when the rain weakened. This field measurement data led to a revision of design standards. Now, RWV verification is virtually mandatory for new designs of large cable-stayed bridges, and "wind tunnel testing + rain spray" dedicated RWV tests have become standard in bridge design consulting.

Analogy for Analysis Flow

Have you ever blown up a balloon? In that moment, a sophisticated fluid-structure interaction is actually occurring. Internal air pressure (fluid) pushes and expands the rubber wall (structure) → the expanded wall changes the internal pressure distribution → the changed pressure further deforms the wall... Repeating this catchball at each calculation step is FSI analysis.

Common Pitfalls for Beginners

"One-way coupling should be enough, right?" – This misjudgment is the most dangerous in coupled analysis. If structural deformation is微小, one-way might suffice, but in cases like heart valve opening/closing where deformation significantly changes the flow path, one-way is completely inadequate. A rule of thumb is "does deformation exceed 1% of the characteristic length?" If it does, bidirectional coupling is mandatory. If you settle for one-way, the result can be "plausible but actually completely wrong" – this is the scariest pattern.

Thinking About Boundary Conditions

Data exchange at the coupling interface is like "border control between countries." Each country (physical field) has its own laws (governing equations), but if the exchange of people and goods (force, temperature, displacement) at the border (interface) isn't managed accurately, the economies (energy balance) of both countries collapse. Interpolation when meshes don't match is like an "interpreter" – the smaller the mistranslation (interpolation error), the better the results.

Software Comparison

Tool Comparison

🧑‍🎓

What tools are available for analyzing rain-wind induced vibration?


🎓
ToolPurposeFeatures
Ansys Fluent2D/3D CFDVOF multiphase flow + dynamic mesh FSI
OpenFOAM2D/3D CFDEasy implementation of custom water film models
Star-CCM+2D/3D CFDBuilt-in FSI coupling function
Ansys MechanicalStructural FEMSystem coupling with Fluent for FSI
AbaqusStructural FEMCo-simulation with Star-CCM+ etc.
In-house code (MATLAB/Python)Prototype/ResearchFlexible for new model development
🧑‍🎓

Which is better for RWV, commercial or open-source?


🎓

It depends on the purpose. For practical design verification, commercial software with proven track records and support is advantageous. For research exploring new models, open-source like OpenFOAM offers high flexibility. The key is whether the water film model can be implemented.


🎓

Recently, coupled analysis platforms like MBDyn (multibody dynamics) + OpenFOAM are also being used. This allows modeling of the entire cable system including supports.

Coffee Break Casual Talk

The Reality of FSI Analysis – It's Not Just About the Software

When actually performing FSI analysis, the biggest bottleneck is often not the software itself but the "modeling know-how." For example, how to set the initial water film shape? How to model cable surface roughness? How to handle the contact angle of water? These modeling decisions often have a greater impact on results than the choice of solver. In the industry, it's common to first perform a parameter study using a simple model to understand trends, then proceed to detailed analysis. The key is not to aim for perfection from the start but to build up complexity step by step.

Selection Criteria

  • Modeling Flexibility: Can custom water film models/equations be implemented?
  • Coupling Capability: Does it support strong/weak coupling? Is Aitken relaxation available?
  • Mesh Handling: Can it handle large scale differences? Is AMR supported?
  • Computational Efficiency: Parallel scalability, solver convergence
  • Support & Community: Availability of technical support, active user community

License Cost

Commercial software requires high initial investment but includes support. Open-source has no license fee but requires in-house expertise. Cloud-based HPC usage costs also need consideration.

Learning Curve

OpenFOAM has a steep learning curve but high potential. Commercial software is relatively easier to start with but may have limitations in advanced customization.

Future Outlook

AI/ML-assisted modeling, reduced-order models (ROM), and real-time simulation are emerging. The ability to integrate with these new technologies is also becoming a selection factor.

関連シミュレーター

この分野のインタラクティブシミュレーターで理論を体感しよう

シミュレーター一覧

関連する分野

構造解析電磁界解析熱解析
この記事の評価
ご回答ありがとうございます!
参考に
なった
もっと
詳しく
誤りを
報告
参考になった
0
もっと詳しく
0
誤りを報告
0
Written by NovaSolver Contributors
Anonymous Engineers & AI — サイトマップ
About the Authors