Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Stress in layered composi...
Forum: MYSTRAN
Last Post: Admin
12-03-2021, 06:55 PM
» Replies: 3
» Views: 1,773
|
Failure Theory values
Forum: MYSTRAN
Last Post: fmjs
11-26-2021, 04:37 PM
» Replies: 2
» Views: 1,573
|
RBE3 Issue
Forum: MYSTRAN
Last Post: Jon
10-05-2021, 11:57 PM
» Replies: 4
» Views: 2,171
|
MYSTRAN Solid Element Buc...
Forum: MYSTRAN
Last Post: ceanwang
09-10-2021, 05:42 AM
» Replies: 2
» Views: 1,881
|
Gmsh
Forum: Pre/Post Processors
Last Post: ceanwang
08-15-2021, 12:51 AM
» Replies: 10
» Views: 9,064
|
error in beam analysis
Forum: MYSTRAN
Last Post: ZacharyALerner
08-05-2021, 03:17 AM
» Replies: 6
» Views: 3,677
|
tetra10 from pyNastran do...
Forum: MYSTRAN
Last Post: bernd
08-03-2021, 04:31 PM
» Replies: 5
» Views: 2,643
|
New User Bernd
Forum: MYSTRAN
Last Post: bernd
07-26-2021, 03:03 PM
» Replies: 2
» Views: 1,533
|
Weired issue with CBUSHES...
Forum: MYSTRAN
Last Post: drbillc
07-15-2021, 02:51 PM
» Replies: 2
» Views: 1,677
|
Ansible Role to install M...
Forum: MYSTRAN
Last Post: numenic
04-19-2021, 09:41 PM
» Replies: 0
» Views: 1,397
|
|
|
Failure Theory values |
Posted by: fmjs - 09-30-2021, 02:06 PM - Forum: MYSTRAN
- Replies (2)
|
 |
Hello,
I'm using Mystran to test some composite structures, and I need the value of the Failure Theory layer by layer.
Is it possible to output the values for the Failure Theory index for all elements/layer? From the output, one can only get min and max at the summary.
Regards,
Filipe Silva
|
|
|
tetra10 from pyNastran do not work with Mystran |
Posted by: bernd - 07-22-2021, 12:48 PM - Forum: MYSTRAN
- Replies (5)
|
 |
tetra10 from pyNastran do not work with Mystran. the files are attached ...
this is what I used in pyNastran
Code: model.add_grid(1, [8000.0, 1000.0, 0.0])
...
model.add_ctetra(147, 1, [23, 12, 22, 42, 110, 122, 68, 174, 192, 184])
This is what the solver Mystran said ...
Code: *ERROR 1928: ELEMENT 149, TYPE TETRA10 , HAS JACOBIAN LESS THAN OR EQUAL TO ZERO ( = -7.3E+08). BAD GEOMETRY
...
Box_Mesh.bdf.txt (Size: 21.74 KB / Downloads: 3)
Box_Mesh.py.txt (Size: 18.33 KB / Downloads: 3)
|
|
|
New User Bernd |
Posted by: bernd - 07-22-2021, 12:44 PM - Forum: MYSTRAN
- Replies (2)
|
 |
Hi there,
just wanted to say hello. I am from FreeCAD FEM workbench projekt. I started to play with Mystran. For sure I will have questions ...
Depending on my time range there will be more or less questions ...
cheers bernd
|
|
|
Ansible Role to install MYSTRAN |
Posted by: numenic - 04-19-2021, 09:41 PM - Forum: MYSTRAN
- No Replies
|
 |
I pusblished here (https://framagit.org/numenic/mystran_instl_ansible_role) a small Ansible role for installing Mystran. I use it under Ubuntu, but it should work *at least* under Debian too.
It basically:
* check and install "gcc", "gfortran", "make", "git", "f2c"
* under Ubuntu: install "libssl-deb" (necessaty tom compile CMAKE)
* git clone or git pull CMAKE sources
* compile CMAKE if git repo has changed
* git clone or git pull Mystran sources
* compile Mystran if git repo has changed
Do not hesitate to give me your feedback and issues.
|
|
|
|