Cam-Clay Model

Category: 構造解析 | Integrated 2026-04-06
CAE visualization for cam clay theory - technical simulation diagram
Cam-Clayモデル

Theory and Physics

What is the Cam-Clay Model?

🧑‍🎓

Professor, what is the Cam-Clay model?


🎓

The Cam-Clay (Cambridge Clay) model is an elastoplastic constitutive law for clay. Developed by Roscoe and Schofield at Cambridge University (1958). It forms the basis of Critical State Soil Mechanics, providing a unified description of soil consolidation and strength.


Modified Cam-Clay

🎓

The version commonly used in practice is the Modified Cam-Clay (MCC). Its yield surface is an ellipse in $p-q$ space:


$$ f = q^2 + M^2 p(p - p_0) = 0 $$

$p$ is the mean effective stress, $q$ is the deviatoric stress, $M$ is the stress ratio at critical state, and $p_0$ is the preconsolidation pressure.


🧑‍🎓

How is it different from Mohr-Coulomb?


🎓

MC only defines a failure condition (maximum shear strength). Cam-Clay handles both consolidation (volumetric plasticity) and strength. It can predict settlement and deformation of normally consolidated clay.


Parameters

🎓
ParameterMeaningTypical Value
$\lambda$Compression index (NCL slope)0.1 to 0.5
$\kappa$Swelling index (unloading-reloading slope)0.01 to 0.05
$M$Critical state stress ratio0.6 to 1.2
$e_0$Initial void ratio0.5 to 2.0
$p_0$Preconsolidation pressureFrom in-situ stress

Summary

🎓
  • Elastoplastic model for clay — Unified description of consolidation + strength
  • Elliptical yield surface — In $p-q$ space
  • Five parameters — Determined from triaxial and consolidation tests
  • Standard support in Plaxis, Abaqus — Fundamental model for geotechnical analysis

  • Coffee Break Trivia

    The Naming Secret of Cambridge Clay

    The "Cam" in Cam-Clay originates from the River Cam that flows through Cambridge city. When Roscoe and Schofield developed the model in 1958 using soft British clay as experimental material, they named it after the local river. They likely never imagined that these three letters would dominate geotechnical engineering textbooks for over half a century.

    Physical Meaning of Each Term
    • Inertia term (mass term): $\rho \ddot{u}$, meaning "mass × acceleration". Have you ever experienced being thrown forward when slamming on the brakes? That "feeling of being carried away" is precisely the inertial force. Heavier objects are harder to set in motion and harder to stop once moving. Buildings shake during earthquakes because the ground moves suddenly while the building's mass "gets left behind". In static analysis, this term is set to zero, assuming "forces are applied slowly enough to ignore acceleration". It cannot be omitted for impact loads or vibration problems.
    • Stiffness term (elastic restoring force): $Ku$ or $\nabla \cdot \sigma$. When you stretch a spring, you feel a "force trying to return it", right? That's Hooke's law $F=kx$, the essence of the stiffness term. Now a question — an iron rod and a rubber band, which stretches more under the same pulling force? Obviously the rubber band. This "resistance to stretching" is the Young's modulus $E$, which determines stiffness. A common misconception: "High stiffness ≠ strong". Stiffness is "resistance to deformation", strength is "resistance to failure" — different concepts.
    • External force term (load term): Body forces $f_b$ (e.g., gravity) and surface forces $f_s$ (pressure, contact forces, etc.). Think of it this way — the weight of a truck on a bridge is a "force acting on the entire volume" (body force), while the force of the tires pushing on the road surface is a "force acting only on the surface" (surface force). Wind pressure, water pressure, bolt tightening force... all are external forces. A typical mistake here: getting the load direction wrong. Intending "tension" but ending up with "compression" — sounds like a joke, but it actually happens when coordinate systems rotate in 3D space.
    • Damping term: Rayleigh damping $C\dot{u} = (\alpha M + \beta K)\dot{u}$. Try plucking a guitar string. Does the sound continue forever? No, it gradually fades away. That's because vibration energy is converted to heat by air resistance and internal friction in the string. Car shock absorbers work on the same principle — deliberately absorbing vibration energy for a smoother ride. What if damping were zero? Buildings would keep swaying forever after an earthquake. Since that doesn't happen in reality, setting appropriate damping is crucial.
    Assumptions and Applicability Limits
    • Continuum assumption: Treats material as a continuous medium, ignoring microscopic heterogeneity.
    • Small deformation assumption (for linear analysis): Deformation is sufficiently small compared to initial dimensions, and stress-strain relationship is linear.
    • Isotropic material (unless specified otherwise): Material properties are independent of direction (anisotropic materials require separate tensor definitions).
    • Quasi-static assumption (for static analysis): Ignores inertial and damping forces, considering only equilibrium between external and internal forces.
    • Non-applicable cases: Large deformation/large rotation problems require geometric nonlinearity. Nonlinear material behavior like plasticity and creep requires constitutive law extensions.
    Dimensional Analysis and Unit Systems
    VariableSI UnitNotes / Conversion Memo
    Displacement $u$m (meter)When inputting in mm, unify load/elastic modulus to MPa/N system.
    Stress $\sigma$Pa (Pascal) = N/m²MPa = 10⁶ Pa. Beware of unit system inconsistency when comparing with yield stress.
    Strain $\varepsilon$Dimensionless (m/m)Note the distinction between engineering strain and logarithmic strain (for large deformations).
    Elastic modulus $E$PaSteel: ~210 GPa, Aluminum: ~70 GPa. Note temperature dependence.
    Density $\rho$kg/m³In mm system: tonne/mm³ (= 10⁻⁹ tonne/mm³ for steel).
    Force $F$N (Newton)Unify to N in both mm and m systems.

    Numerical Methods and Implementation

    FEM Setup for Cam-Clay

    🎓

    ```

    *CLAY PLASTICITY

    lambda, kappa, M, a, K0

    *CLAY HARDENING

    p0_initial

    ```


    Plaxis:

    GUI setup. Select Modified Cam-Clay and input $\lambda, \kappa, M$.


    Summary

    🎓
    • Abaqus *CLAY PLASTICITY — Direct input
    • Plaxis — Setup via GUI
    • Parameter determination from triaxial + consolidation tests

    • Coffee Break Trivia

      The Birth of the Modified Version

      The yield surface of the original Cam-Clay was a logarithmic spiral shape, which was numerically cumbersome. In 1968, Burland proposed an elliptical yield surface and reformulated it as the "Modified Cam-Clay (MCC)". This modification dramatically improved compatibility with the Return-Mapping algorithm, and virtually all FEM codes now implement the MCC version.

      Linear Elements (1st-order Elements)

      Linear interpolation between nodes. Low computational cost but lower stress accuracy. Beware of shear locking (mitigated with reduced integration or B-bar method).

      Quadratic Elements (with Mid-side Nodes)

      Can represent curved deformation. Stress accuracy improves significantly, but degrees of freedom increase by about 2-3 times. Recommended when stress evaluation is critical.

      Full Integration vs Reduced Integration

      Full Integration: Risk of over-constraint (locking). Reduced Integration: Risk of hourglass modes (zero-energy modes). Choose appropriately for the situation.

      Adaptive Mesh

      Automatic refinement based on error indicators (e.g., ZZ estimator). Efficiently improves accuracy in stress concentration areas. Includes h-method (element subdivision) and p-method (order increase).

      Newton-Raphson Method

      Standard method for nonlinear analysis. Updates the tangent stiffness matrix every iteration. Provides quadratic convergence within the convergence radius, but computational cost is high.

      Modified Newton-Raphson Method

      Updates the tangent stiffness matrix using the initial value or every few iterations. Cost per iteration is low, but convergence is linear.

      Convergence Criteria

      Force residual norm: $||R|| / ||F_{ext}|| < \epsilon$ (typically $\epsilon = 10^{-3}$ to $10^{-6}$). Displacement increment norm: $||\Delta u|| / ||u|| < \epsilon$. Energy norm: $\Delta u \cdot R < \epsilon$

      Load Increment Method

      Applies the total load in small increments rather than all at once. The arc-length method (Riks method) can trace beyond limit points on the load-displacement curve.

      Analogy: Direct Method vs Iterative Method

      The direct method is like "solving simultaneous equations accurately with pen and paper" — reliable but too time-consuming for large-scale problems. The iterative method is like "repeatedly guessing to approach the correct answer" — starts with a rough answer but improves accuracy with each iteration. It's the same principle as looking up a word in a dictionary: it's more efficient to open it at an estimated location and adjust forward/backward (iterative) than to search sequentially from the first page (direct).

      Relationship Between Mesh Order and Accuracy

      1st-order elements are like "approximating a curve with a ruler" — represented by straight line segments, so accuracy is limited. 2nd-order elements are like a "flexible curve" — can represent curved changes, dramatically improving accuracy even at the same mesh density. However, computational cost per element increases, so judge based on total cost-effectiveness.

      Practical Guide

      Cam-Clay in Practice

      🎓

      Used for consolidation settlement of soft clay ground, embankment stability, and seepage-deformation coupling.


      Practical Checklist

      🎓
      • [ ] Are $\lambda, \kappa, M$ determined from triaxial tests?
      • [ ] Is the initial stress ($K_0$ state) correctly set?
      • [ ] Does the OCR (Overconsolidation Ratio) match the site investigation data?
      • [ ] Have you considered if seepage-deformation coupling (Biot theory) is necessary?

      • Coffee Break Trivia

        Kansai International Airport and Soft Ground

        The artificial island for Kansai International Airport was constructed by improving soft seabed clay with up to about 8,000 sand compaction piles. The design utilized Modified Cam-Clay model predictions for consolidation settlement. Over 20 years since opening, about 3m of settlement occurred, closely matching the design values, demonstrating the effectiveness of the ground model.

        Analogy: Analysis Flow

        The analysis flow is actually very similar to cooking. First, you buy the ingredients (prepare the CAD model), do the prep work (mesh generation), apply heat (solver execution), and finally plate it (post-processing visualization). Here's an important question — which step in cooking is most prone to failure? Actually, it's the "prep work". If the mesh quality is poor, the results will be a mess no matter how good the solver is.

        Pitfalls Beginners Often Fall Into

        Are you checking mesh convergence? Do you think "the calculation ran = the result is correct"? This is actually the most common trap for CAE beginners. The solver will always return "some answer" for the given mesh. But if the mesh is too coarse, that answer can be far from reality. Verify that results stabilize across at least three levels of mesh density — neglecting this leads to the dangerous assumption that "the computer gave the answer, so it must be correct".

        Thinking About Boundary Conditions

        Setting boundary conditions is like "writing the exam question". If the question is wrong? No matter how accurately you calculate, the answer will be wrong. "Is this surface really fully fixed?" "Is this load really uniformly distributed?" — Correctly modeling real-world constraints is often the most critical step in the entire analysis.

        Software Comparison

        Tools for Cam-Clay

        🎓
        • Plaxis — GUI setup for Cam-Clay (MCC). Geotechnical-specific.
        • Abaqus *CLAY PLASTICITY — General-purpose FEM.
        • FLAC — Supports Cam-Clay.

        • Selection Guide

          🎓
          • Consolidation of clay ground → Plaxis (easiest) or Abaqus

          • Coffee Break Trivia

            The Birth of Plaxis's Dedicated License

            Plaxis originated in 1987 as a Cam-Clay-specific FEM code developed by Verruit and van Loon at Delft University of Technology (Netherlands) as teaching material for master's students. Commercialized in 1993 as "Plaxis 2D", it reigned as the de facto industry standard software in geotechnical/foundation engineering for over 30 years until its acquisition by Bentley Systems (2020).

            The Three Most Important Questions for Selection

            • "What are you solving?": Does it support the physical models/element types required for the Cam-Clay model? For example, in fluids, the presence of LES support; in structures, the ability to handle contact/large deformation makes a difference.
            • "Who will use it?": For beginner teams, tools with rich GUIs are suitable; for experienced users, flexible script-driven tools are better. Similar to the difference between automatic (GUI) and manual (script) transmission cars.
            • "How far will it expand?": Choosing with future expansion in mind — scaling up analysis (HPC support), expansion to other departments, integration with other tools — leads to long-term cost reduction.

            Advanced Technology

            Advanced Cam-Clay

            🎓
            • Hardening Soil (HS) Model — Extension of Cam-Clay. Stress-level dependent stiffness.
            • HSsmall — Adds small-strain stiffness to HS. Suitable for dynamic analysis.
            • Unsaturated Soil Cam-Clay — Extension including suction effects (BBM model).

            • Coffee Break Trivia

              Evolution to the Sub-loading Surface Model

              Traditional Cam-Clay assumes purely elastic behavior inside the initial yield surface, so it cannot represent nonlinearity in the small-strain region. In 1989, Mitsuhiro Oka (Tohoku University) and Koichi Hashiguchi introduced the concept of a sub-loading surface, proposing the "Sub-loading Cam-Clay" where plastic strain occurs even inside the yield surface. This extension significantly improved the reproduction accuracy of repeated loading and small-strain stiffness.

              Related Topics

              関連シミュレーター

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

              シミュレーター一覧

              関連する分野

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