Skip to main content
Ctrl+K
Logo image

COMPAS FEA2

Site Navigation

  • User Guide
  • API Reference
  • Backends
  • Viewers
  • Development
  • COMPAS Framework

Site Navigation

  • User Guide
  • API Reference
  • Backends
  • Viewers
  • Development
  • COMPAS Framework
  • model
    • Model
    • Part
    • RigidPart
    • Node
    • BeamElement
    • HexahedronElement
    • MassElement
    • MembraneElement
    • ShellElement
    • SpringElement
    • StrutElement
    • TieElement
    • TetrahedronElement
    • TrussElement
    • BeamEndPinRelease
    • BeamEndSliderRelease
    • BeamMPC
    • TieConstraint
    • TieMPC
    • Concrete
    • ConcreteDamagedPlasticity
    • ConcreteSmearedCrack
    • ElasticIsotropic
    • ElasticOrthotropic
    • ElasticPlastic
    • Steel
    • Stiff
    • Timber
    • UserMaterial
    • AngleSection
    • BoxSection
    • CircularSection
    • HexSection
    • ISection
    • MembraneSection
    • PipeSection
    • RectangularSection
    • ShellSection
    • SolidSection
    • SpringSection
    • StrutSection
    • TieSection
    • TrapezoidalSection
    • TrussSection
    • ClampBCXX
    • ClampBCYY
    • ClampBCZZ
    • FixedBC
    • GeneralBC
    • PinnedBC
    • RollerBCX
    • RollerBCXY
    • RollerBCXZ
    • RollerBCY
    • RollerBCYZ
    • RollerBCZ
    • InitialStressField
    • InitialTemperatureField
    • ElementsGroup
    • FacesGroup
    • NodesGroup
    • PartsGroup
    • _BeamEndRelease
    • _BoundaryCondition
    • _Connector
    • _Constraint
    • _Element
    • _Element1D
    • _Element2D
    • _Element3D
    • _Group
    • _InitialCondition
    • _Interaction
    • _Material
    • _Section
    • _Section1D
    • _Section2D
    • _Section3D
  • problem
    • Problem
    • GeneralStep
    • _Perturbation
    • ModalAnalysis
    • ComplexEigenValue
    • StaticStep
    • LinearStaticPerturbation
    • BucklingAnalysis
    • DynamicStep
    • QuasiStaticStep
    • DirectCyclicStep
    • GeneralDisplacement
  • results
    • Result
    • DisplacementResult
    • StressResult
    • MembraneStressResult
    • ShellStressResult
    • SolidStressResult
    • DisplacementFieldResults
    • ReactionFieldResults
    • StressFieldResults
  • Units
  • job
    • InputFile
    • ParametersFile
  • API Reference
  • Model
  • Model.add_rollerXY_bc

Model.add_rollerXY_bc

Model.add_rollerXY_bc(nodes, frame=None, **kwargs)[source]

Add a compas_fea2.model.bcs.RollerBCXY to the given nodes.

This boundary condition allows translation along the local XY-plane.

Parameters:
nodeslist[compas_fea2.model.Node] or compas_fea2.model.NodesGroup

List or Group with the nodes where the boundary condition is assigned.

framecompas.geometry.Frame, optional

The frame in which the boundary condition is defined, by default None (global frame).

On this page
  • Model.add_rollerXY_bc()

© Copyright COMPAS Association.

Created using Sphinx 6.2.1.

Built with the PyData Sphinx Theme 0.13.3.