渦励起振動(VIV)
Theory and Physics
Overview
Professor! Today's topic is Vortex-Induced Vibration (VIV), right? What is it?
Structural vibration caused by Kármán vortices. Risers, chimneys, power transmission lines.
Wait, wait, structural vibration caused by Kármán vortices... so does that mean it can also be used in cases like this?
Governing Equations
I see... Vortex-Induced Vibration seems simple at first glance, but it's actually very profound, isn't it?
Discretization Methods
How do you actually solve this equation on a computer?
We use spatial discretization by the Finite Element Method (FEM). We assemble the element stiffness matrix and construct the global stiffness equation.
We perform transformation to the weak form (variational form) and use formulation by the Galerkin method using test functions and shape functions. The choice of element type (low-order elements vs. higher-order elements, full integration vs. reduced integration) directly affects the trade-off between solution accuracy and computational cost.
Matrix Solution Algorithms
What exactly are matrix solution algorithms?
Solve the simultaneous equations by direct methods (LU decomposition, Cholesky decomposition) or iterative methods (CG method, GMRES method). Preconditioned iterative methods are effective for large-scale problems.
| Solver | Classification | Memory Usage | Applicable Scale |
|---|---|---|---|
| LU decomposition | Direct method | O(n²) | Small to medium scale |
| Cholesky decomposition | Direct method (symmetric positive definite) | O(n²) | Small to medium scale |
| PCG method | Iterative method | O(n) | Large scale |
| GMRES method | Iterative method | O(n·m) | Large scale / Non-symmetric |
| AMG preconditioner | Preprocessing | O(n) | Very large scale |
So if you cut corners on the finite element method part, you'll pay for it later. I'll keep that in mind!
Implementation in Commercial Tools
So, what software can be used to do Vortex-Induced Vibration (VIV)?
| Tool Name | Developer/Current | Main File Formats |
|---|---|---|
| Ansys Fluent | Ansys Inc. | .cas, .dat, .msh, .jou |
| Simcenter STAR-CCM+ | Siemens Digital Industries Software | .sim, .java, .csv |
| Ansys CFX | Ansys Inc. | .cfx, .def, .res, .ccl |
| OpenFOAM | Open source (OpenCFD/ESI, OpenFOAM Foundation) | Dictionary files (blockMeshDict, etc.), .foam |
| COMSOL Multiphysics | COMSOL AB | .mph |
Vendor Lineage and Product Integration History
Are the origins of each software quite dramatic?
Ansys Fluent
Next is about Ansys Fluent. What's the story?
Developed by Fluent Inc. Acquired by Ansys in 2006. A general-purpose CFD solver based on unstructured grids.
Current affiliation: Ansys Inc.
Simcenter STAR-CCM+
Next is about Simcenter STAR. What's the story?
Developed by CD-adapco. Acquired by Siemens in 2016 and integrated into the Simcenter brand. Polyhedral mesh is a key feature.
Current affiliation: Siemens Digital Industries Software
After hearing this, I finally understand why development is so important!
Ansys CFX
Tell me about "Ansys CFX"!
CFX developed by AEA Technology (UK). Acquired by Ansys in 2003. Coupled solver is a key feature.
Current affiliation: Ansys Inc.
Wow, the story of development is incredibly interesting! Tell me more.
File Formats and Interoperability
When converting models between different solvers, attention is needed regarding the correspondence of element types, compatibility of material models, and differences in the representation of loads and boundary conditions. In particular, higher-order elements and special elements (cohesive elements, user-defined elements, etc.) often cannot be directly converted between solvers.
I see... Formats seem simple at first glance, but they're actually very profound, aren't they?
Practical Considerations
Are there things like "field wisdom" that aren't in textbooks?
Related Topics
なった
詳しく
報告