Ehsan M.A.

Results 98 comments of Ehsan M.A.

Did some edits https://oshwlab.com/epsi1on/ardbrood - DHT data pin is connected to D2 instead of D3 - FAN RPM Sense is connected to D12 instead of D2 - FAN Speed Control...

Example is not created yet. :) I just made an issue for it. It is like TO-DO list, I'll make the example as soon as possible. By the way ,have...

Sorry, Maybe my code is clumsy and complicated to be simply readable. That is not entirely "Clean Code" and I know it :) It just need a little effort I...

Hi, You mean you have problem with a specific particular model? If a model is failing to solve, then you can save the model into file (using `Model.Save()`) and put...

@MLiranzo Have a look at your prior post (you already had this issue) https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/issues/135#issuecomment-1126988247

To fix the "Node not belong to model" error you should do this: Whenever you create a node like this `var n1 = new Node()`, you should add the new...

information about msh file format (ANSYS version) [msh.pdf](https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/files/9055700/msh.pdf) example file [test_solid(1).zip](https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/files/9055735/test_solid.1.zip)

> Attached Files El mar, 29 mar 2022 a la(s) 14:14, epsi1on ***@***.***) escribió: > […](#) > Newmark-beta method is used for finding the response of a structure with known...

@MLiranzo That is because you reply to the notification email directly. Please use this link 👍🏼 [https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/issues/127](https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/issues/127)

@MLiranzo Thanks for great detailed calculation. Can you please also write a simple code (10-15 lines of code) that makes your model? For your case there will be 8 nodes,...