Search found 7 matches
- Tue Feb 27, 2024 10:24 pm
- Forum: Framework
- Topic: A C++ ElasticBeam3d problem
- Replies: 3
- Views: 7684
Re: A C++ ElasticBeam3d problem
Your vecxz is parallel to the x-axis of the element https://portwooddigital.com/2020/08/08/a-vector-in-the-x-z-plane/ Hello professor, I roughly understood what vecxz does, modify it to: Vector vecInLocXZPlane(3); vecInLocXZPlane(0) = 0.0; vecInLocXZPlane(1) = 0.0; vecInLocXZPlane(2) = 1.0; ///////...
- Tue Feb 27, 2024 7:57 pm
- Forum: Framework
- Topic: A C++ ElasticBeam3d problem
- Replies: 3
- Views: 7684
Re: A C++ ElasticBeam3d problem
Your vecxz is parallel to the x-axis of the element https://portwooddigital.com/2020/08/08/a-vector-in-the-x-z-plane/ Thank you for your answer, but I don't understand how to modify it. Could you please provide me with further assistance? ////// For vecxz, I have made the following modifications, V...
- Tue Feb 27, 2024 1:38 am
- Forum: Framework
- Topic: A C++ ElasticBeam3d problem
- Replies: 3
- Views: 7684
A C++ ElasticBeam3d problem
I am trying to make it work a little c++ code to solve a ElasticBeam3d element but the system cant solve , here i am providing the code and the program output, so is there any posibility that you can see the error on my code and point out so i can proceed? //code: Domain* domain = new Domain(); Node...
- Sat Jan 20, 2024 10:28 pm
- Forum: Framework
- Topic: shell element
- Replies: 2
- Views: 7952
Re: shell element
Thank your for your reply,but I'm trying to compile in C++, and I don't understand some of the links you postedmhscott wrote: ↑Sun Dec 17, 2023 8:13 am This post might help: https://portwooddigital.com/2023/11/15/ ... sh-shells/
- Sat Jan 20, 2024 9:58 pm
- Forum: Framework
- Topic: Ask for help with C++ compilation
- Replies: 1
- Views: 7758
Ask for help with C++ compilation
I downloaded the source code of the OS and compiled it by calling the relevant files. As a newbie, I had a hard time finding effective learning resources and wondering if anyone would be willing to recommend tutorials. Specifically, the problems I am encountering now are: 1. How to achieve meshing f...
- Sat Dec 16, 2023 11:07 pm
- Forum: Framework
- Topic: shell element
- Replies: 2
- Views: 7952
shell element
How do I check the calculation results of shell cells in Opensees? I tried to model the calibration in Abaqus, but there was a big difference in the results. Could someone please provide me with a complete calculation example and results so that I can further learn
- Sun Dec 10, 2023 5:02 am
- Forum: Framework
- Topic: A simple c++ shell problem
- Replies: 11
- Views: 17631
Re: A simple c++ shell problem
Sorry, I'm having the same issue, I've tried to add six constraints to each node as described in the reply, but the problem is still not resolved