Skip to content

NodeCon:Maximum number of members reached on node #846

@Ry8icks

Description

@Ry8icks

Bug description
From Subdyn an error message is issued if number of members connected to one single joint exceeds 10. I.e.:
"FAST_InitializeAll:SD_Init:NodeCon:Maximum number of members reached on node .."

From previous error report on the same issue I increased the dimension to 20 of the array ConnectionList in Morison_Types.f90.

The same adjustment must also be performed in Subddyn for the parameter MaxMemJnt in SD_FEM.f90.

I've made the following correction in SD_FEM.f90:
! B.Melhus. Next line corrected. Maximum number of members connected to one single joint is increaesd. 30.09.2021
! Note: The number must correspond to the dimension of "ConnectionList" as defined in Morison_Types.f90.
! INTEGER(IntKi), PARAMETER :: MaxMemJnt = 10 ! Maximum number of members at one joint
INTEGER(IntKi), PARAMETER :: MaxMemJnt = 20 ! Maximum number of members at one joint

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions