Skip to content

Commit

Permalink
Merge pull request OpenSees#1373 from mhscott/warping
Browse files Browse the repository at this point in the history
3D warping element
  • Loading branch information
fmckenna authored Apr 9, 2024
2 parents acd96e2 + d34f5c7 commit cbd079c
Show file tree
Hide file tree
Showing 7 changed files with 540 additions and 142 deletions.
3 changes: 2 additions & 1 deletion SRC/interpreter/OpenSeesSectionCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,8 @@ int OPS_Patch()
delete thePatch;
return -1;
}
theFiber = new UniaxialFiber3d(j,*material,area,cPos);
double dval = cells[j]->getdValue();
theFiber = new UniaxialFiber3d(j,*material,area,cPos,dval);
theActiveFiberSectionWarping3d->addFiber(*theFiber);

} else if (theActiveFiberSectionAsym3d != 0) {
Expand Down
Loading

0 comments on commit cbd079c

Please sign in to comment.