Curing Boundary Conditions

SkillAI & models

This skill lets your agent set up boundary conditions for composite curing simulations that include a mold. Once added, your agent can prepare mold contact, springback, and demolding constraints so the curing model is ready to use. It covers the standard boundary condition setup for curing models with a mold.

Available today. Use it from your connected AI after setup.

After adding it, ask your agent to set up the boundary conditions or constraints for your composite curing model. It will handle the mold contact, springback, and demolding setup for you.

Then ask your AI: use the Curing Boundary Conditions skill

What your AI can do with it

  • Apply mold contact constraints that lock tool movement in the U1 and U2 directions
  • Define springback constraints on the Set-2 region of the model
  • Set up demolding using a Model Change so the part separates from the mold
  • Prepare a complete boundary condition setup for curing models that include a mold

What this skill tells your AI

The instructions your AI receives, as published by cai-aa/cae-agent-hub in Skill/abaqus/composite-curing-simulation/setup/curing-bc/SKILL.md and read by ahel’s review.

This skill defines all boundary conditions for the P8_mold curing model, including the critical distinction between mold-constrained (correct) and ENCASTRE-constrained (incorrect) approaches.

When to Invoke

  • User asks to set up boundary conditions for a curing model
  • User mentions "约束", "边界条件", "固支", "模具约束"
  • User needs to define Set-2 for springback
  • User encounters constraint-related issues (e.g., symmetric deformation)

Critical: Two Constraint Paradigms

Correct: Mold Contact Constraint (P8_mold)

The mold (TOOL-1) is fixed in space, and the composite is held only by friction contact with the mold. This allows the composite to slide and expand during curing, which is the real physical mechanism.

Curing steps (vis/rub/glassy):

*Boundary
_PickedSet328, 1, 1          # TOOL U1 = 0
_PickedSet327, 2, 2          # TOOL U2 = 0

Springback step (sp):

*Boundary, op=NEW
Set-2, 1, 1                   # Composite inner corner U1 = 0
Set-2, 2, 2                   # Composite inner corner U2 = 0
Set-2, 3, 3                   # Composite inner corner U3 = 0

The op=NEW keyword removes all previous boundary conditions and applies only Set-2 constraints. This is critical — without op=NEW, the mold constraints would remain active during springback.

Incorrect: ENCASTRE Constraint (P8_only)

The composite inner surface is fully fixed (all 6 DOFs) throughout the entire simulation. There is no mold, no contact, no demolding.

*Boundary
_PickedSet246, 1, 6           # ENCASTRE: U1=U2=U3=UR1=UR2=UR3=0

This produces center-symmetric deformation because:

  1. No friction → no asymmetric resistance to thermal expansion
  2. No demolding → no physical springback mechanism
  3. Full rotational fixity prevents any angle change at the constraint

TOOL Boundary Conditions (P8_mold Only)

The TOOL part has two constraint sets:

Set NameDOFValuePurpose
_PickedSet328U10Prevent mold sliding in X
_PickedSet327U20Prevent mold sliding in Y

Why only U1 and U2?

  • The mold is a rigid body; fixing U1 and U2 prevents translation
  • U3 (vertical) is constrained by the contact algorithm
  • Rotations are implicitly constrained by the rigid body definition
  • This allows the mold to "press down" on the composite via contact pressure

Set-2: Springback Constraint

Set-2 is a node set on the composite part at the inner corner of the L-bracket. It is activated only in the sp (springback) step.

Purpose: Prevent rigid body motion after the mold is removed. Without Set-2, the composite would float freely after demolding.

How Set-2 is defined:

  • Nodes at the inner corner of the L-bracket (near origin)
  • Selected by coordinate proximity: X ≈ 0 AND Y ≈ 0
  • Typically 9-25 nodes (the corner mesh region)

When mesh changes: Set-2 must be redefined by matching node coordinates, not node IDs, because renumbering occurs with mesh changes.

Model Change: Demolding Process

The sp step includes *Model Change to remove the TOOL elements and contact pair:

*Step, name=sp
*Model Change, remove
TOOL-1.EL                   # Remove all TOOL elements
*Model Change, remove
TOOL-1, com-surface         # Remove contact surface
*Model Change, remove
TOOL-1, tool-surface        # Remove contact surface
*Boundary, op=NEW
Set-2, 1, 3                  # Apply springback constraint

Sequence in sp step:

  1. Remove TOOL elements (mold disappears)
  2. Remove contact surfaces (no more contact)
  3. Remove old boundary conditions (TOOL constraints gone)
  4. Apply Set-2 constraints (new BC for springback)
  5. Allow residual stresses to relax → springback deformation

Pressure Boundary Condition

Pressure (0.6 MPa) is applied on S2 (inner surface) during curing and removed in sp step:

** Curing steps (vis/rub/glassy):
*Dsload
P8-1.S2, P, 0.6              # 0.6 MPa on inner surface

** Springback step (sp):
** (no *Dsload — pressure removed)

Why S2 (inner surface)?

  • The pressure represents autoclave pressure pressing the composite against the mold
  • S2 is the surface facing the mold (inner surface)
  • S1 is the outer surface (contact surface with mold)

Boundary Condition Summary Table

StepTOOL-1 BCComposite BCContactPressure
visU1=0, U2=0None (friction-held)Active0.6 MPa (S2)
rubU1=0, U2=0None (friction-held)Active0.6 MPa (S2)
glassyU1=0, U2=0None (friction-held)ActiveNone
spRemoved (Model Change)Set-2: U1=U2=U3=0 (op=NEW)RemovedNone

Common Errors

ErrorCauseFix
Center-symmetric deformationUsing ENCASTRE instead of mold contactUse P8_mold_V2.inp template
Composite floats away in sp stepMissing Set-2 constraintAdd *Boundary, op=NEW with Set-2
Mold still visible in sp stepMissing *Model Change, removeAdd Model Change for TOOL elements
Over-constraint in sp stepTOOL BCs not removedUse op=NEW keyword to clear old BCs
No springback deformationPressure not removed in spRemove *Dsload in sp step

Signals

GitHub stars
891
Forks
115
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
curing-bc
Source
github.com/cai-aa/cae-agent-hub