<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[MYSTRAN Forum - Pre/Post Processors]]></title>
		<link>https://www.mystran.com/forums/</link>
		<description><![CDATA[MYSTRAN Forum - https://www.mystran.com/forums]]></description>
		<pubDate>Sun, 26 Apr 2026 15:03:07 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Python Neutral Parse]]></title>
			<link>https://www.mystran.com/forums/showthread.php?tid=65</link>
			<pubDate>Fri, 16 Apr 2021 08:02:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.mystran.com/forums/member.php?action=profile&uid=61">numenic</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.mystran.com/forums/showthread.php?tid=65</guid>
			<description><![CDATA[I wrote a lightweight python femap neutral file parser to ease automatic post-processing: <br />
<br />
It's available on pypi: <a href="https://pypi.org/project/femap-neutral-parser/" target="_blank" rel="noopener" class="mycode_url">https://pypi.org/project/femap-neutral-parser/</a><br />
repository: <a href="https://framagit.org/numenic/femap_neutral_parser/" target="_blank" rel="noopener" class="mycode_url">https://framagit.org/numenic/femap_neutral_parser/</a>]]></description>
			<content:encoded><![CDATA[I wrote a lightweight python femap neutral file parser to ease automatic post-processing: <br />
<br />
It's available on pypi: <a href="https://pypi.org/project/femap-neutral-parser/" target="_blank" rel="noopener" class="mycode_url">https://pypi.org/project/femap-neutral-parser/</a><br />
repository: <a href="https://framagit.org/numenic/femap_neutral_parser/" target="_blank" rel="noopener" class="mycode_url">https://framagit.org/numenic/femap_neutral_parser/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[FEMAP neutral improvements]]></title>
			<link>https://www.mystran.com/forums/showthread.php?tid=64</link>
			<pubDate>Fri, 09 Apr 2021 15:44:31 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.mystran.com/forums/member.php?action=profile&uid=61">numenic</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.mystran.com/forums/showthread.php?tid=64</guid>
			<description><![CDATA[Writing a FEMAP neutral parser, I met some some quirks with the file generated by MYSTRAN (v12.1). This thread aims to collect them. Please tell me if I need to split this thread per subject or question!<br />
<br />
I'll begin with this a simpleCBAR + CBUSH model. The attached archive provides the following files:<br />
<br />
* "bulk_model_TC3.nas": the BULK file<br />
* "mystran_00.NEU": the MYSTRAN output<br />
* "FEMAP_v8.2.neu": the FEMAP v8.2 output<br />
* "FEMAP_v2020-1-0.neu": the FEMAP v2020.1 output<br />
<br />
First remark: Block451 is used by both MYSTRAN and FEMAP8.2 to collect results, but is deprecated in later versions in favor of block 1051.<br />
<br />
Block451: titles used by MYSTRAN do not match FEMAP titles. This makes harder to write "solver-agnostic" parsers. From the uploaded files, here is the list with mismatch and missing :<br />
<br />
That's all for now! thanks for reading and happy MYSTRANning !<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>| FEMAP vector Title        | FEMAP vector ID | MYSTRAN vector Title     | MYSTRAN vector ID |<br />
 |---------------------------+-----------------+--------------------------+-------------------|<br />
 | Total Translation         | 1               | RSS translation          | 10001             |<br />
 | T1 Translation            | 2               | T1  translation          | 10002             |<br />
 | T2 Translation            | 3               | T2  translation          | 10003             |<br />
 | T3 Translation            | 4               | T3  translation          | 10004             |<br />
 | Total Rotation            | 5               | RSS rotation             | 10005             |<br />
 | R1 Rotation               | 6               | R1  rotation             | 10006             |<br />
 | R2 Rotation               | 7               | R2  rotation             | 10007             |<br />
 | R3 Rotation               | 8               | R3  rotation             | 10008             |<br />
 | Total Applied Force       | 41              | RSS applied force        | 20001             |<br />
 | T1 Applied Force          | 42              | T1  applied force        | 20002             |<br />
 | T2 Applied Force          | 43              | T2  applied force        | 20003             |<br />
 | T3 Applied Force          | 44              | T3  applied force        | 20004             |<br />
 | Total Applied Moment      | 45              | RSS applied moment       | 20005             |<br />
 | R1 Applied Moment         | 46              | R1  applied moment       | 20006             |<br />
 | R2 Applied Moment         | 47              | R2  applied moment       | 20007             |<br />
 | R3 Applied Moment         | 48              | R3  applied moment       | 20008             |<br />
 | Total Constraint Force    | 51              | RSS SPC force            | 30001             |<br />
 | T1 Constraint Force       | 52              | T1  SPC force            | 30002             |<br />
 | T2 Constraint Force       | 53              | T2  SPC force            | 30003             |<br />
 | T3 Constraint Force       | 54              | T3  SPC force            | 30004             |<br />
 | Total Constraint Moment   | 55              | RSS SPC moment           | 30005             |<br />
 | R1 Constraint Moment      | 56              | R1  SPC moment           | 30006             |<br />
 | R2 Constraint Moment      | 57              | R2  SPC moment           | 30007             |<br />
 | R3 Constraint Moment      | 58              | R3  SPC moment           | 30008             |<br />
 | Total MultiPoint Force    | 151             | na                       | na                |<br />
 | T1 MultiPoint Force       | 152             | na                       | na                |<br />
 | T2 MultiPoint Force       | 153             | na                       | na                |<br />
 | T3 MultiPoint Force       | 154             | na                       | na                |<br />
 | Total MultiPoint Moment   | 155             | na                       | na                |<br />
 | R1 MultiPoint Moment      | 156             | na                       | na                |<br />
 | R2 MultiPoint Moment      | 157             | na                       | na                |<br />
 | R3 MultiPoint Moment      | 158             | na                       | na                |<br />
 | Total Summed GPForce      | 161             | na                       | na                |<br />
 | T1 Summed GPForce         | 162             | na                       | na                |<br />
 | T2 Summed GPForce         | 163             | na                       | na                |<br />
 | T3 Summed GPForce         | 164             | na                       | na                |<br />
 | Total Summed GPMoment     | 165             | na                       | na                |<br />
 | R1 Summed GPMoment        | 166             | na                       | na                |<br />
 | R2 Summed GPMoment        | 167             | na                       | na                |<br />
 | R3 Summed GPMoment        | 168             | na                       | na                |<br />
 | Total Applied GPForce     | 171             | na                       | na                |<br />
 | T1 Applied GPForce        | 172             | na                       | na                |<br />
 | T2 Applied GPForce        | 173             | na                       | na                |<br />
 | T3 Applied GPForce        | 174             | na                       | na                |<br />
 | Total Applied GPMoment    | 175             | na                       | na                |<br />
 | R1 Applied GPMoment       | 176             | na                       | na                |<br />
 | R2 Applied GPMoment       | 177             | na                       | na                |<br />
 | R3 Applied GPMoment       | 178             | na                       | na                |<br />
 | Total Constraint GPForce  | 181             | na                       | na                |<br />
 | T1 Constraint GPForce     | 182             | na                       | na                |<br />
 | T2 Constraint GPForce     | 183             | na                       | na                |<br />
 | T3 Constraint GPForce     | 184             | na                       | na                |<br />
 | Total Constraint GPMoment | 185             | na                       | na                |<br />
 | R1 Constraint GPMoment    | 186             | na                       | na                |<br />
 | R2 Constraint GPMoment    | 187             | na                       | na                |<br />
 | R3 Constraint GPMoment    | 188             | na                       | na                |<br />
 | Bar EndA Plane1 Moment    | 3000            | BAR EndA Plane1 Moment   | 50201             |<br />
 | Bar EndA Plane2 Moment    | 3001            | BAR EndA Plane2 Moment   | 50203             |<br />
 | Bar EndB Plane1 Moment    | 3002            | BAR EndB Plane1 Moment   | 50202             |<br />
 | Bar EndB Plane2 Moment    | 3003            | BAR EndB Plane2 Moment   | 50204             |<br />
 | Bar EndA Pl1 Shear Force  | 3004            | BAR EndA Pl1 Shear Force | 50205             |<br />
 | Bar EndA Pl2 Shear Force  | 3005            | BAR EndA Pl2 Shear Force | 50207             |<br />
 | Bar EndA Axial Force      | 3008            | BAR EndA Axial Force     | 50209             |<br />
 | Bar EndA Torque           | 3010            | BAR EndA Torque          | 50211             |<br />
 | Bar EndA Pt1 Bend Stress  | 3075            | BAR EndA Pt1 Comb Stress | 60301             |<br />
 | Bar EndA Pt2 Bend Stress  | 3076            | BAR EndA Pt2 Comb Stress | 60303             |<br />
 | Bar EndA Pt3 Bend Stress  | 3077            | BAR EndA Pt3 Comb Stress | 60305             |<br />
 | Bar EndA Pt4 Bend Stress  | 3078            | BAR EndA Pt4 Comb Stress | 60307             |<br />
 | Bar EndB Pt1 Bend Stress  | 3083            | BAR EndB Pt1 Comb Stress | 60302             |<br />
 | Bar EndB Pt2 Bend Stress  | 3084            | BAR EndB Pt2 Comb Stress | 60304             |<br />
 | Bar EndB Pt3 Bend Stress  | 3085            | BAR EndB Pt3 Comb Stress | 60306             |<br />
 | Bar EndB Pt4 Bend Stress  | 3086            | BAR EndB Pt4 Comb Stress | 60308             |<br />
 | Bar EndA Axial Stress     | 3107            | na                       | na                |<br />
 | Bar EndA Max Comb Stress  | 3109            | BAR EndA Max Stress      | 60309             |<br />
 | Bar EndA Min Comb Stress  | 3110            | BAR EndA Min Stress      | 60311             |<br />
 | Bar EndB Max Comb Stress  | 3111            | BAR EndB Max Stress      | 60310             |<br />
 | Bar EndB Min Comb Stress  | 3112            | BAR EndB Min Stress      | 60312             |<br />
 | Bar Tension M.S.          | 3113            | na                       | na                |<br />
 | Bar Compression M.S.      | 3114            | na                       | na                |<br />
 | Bush X Force              | 3774            | na                       | na                |<br />
 | Bush Y Force              | 3775            | na                       | na                |<br />
 | Bush Z Force              | 3776            | na                       | na                |<br />
 | Bush X Moment             | 3777            | na                       | na                |<br />
 | Bush Y Moment             | 3778            | na                       | na                |<br />
 | Bush Z Moment             | 3779            | na                       | na                |<br />
 | Bush TX Stress            | 3780            | na                       | na                |<br />
 | Bush TY Stress            | 3781            | na                       | na                |<br />
 | Bush TZ Stress            | 3782            | na                       | na                |<br />
 | Bush RX Stress            | 3783            | na                       | na                |<br />
 | Bush RY Stress            | 3784            | na                       | na                |<br />
 | Bush RZ Stress            | 3785            | na                       | na                |<br />
 | Elem C1 T1 GPForce        | 85000           | na                       | na                |<br />
 | Elem C1 T2 GPForce        | 85001           | na                       | na                |<br />
 | Elem C1 T3 GPForce        | 85002           | na                       | na                |<br />
 | Elem C1 R1 GPMoment       | 85003           | na                       | na                |<br />
 | Elem C1 R2 GPMoment       | 85004           | na                       | na                |<br />
 | Elem C1 R3 GPMoment       | 85005           | na                       | na                |<br />
 | Elem C2 T1 GPForce        | 85010           | na                       | na                |<br />
 | Elem C2 T2 GPForce        | 85011           | na                       | na                |<br />
 | Elem C2 T3 GPForce        | 85012           | na                       | na                |<br />
 | Elem C2 R1 GPMoment       | 85013           | na                       | na                |<br />
 | Elem C2 R2 GPMoment       | 85014           | na                       | na                |<br />
 | Elem C2 R3 GPMoment       | 85015           | na                       | na                |<br />
 | na                        | na              | BAR EndB Pl1 Shear Force | 50206             |<br />
 | na                        | na              | BAR EndB Pl2 Shear Force | 50208             |<br />
 | na                        | na              | BAR EndB Axial Force     | 50210             |<br />
 | na                        | na              | BAR EndB Torque          | 50212             |</code></div></div><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.mystran.com/forums/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=45" target="_blank" title="">mystran_femap_q1.zip</a> (Size: 17.52 KB / Downloads: 2)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Writing a FEMAP neutral parser, I met some some quirks with the file generated by MYSTRAN (v12.1). This thread aims to collect them. Please tell me if I need to split this thread per subject or question!<br />
<br />
I'll begin with this a simpleCBAR + CBUSH model. The attached archive provides the following files:<br />
<br />
* "bulk_model_TC3.nas": the BULK file<br />
* "mystran_00.NEU": the MYSTRAN output<br />
* "FEMAP_v8.2.neu": the FEMAP v8.2 output<br />
* "FEMAP_v2020-1-0.neu": the FEMAP v2020.1 output<br />
<br />
First remark: Block451 is used by both MYSTRAN and FEMAP8.2 to collect results, but is deprecated in later versions in favor of block 1051.<br />
<br />
Block451: titles used by MYSTRAN do not match FEMAP titles. This makes harder to write "solver-agnostic" parsers. From the uploaded files, here is the list with mismatch and missing :<br />
<br />
That's all for now! thanks for reading and happy MYSTRANning !<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>| FEMAP vector Title        | FEMAP vector ID | MYSTRAN vector Title     | MYSTRAN vector ID |<br />
 |---------------------------+-----------------+--------------------------+-------------------|<br />
 | Total Translation         | 1               | RSS translation          | 10001             |<br />
 | T1 Translation            | 2               | T1  translation          | 10002             |<br />
 | T2 Translation            | 3               | T2  translation          | 10003             |<br />
 | T3 Translation            | 4               | T3  translation          | 10004             |<br />
 | Total Rotation            | 5               | RSS rotation             | 10005             |<br />
 | R1 Rotation               | 6               | R1  rotation             | 10006             |<br />
 | R2 Rotation               | 7               | R2  rotation             | 10007             |<br />
 | R3 Rotation               | 8               | R3  rotation             | 10008             |<br />
 | Total Applied Force       | 41              | RSS applied force        | 20001             |<br />
 | T1 Applied Force          | 42              | T1  applied force        | 20002             |<br />
 | T2 Applied Force          | 43              | T2  applied force        | 20003             |<br />
 | T3 Applied Force          | 44              | T3  applied force        | 20004             |<br />
 | Total Applied Moment      | 45              | RSS applied moment       | 20005             |<br />
 | R1 Applied Moment         | 46              | R1  applied moment       | 20006             |<br />
 | R2 Applied Moment         | 47              | R2  applied moment       | 20007             |<br />
 | R3 Applied Moment         | 48              | R3  applied moment       | 20008             |<br />
 | Total Constraint Force    | 51              | RSS SPC force            | 30001             |<br />
 | T1 Constraint Force       | 52              | T1  SPC force            | 30002             |<br />
 | T2 Constraint Force       | 53              | T2  SPC force            | 30003             |<br />
 | T3 Constraint Force       | 54              | T3  SPC force            | 30004             |<br />
 | Total Constraint Moment   | 55              | RSS SPC moment           | 30005             |<br />
 | R1 Constraint Moment      | 56              | R1  SPC moment           | 30006             |<br />
 | R2 Constraint Moment      | 57              | R2  SPC moment           | 30007             |<br />
 | R3 Constraint Moment      | 58              | R3  SPC moment           | 30008             |<br />
 | Total MultiPoint Force    | 151             | na                       | na                |<br />
 | T1 MultiPoint Force       | 152             | na                       | na                |<br />
 | T2 MultiPoint Force       | 153             | na                       | na                |<br />
 | T3 MultiPoint Force       | 154             | na                       | na                |<br />
 | Total MultiPoint Moment   | 155             | na                       | na                |<br />
 | R1 MultiPoint Moment      | 156             | na                       | na                |<br />
 | R2 MultiPoint Moment      | 157             | na                       | na                |<br />
 | R3 MultiPoint Moment      | 158             | na                       | na                |<br />
 | Total Summed GPForce      | 161             | na                       | na                |<br />
 | T1 Summed GPForce         | 162             | na                       | na                |<br />
 | T2 Summed GPForce         | 163             | na                       | na                |<br />
 | T3 Summed GPForce         | 164             | na                       | na                |<br />
 | Total Summed GPMoment     | 165             | na                       | na                |<br />
 | R1 Summed GPMoment        | 166             | na                       | na                |<br />
 | R2 Summed GPMoment        | 167             | na                       | na                |<br />
 | R3 Summed GPMoment        | 168             | na                       | na                |<br />
 | Total Applied GPForce     | 171             | na                       | na                |<br />
 | T1 Applied GPForce        | 172             | na                       | na                |<br />
 | T2 Applied GPForce        | 173             | na                       | na                |<br />
 | T3 Applied GPForce        | 174             | na                       | na                |<br />
 | Total Applied GPMoment    | 175             | na                       | na                |<br />
 | R1 Applied GPMoment       | 176             | na                       | na                |<br />
 | R2 Applied GPMoment       | 177             | na                       | na                |<br />
 | R3 Applied GPMoment       | 178             | na                       | na                |<br />
 | Total Constraint GPForce  | 181             | na                       | na                |<br />
 | T1 Constraint GPForce     | 182             | na                       | na                |<br />
 | T2 Constraint GPForce     | 183             | na                       | na                |<br />
 | T3 Constraint GPForce     | 184             | na                       | na                |<br />
 | Total Constraint GPMoment | 185             | na                       | na                |<br />
 | R1 Constraint GPMoment    | 186             | na                       | na                |<br />
 | R2 Constraint GPMoment    | 187             | na                       | na                |<br />
 | R3 Constraint GPMoment    | 188             | na                       | na                |<br />
 | Bar EndA Plane1 Moment    | 3000            | BAR EndA Plane1 Moment   | 50201             |<br />
 | Bar EndA Plane2 Moment    | 3001            | BAR EndA Plane2 Moment   | 50203             |<br />
 | Bar EndB Plane1 Moment    | 3002            | BAR EndB Plane1 Moment   | 50202             |<br />
 | Bar EndB Plane2 Moment    | 3003            | BAR EndB Plane2 Moment   | 50204             |<br />
 | Bar EndA Pl1 Shear Force  | 3004            | BAR EndA Pl1 Shear Force | 50205             |<br />
 | Bar EndA Pl2 Shear Force  | 3005            | BAR EndA Pl2 Shear Force | 50207             |<br />
 | Bar EndA Axial Force      | 3008            | BAR EndA Axial Force     | 50209             |<br />
 | Bar EndA Torque           | 3010            | BAR EndA Torque          | 50211             |<br />
 | Bar EndA Pt1 Bend Stress  | 3075            | BAR EndA Pt1 Comb Stress | 60301             |<br />
 | Bar EndA Pt2 Bend Stress  | 3076            | BAR EndA Pt2 Comb Stress | 60303             |<br />
 | Bar EndA Pt3 Bend Stress  | 3077            | BAR EndA Pt3 Comb Stress | 60305             |<br />
 | Bar EndA Pt4 Bend Stress  | 3078            | BAR EndA Pt4 Comb Stress | 60307             |<br />
 | Bar EndB Pt1 Bend Stress  | 3083            | BAR EndB Pt1 Comb Stress | 60302             |<br />
 | Bar EndB Pt2 Bend Stress  | 3084            | BAR EndB Pt2 Comb Stress | 60304             |<br />
 | Bar EndB Pt3 Bend Stress  | 3085            | BAR EndB Pt3 Comb Stress | 60306             |<br />
 | Bar EndB Pt4 Bend Stress  | 3086            | BAR EndB Pt4 Comb Stress | 60308             |<br />
 | Bar EndA Axial Stress     | 3107            | na                       | na                |<br />
 | Bar EndA Max Comb Stress  | 3109            | BAR EndA Max Stress      | 60309             |<br />
 | Bar EndA Min Comb Stress  | 3110            | BAR EndA Min Stress      | 60311             |<br />
 | Bar EndB Max Comb Stress  | 3111            | BAR EndB Max Stress      | 60310             |<br />
 | Bar EndB Min Comb Stress  | 3112            | BAR EndB Min Stress      | 60312             |<br />
 | Bar Tension M.S.          | 3113            | na                       | na                |<br />
 | Bar Compression M.S.      | 3114            | na                       | na                |<br />
 | Bush X Force              | 3774            | na                       | na                |<br />
 | Bush Y Force              | 3775            | na                       | na                |<br />
 | Bush Z Force              | 3776            | na                       | na                |<br />
 | Bush X Moment             | 3777            | na                       | na                |<br />
 | Bush Y Moment             | 3778            | na                       | na                |<br />
 | Bush Z Moment             | 3779            | na                       | na                |<br />
 | Bush TX Stress            | 3780            | na                       | na                |<br />
 | Bush TY Stress            | 3781            | na                       | na                |<br />
 | Bush TZ Stress            | 3782            | na                       | na                |<br />
 | Bush RX Stress            | 3783            | na                       | na                |<br />
 | Bush RY Stress            | 3784            | na                       | na                |<br />
 | Bush RZ Stress            | 3785            | na                       | na                |<br />
 | Elem C1 T1 GPForce        | 85000           | na                       | na                |<br />
 | Elem C1 T2 GPForce        | 85001           | na                       | na                |<br />
 | Elem C1 T3 GPForce        | 85002           | na                       | na                |<br />
 | Elem C1 R1 GPMoment       | 85003           | na                       | na                |<br />
 | Elem C1 R2 GPMoment       | 85004           | na                       | na                |<br />
 | Elem C1 R3 GPMoment       | 85005           | na                       | na                |<br />
 | Elem C2 T1 GPForce        | 85010           | na                       | na                |<br />
 | Elem C2 T2 GPForce        | 85011           | na                       | na                |<br />
 | Elem C2 T3 GPForce        | 85012           | na                       | na                |<br />
 | Elem C2 R1 GPMoment       | 85013           | na                       | na                |<br />
 | Elem C2 R2 GPMoment       | 85014           | na                       | na                |<br />
 | Elem C2 R3 GPMoment       | 85015           | na                       | na                |<br />
 | na                        | na              | BAR EndB Pl1 Shear Force | 50206             |<br />
 | na                        | na              | BAR EndB Pl2 Shear Force | 50208             |<br />
 | na                        | na              | BAR EndB Axial Force     | 50210             |<br />
 | na                        | na              | BAR EndB Torque          | 50212             |</code></div></div><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.mystran.com/forums/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=45" target="_blank" title="">mystran_femap_q1.zip</a> (Size: 17.52 KB / Downloads: 2)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Femap with Mystran]]></title>
			<link>https://www.mystran.com/forums/showthread.php?tid=59</link>
			<pubDate>Wed, 17 Feb 2021 09:22:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.mystran.com/forums/member.php?action=profile&uid=55">SamiH.</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.mystran.com/forums/showthread.php?tid=59</guid>
			<description><![CDATA[Hi,<br />
<br />
I am experimenting with Mystran with Femap and would like to share and have comments on the observations, and after all would appreciate help to adjust the settings correctly. These may be sometimes Femap related questions or issues but also Mystran related. I have only done one analysis and haven't checked the Mystran documentation very carefully so that these might be more of a rookie type questions/observations.<br />
<br />
First of all I am impressed how well the key results are in line with Simcenter Nastran results without any adjustments at all. Here's what I've done:<br />
- opened up a random FE model consisting of plate elements, some glue contacts, and few RBE2 elements. The analysis for this had been done earlier using Simcenter Nastran.<br />
- exported the analysis model (without any adjustments, i.e. Simcenter Nastran version)<br />
- run it with Mystran<br />
- imported the Femap neu file<br />
<br />
The few things that caught my eye comparing the results:<br />
- The deformation looks very similar by eye<br />
- the max total translation in Simcenter Nastran was 1.883 mm and RSS translation in Mystran 1.909 mm, so no big difference (1.4 %)<br />
- the max vonMises bot stress differs quite a lot but this is difficult to compare. See next observations. <br />
- the result scale (contour levels) is something odd. For these translations (max 1.909 mm) the scaling is from 0 to 1.826E+10 when it should be from 0 to 1.909. Of course I can change it manually but for automatic detection it seems to have some kind of scaling issue.<br />
- the scaling issue seems to be the problem for dynamic rotation also. When tried to rotate the model even slightest of rotation will throw the model off the screen somewhere in the space and in practice the rotation can not be done.<br />
- the element results are shown in transparent type of way in which it is difficult to observe which element is which when front and back and all in between are in a same spot. I couldn't figure out how to change this. This is not the same transparency as in Femap but something related to the results.<br />
- the result vectors are numbered very differently from Nastran. There is also separated results for QUADs and TRIAs which is perhaps not very necessary but inconvenient sometimes<br />
<br />
Has anyone any ideas how to improve the performance of Mystran results in Femap related to above mentioned observations? Can I adjust something somewhere?]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I am experimenting with Mystran with Femap and would like to share and have comments on the observations, and after all would appreciate help to adjust the settings correctly. These may be sometimes Femap related questions or issues but also Mystran related. I have only done one analysis and haven't checked the Mystran documentation very carefully so that these might be more of a rookie type questions/observations.<br />
<br />
First of all I am impressed how well the key results are in line with Simcenter Nastran results without any adjustments at all. Here's what I've done:<br />
- opened up a random FE model consisting of plate elements, some glue contacts, and few RBE2 elements. The analysis for this had been done earlier using Simcenter Nastran.<br />
- exported the analysis model (without any adjustments, i.e. Simcenter Nastran version)<br />
- run it with Mystran<br />
- imported the Femap neu file<br />
<br />
The few things that caught my eye comparing the results:<br />
- The deformation looks very similar by eye<br />
- the max total translation in Simcenter Nastran was 1.883 mm and RSS translation in Mystran 1.909 mm, so no big difference (1.4 %)<br />
- the max vonMises bot stress differs quite a lot but this is difficult to compare. See next observations. <br />
- the result scale (contour levels) is something odd. For these translations (max 1.909 mm) the scaling is from 0 to 1.826E+10 when it should be from 0 to 1.909. Of course I can change it manually but for automatic detection it seems to have some kind of scaling issue.<br />
- the scaling issue seems to be the problem for dynamic rotation also. When tried to rotate the model even slightest of rotation will throw the model off the screen somewhere in the space and in practice the rotation can not be done.<br />
- the element results are shown in transparent type of way in which it is difficult to observe which element is which when front and back and all in between are in a same spot. I couldn't figure out how to change this. This is not the same transparency as in Femap but something related to the results.<br />
- the result vectors are numbered very differently from Nastran. There is also separated results for QUADs and TRIAs which is perhaps not very necessary but inconvenient sometimes<br />
<br />
Has anyone any ideas how to improve the performance of Mystran results in Femap related to above mentioned observations? Can I adjust something somewhere?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[pyNastran]]></title>
			<link>https://www.mystran.com/forums/showthread.php?tid=53</link>
			<pubDate>Mon, 28 Sep 2020 20:08:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.mystran.com/forums/member.php?action=profile&uid=37">mesheb82</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.mystran.com/forums/showthread.php?tid=53</guid>
			<description><![CDATA[I'm the developer of pyNastran, which you can find out about over at:<br />
 - <a href="https://github.com/SteveDoyle2/pyNastran" target="_blank" rel="noopener" class="mycode_url">https://github.com/SteveDoyle2/pyNastran</a><br />
<br />
I've added support for Mystran (the BDF and for the GUI).  You can flag the deck as a Mystran file by putting the following on the first line of your BDF:<br />
&#36; pyNastran: version=mystran<br />
<br />
If you just use the standard install, you won't have mystran support, but if you install from git (see the install guide), you will.<br />
 - <a href="https://pynastran-git.readthedocs.io/en/1.3/installation/installation.html#installation-from-source" target="_blank" rel="noopener" class="mycode_url">https://pynastran-git.readthedocs.io/en/...rom-source</a><br />
<br />
There's probably still a few PARAMs that I'm not validating, so bug me over at:<br />
 - <a href="https://github.com/SteveDoyle2/pyNastran/issues" target="_blank" rel="noopener" class="mycode_url">https://github.com/SteveDoyle2/pyNastran/issues</a><br />
if you find something wrong.<br />
<br />
Also, an FYI, it's a bit stricter than Mystran (there's an embedded blank), so a card like:<br />
SPC1, 1, 12 34, 42<br />
<br />
is invalid, but:<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">SPC1, 1, 1234, 42</span></span></span><br />
<br />
is fine.  That's just per the MSC/NX Nastran documentation, which I try to follow as best as I can.]]></description>
			<content:encoded><![CDATA[I'm the developer of pyNastran, which you can find out about over at:<br />
 - <a href="https://github.com/SteveDoyle2/pyNastran" target="_blank" rel="noopener" class="mycode_url">https://github.com/SteveDoyle2/pyNastran</a><br />
<br />
I've added support for Mystran (the BDF and for the GUI).  You can flag the deck as a Mystran file by putting the following on the first line of your BDF:<br />
&#36; pyNastran: version=mystran<br />
<br />
If you just use the standard install, you won't have mystran support, but if you install from git (see the install guide), you will.<br />
 - <a href="https://pynastran-git.readthedocs.io/en/1.3/installation/installation.html#installation-from-source" target="_blank" rel="noopener" class="mycode_url">https://pynastran-git.readthedocs.io/en/...rom-source</a><br />
<br />
There's probably still a few PARAMs that I'm not validating, so bug me over at:<br />
 - <a href="https://github.com/SteveDoyle2/pyNastran/issues" target="_blank" rel="noopener" class="mycode_url">https://github.com/SteveDoyle2/pyNastran/issues</a><br />
if you find something wrong.<br />
<br />
Also, an FYI, it's a bit stricter than Mystran (there's an embedded blank), so a card like:<br />
SPC1, 1, 12 34, 42<br />
<br />
is invalid, but:<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">SPC1, 1, 1234, 42</span></span></span><br />
<br />
is fine.  That's just per the MSC/NX Nastran documentation, which I try to follow as best as I can.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hfcMystran - Pre/Post processing for Mystran]]></title>
			<link>https://www.mystran.com/forums/showthread.php?tid=52</link>
			<pubDate>Fri, 25 Sep 2020 01:36:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.mystran.com/forums/member.php?action=profile&uid=23">ceanwang</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.mystran.com/forums/showthread.php?tid=52</guid>
			<description><![CDATA[Hi,<br />
<br />
The project is at <a href="https://github.com/ceanwang/hfcMystran" target="_blank" rel="noopener" class="mycode_url">https://github.com/ceanwang/hfcMystran</a><br />
<br />
Some case photos could be seen from here:<br />
<a href="https://forum.freecadweb.org/viewtopic.php?f=18&amp;t=46171" target="_blank" rel="noopener" class="mycode_url">https://forum.freecadweb.org/viewtopic.php?f=18&amp;t=46171</a><br />
<br />
Regards,<br />
<br />
Cean]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
The project is at <a href="https://github.com/ceanwang/hfcMystran" target="_blank" rel="noopener" class="mycode_url">https://github.com/ceanwang/hfcMystran</a><br />
<br />
Some case photos could be seen from here:<br />
<a href="https://forum.freecadweb.org/viewtopic.php?f=18&amp;t=46171" target="_blank" rel="noopener" class="mycode_url">https://forum.freecadweb.org/viewtopic.php?f=18&amp;t=46171</a><br />
<br />
Regards,<br />
<br />
Cean]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Gmsh]]></title>
			<link>https://www.mystran.com/forums/showthread.php?tid=43</link>
			<pubDate>Wed, 19 Aug 2020 06:35:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.mystran.com/forums/member.php?action=profile&uid=33">JuanP74</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.mystran.com/forums/showthread.php?tid=43</guid>
			<description><![CDATA[Hello,<br />
<br />
<br />
<br />
I would recommend gmsh, at least for postprocessing. The MSH file formats (ASCII and binary) are very well suited for it in my experience (small, medium model sizes) and in ascii format easy to check and modify if necessary. Plotting capabilities are as good as femap and allows for nodal and elemental results. I have created the files with text processor sometimes for small models using f06 results. I think is as good as femap .neu file and easier to read and can be used with a software that is free &amp; open source that does not need installation and runs in all platforms (macOS, windows and linux).<br />
<br />
<a href="http://gmsh.info/doc/texinfo/gmsh.html#MSH-file-format-version-2-_0028Legacy_0029" target="_blank" rel="noopener" class="mycode_url">http://gmsh.info/doc/texinfo/gmsh.html#M...egacy_0029</a><br />
<br />
I attach an example so you can check by yourselves (this is an ascii file in legacy format 2) for normal modes of a small model (remove .txt extension before opening with gmsh).<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.mystran.com/forums/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=7" target="_blank" title="">shelf.msh.txt</a> (Size: 16.36 KB / Downloads: 10)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
<br />
<br />
I would recommend gmsh, at least for postprocessing. The MSH file formats (ASCII and binary) are very well suited for it in my experience (small, medium model sizes) and in ascii format easy to check and modify if necessary. Plotting capabilities are as good as femap and allows for nodal and elemental results. I have created the files with text processor sometimes for small models using f06 results. I think is as good as femap .neu file and easier to read and can be used with a software that is free &amp; open source that does not need installation and runs in all platforms (macOS, windows and linux).<br />
<br />
<a href="http://gmsh.info/doc/texinfo/gmsh.html#MSH-file-format-version-2-_0028Legacy_0029" target="_blank" rel="noopener" class="mycode_url">http://gmsh.info/doc/texinfo/gmsh.html#M...egacy_0029</a><br />
<br />
I attach an example so you can check by yourselves (this is an ascii file in legacy format 2) for normal modes of a small model (remove .txt extension before opening with gmsh).<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.mystran.com/forums/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=7" target="_blank" title="">shelf.msh.txt</a> (Size: 16.36 KB / Downloads: 10)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Converter]]></title>
			<link>https://www.mystran.com/forums/showthread.php?tid=36</link>
			<pubDate>Sun, 24 May 2020 22:10:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.mystran.com/forums/member.php?action=profile&uid=1">Admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.mystran.com/forums/showthread.php?tid=36</guid>
			<description><![CDATA[One idea is to create a CaculiX to MYSTRAN converter. This may be useful since some pre-processors support CalculiX. While it is better if the if the preprocessor adds native support for MYSTRAn, this might be a more practical solution and is more versatile (automatically support multiple platforms). pyNastran can be used a post once Steve adds OP2 output to MYSTRAN.]]></description>
			<content:encoded><![CDATA[One idea is to create a CaculiX to MYSTRAN converter. This may be useful since some pre-processors support CalculiX. While it is better if the if the preprocessor adds native support for MYSTRAn, this might be a more practical solution and is more versatile (automatically support multiple platforms). pyNastran can be used a post once Steve adds OP2 output to MYSTRAN.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Mecway Pre/Post]]></title>
			<link>https://www.mystran.com/forums/showthread.php?tid=29</link>
			<pubDate>Wed, 13 May 2020 02:06:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.mystran.com/forums/member.php?action=profile&uid=1">Admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.mystran.com/forums/showthread.php?tid=29</guid>
			<description><![CDATA[Mecway is a fork of LISA (<a href="https://mecway.com/" target="_blank" rel="noopener" class="mycode_url">https://mecway.com/</a>).<br />
<br />
There is an internal solver and it also has support for CaclculiX. This program is still in development and it might be possible to add MYSTRAN support.<br />
<br />
While this is not a free program, it is low cost and there is a free 1,000 node version. I like this program a lot, especially as you become more familiar with it. If you would like to see MYSTRAN support, you may want to mention this to the author.]]></description>
			<content:encoded><![CDATA[Mecway is a fork of LISA (<a href="https://mecway.com/" target="_blank" rel="noopener" class="mycode_url">https://mecway.com/</a>).<br />
<br />
There is an internal solver and it also has support for CaclculiX. This program is still in development and it might be possible to add MYSTRAN support.<br />
<br />
While this is not a free program, it is low cost and there is a free 1,000 node version. I like this program a lot, especially as you become more familiar with it. If you would like to see MYSTRAN support, you may want to mention this to the author.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[FreeCad]]></title>
			<link>https://www.mystran.com/forums/showthread.php?tid=24</link>
			<pubDate>Wed, 29 Jan 2020 21:34:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.mystran.com/forums/member.php?action=profile&uid=2">vittorio</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.mystran.com/forums/showthread.php?tid=24</guid>
			<description><![CDATA[Freecad is an OpenSource cad system already integrated with calculix and other solvers. <br />
A nastran thread is already on its forum. <br />
Vittorio <br />
<a href="https://forum.freecadweb.org/viewtopic.php?f=18&amp;t=12753" target="_blank" rel="noopener" class="mycode_url">https://forum.freecadweb.org/viewtopic.php?f=18&amp;t=12753</a>]]></description>
			<content:encoded><![CDATA[Freecad is an OpenSource cad system already integrated with calculix and other solvers. <br />
A nastran thread is already on its forum. <br />
Vittorio <br />
<a href="https://forum.freecadweb.org/viewtopic.php?f=18&amp;t=12753" target="_blank" rel="noopener" class="mycode_url">https://forum.freecadweb.org/viewtopic.php?f=18&amp;t=12753</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[FERESPOST]]></title>
			<link>https://www.mystran.com/forums/showthread.php?tid=23</link>
			<pubDate>Wed, 29 Jan 2020 21:07:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.mystran.com/forums/member.php?action=profile&uid=2">vittorio</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.mystran.com/forums/showthread.php?tid=23</guid>
			<description><![CDATA[An interesting project is ferespost, capable to process nastran results. <br />
Maybe it could be used also with Mystran or Nastran-95 op2 files. <br />
Vittorio<br />
<br />
<a href="https://www.ferespost.be/" target="_blank" rel="noopener" class="mycode_url">https://www.ferespost.be/</a>]]></description>
			<content:encoded><![CDATA[An interesting project is ferespost, capable to process nastran results. <br />
Maybe it could be used also with Mystran or Nastran-95 op2 files. <br />
Vittorio<br />
<br />
<a href="https://www.ferespost.be/" target="_blank" rel="noopener" class="mycode_url">https://www.ferespost.be/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PRE/POST OPTIONS FOR MYSTRAN]]></title>
			<link>https://www.mystran.com/forums/showthread.php?tid=14</link>
			<pubDate>Mon, 20 Jan 2020 02:28:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.mystran.com/forums/member.php?action=profile&uid=1">Admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.mystran.com/forums/showthread.php?tid=14</guid>
			<description><![CDATA[MYSTRAN is largely compatible with programs that can read BDF/DAT files. MYSTRAN outputs OP2 and also NEU (though it is an older format).<br />
<br />
While there are commercial programs that can use MYSTRAN, such as MSC Patran and Femap, these programs are expensive and are usually combined with their own solvers. Instead, this thread will present low cost or free/open pre/post software that works with MYSTRAN.<br />
<br />
Using the OP2 interface, you can read large result files quickly and efficiently. Additionally, you can also extract a subset of the result data and write OP2/F06 result files.<br />
<br />
FYI, see also this repository: <a href="https://github.com/MYSTRANsolver/MYSTRAN_Resources" target="_blank" rel="noopener" class="mycode_url">https://github.com/MYSTRANsolver/MYSTRAN_Resources</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: x-large;" class="mycode_size">BDF Readers</span></span><br />
<br />
A BDF (Bulk Data File) or DAT file reader can be read to interrogate models, but are not all programs can be used to create a mesh, apply loads, etc.<br />
<br />
pyNastran ( <a href="https://github.com/SteveDoyle2/pyNastran" target="_blank" rel="noopener" class="mycode_url">https://github.com/SteveDoyle2/pyNastran</a> )<br />
Using the BDF interface, you can read/edit/write Nastran geometry without worrying about field formatting. Many checks are also performed to verify that your model is correct. <br />
<br />
FEX<br />
A lightweight program (only 3MB) that can read and interrogate BDF files. It can be used to visually show the model, discover issues, measure, and perform various other operations. It has a built in tutorial and low learning curve. I found this to be a simple tool that is quite useful. It does not have post processing capabilities<br />
<br />
This program no longer has a website, but the most recent version (1.1), can be downloaded here: <a href="https://www.mystran.com/misc/fex-1.1.zip" target="_blank" rel="noopener" class="mycode_url">https://www.mystran.com/misc/fex-1.1.zip</a><br />
<br />
M3DFEA (<a href="http://www.m3dfea.com" target="_blank" rel="noopener" class="mycode_url">http://www.m3dfea.com</a> )<br />
See below for additional information<br />
<br />
LS-PrePost ( <a href="https://www.lstc.com/products/ls-prepost" target="_blank" rel="noopener" class="mycode_url">https://www.lstc.com/products/ls-prepost</a> )<br />
This is a pre/post that can create finite element models and can also read BDF files. See below for more information.<br />
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">PreProcessors (With Native MYSTRAN Support)</span></span><br />
<br />
Preprocessors have the ability to create geometry, a mesh, apply loads, etc. However, not all preprocessors can create a compatible MYSTRAN deck (BDF/DAT). These are programs that can natively create a NASTRAN deck. This is a significant advantage because the elements are linked to properties (among other things).<br />
<br />
M3DFEA ( <a href="http://www.m3dfea.com" target="_blank" rel="noopener" class="mycode_url">http://www.m3dfea.com</a> )<br />
A pre/post that supports NASTRAN (and MYSTRAN by extension). It is a free program, but not open source. It has only been evaluated on a preliminary basis, but looks like a promising option.<br />
<br />
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">PreProcessors (Without Native MYSTRAN Support)</span></span><br />
<br />
Mecway ( <a href="https://www.mecway.com" target="_blank" rel="noopener" class="mycode_url">https://www.mecway.com</a>)<br />
Apre/post and has an internal Mecway solver as well. It also supports the CalculiX solver. A simple mesh converter has been partially developed, but a true translator from BDF to INP (CalculiX/ABAQUS) has not been developed. This may be a possible option in the future since pyNastran has some capabilities to do this. Although Mecway is not free, it is low cost.<br />
<br />
LS-PrePost (<a href="https://lsdyna.ansys.com/download-install-overview/" target="_blank" rel="noopener" class="mycode_url">https://lsdyna.ansys.com/download-install-overview/</a> links to here: <a href="https://ftp.lstc.com/anonymous/outgoing/lsprepost/" target="_blank" rel="noopener" class="mycode_url">https://ftp.lstc.com/anonymous/outgoing/lsprepost/</a> )<br />
This is a pre/post that can create finite element models, but not native MYSTRAN decks. However, we are working on a generic converted that can covert nodes/elements from one program to another. While this is not the same as creating a BDF (in fact it is quite different), it may be functional approach for specific models. For example, models with only a few element types but where a very good geometry/mesh creation tool is required.<br />
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">PostProcessors </span></span><br />
<br />
pyNastran ( <a href="https://github.com/SteveDoyle2/pyNastran" target="_blank" rel="noopener" class="mycode_url">https://github.com/SteveDoyle2/pyNastran</a> )<br />
Open source and can post-process OP2 files. pyNastran is a very complete postprocessor. Also, the developer assists with MYSTRAN and developed the MYSTRAN OP2 files, which helps to ensure compatibility. pyNastran is considered to be the most native MYSTRAN post processor (there is also a BDF switch that can be turned on to improve postprocessing with MYSTRAN). <br />
<br />
M3DFEA ( <a href="http://www.m3dfea.com" target="_blank" rel="noopener" class="mycode_url">http://www.m3dfea.com</a> )<br />
A pre/post that supports NASTRAN (and MYSTRAN by extension). It is a free program, but not open source. It has only been evaluated on a preliminary basis, but looks like a promising option.<br />
<br />
LS-PrePost ( <a href="https://www.lstc.com/products/ls-prepost" target="_blank" rel="noopener" class="mycode_url">https://www.lstc.com/products/ls-prepost</a> )<br />
This is a pre/post that can read NASTRAN Punch (PCH) files. We need to evaluate if it can read MYSTRAN Punch files.<br />
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Other</span></span><br />
<br />
1D Elements (<a href="https://www.structuralfea.com/" target="_blank" rel="noopener" class="mycode_url">https://www.structuralfea.com/</a> )<br />
A program that can use beam, rod, and spring elements in 2D space (linear static analysis, buckling analysis, natural frequency analysis). It has complete documentation and series of videos that explain how the program works. This program is not a general pre/post. Rather, it is a specific tool limited to beams, rods, and springs in 2D space.]]></description>
			<content:encoded><![CDATA[MYSTRAN is largely compatible with programs that can read BDF/DAT files. MYSTRAN outputs OP2 and also NEU (though it is an older format).<br />
<br />
While there are commercial programs that can use MYSTRAN, such as MSC Patran and Femap, these programs are expensive and are usually combined with their own solvers. Instead, this thread will present low cost or free/open pre/post software that works with MYSTRAN.<br />
<br />
Using the OP2 interface, you can read large result files quickly and efficiently. Additionally, you can also extract a subset of the result data and write OP2/F06 result files.<br />
<br />
FYI, see also this repository: <a href="https://github.com/MYSTRANsolver/MYSTRAN_Resources" target="_blank" rel="noopener" class="mycode_url">https://github.com/MYSTRANsolver/MYSTRAN_Resources</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: x-large;" class="mycode_size">BDF Readers</span></span><br />
<br />
A BDF (Bulk Data File) or DAT file reader can be read to interrogate models, but are not all programs can be used to create a mesh, apply loads, etc.<br />
<br />
pyNastran ( <a href="https://github.com/SteveDoyle2/pyNastran" target="_blank" rel="noopener" class="mycode_url">https://github.com/SteveDoyle2/pyNastran</a> )<br />
Using the BDF interface, you can read/edit/write Nastran geometry without worrying about field formatting. Many checks are also performed to verify that your model is correct. <br />
<br />
FEX<br />
A lightweight program (only 3MB) that can read and interrogate BDF files. It can be used to visually show the model, discover issues, measure, and perform various other operations. It has a built in tutorial and low learning curve. I found this to be a simple tool that is quite useful. It does not have post processing capabilities<br />
<br />
This program no longer has a website, but the most recent version (1.1), can be downloaded here: <a href="https://www.mystran.com/misc/fex-1.1.zip" target="_blank" rel="noopener" class="mycode_url">https://www.mystran.com/misc/fex-1.1.zip</a><br />
<br />
M3DFEA (<a href="http://www.m3dfea.com" target="_blank" rel="noopener" class="mycode_url">http://www.m3dfea.com</a> )<br />
See below for additional information<br />
<br />
LS-PrePost ( <a href="https://www.lstc.com/products/ls-prepost" target="_blank" rel="noopener" class="mycode_url">https://www.lstc.com/products/ls-prepost</a> )<br />
This is a pre/post that can create finite element models and can also read BDF files. See below for more information.<br />
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">PreProcessors (With Native MYSTRAN Support)</span></span><br />
<br />
Preprocessors have the ability to create geometry, a mesh, apply loads, etc. However, not all preprocessors can create a compatible MYSTRAN deck (BDF/DAT). These are programs that can natively create a NASTRAN deck. This is a significant advantage because the elements are linked to properties (among other things).<br />
<br />
M3DFEA ( <a href="http://www.m3dfea.com" target="_blank" rel="noopener" class="mycode_url">http://www.m3dfea.com</a> )<br />
A pre/post that supports NASTRAN (and MYSTRAN by extension). It is a free program, but not open source. It has only been evaluated on a preliminary basis, but looks like a promising option.<br />
<br />
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">PreProcessors (Without Native MYSTRAN Support)</span></span><br />
<br />
Mecway ( <a href="https://www.mecway.com" target="_blank" rel="noopener" class="mycode_url">https://www.mecway.com</a>)<br />
Apre/post and has an internal Mecway solver as well. It also supports the CalculiX solver. A simple mesh converter has been partially developed, but a true translator from BDF to INP (CalculiX/ABAQUS) has not been developed. This may be a possible option in the future since pyNastran has some capabilities to do this. Although Mecway is not free, it is low cost.<br />
<br />
LS-PrePost (<a href="https://lsdyna.ansys.com/download-install-overview/" target="_blank" rel="noopener" class="mycode_url">https://lsdyna.ansys.com/download-install-overview/</a> links to here: <a href="https://ftp.lstc.com/anonymous/outgoing/lsprepost/" target="_blank" rel="noopener" class="mycode_url">https://ftp.lstc.com/anonymous/outgoing/lsprepost/</a> )<br />
This is a pre/post that can create finite element models, but not native MYSTRAN decks. However, we are working on a generic converted that can covert nodes/elements from one program to another. While this is not the same as creating a BDF (in fact it is quite different), it may be functional approach for specific models. For example, models with only a few element types but where a very good geometry/mesh creation tool is required.<br />
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">PostProcessors </span></span><br />
<br />
pyNastran ( <a href="https://github.com/SteveDoyle2/pyNastran" target="_blank" rel="noopener" class="mycode_url">https://github.com/SteveDoyle2/pyNastran</a> )<br />
Open source and can post-process OP2 files. pyNastran is a very complete postprocessor. Also, the developer assists with MYSTRAN and developed the MYSTRAN OP2 files, which helps to ensure compatibility. pyNastran is considered to be the most native MYSTRAN post processor (there is also a BDF switch that can be turned on to improve postprocessing with MYSTRAN). <br />
<br />
M3DFEA ( <a href="http://www.m3dfea.com" target="_blank" rel="noopener" class="mycode_url">http://www.m3dfea.com</a> )<br />
A pre/post that supports NASTRAN (and MYSTRAN by extension). It is a free program, but not open source. It has only been evaluated on a preliminary basis, but looks like a promising option.<br />
<br />
LS-PrePost ( <a href="https://www.lstc.com/products/ls-prepost" target="_blank" rel="noopener" class="mycode_url">https://www.lstc.com/products/ls-prepost</a> )<br />
This is a pre/post that can read NASTRAN Punch (PCH) files. We need to evaluate if it can read MYSTRAN Punch files.<br />
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Other</span></span><br />
<br />
1D Elements (<a href="https://www.structuralfea.com/" target="_blank" rel="noopener" class="mycode_url">https://www.structuralfea.com/</a> )<br />
A program that can use beam, rod, and spring elements in 2D space (linear static analysis, buckling analysis, natural frequency analysis). It has complete documentation and series of videos that explain how the program works. This program is not a general pre/post. Rather, it is a specific tool limited to beams, rods, and springs in 2D space.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PRE/POST processing]]></title>
			<link>https://www.mystran.com/forums/showthread.php?tid=13</link>
			<pubDate>Sat, 18 Jan 2020 20:03:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.mystran.com/forums/member.php?action=profile&uid=2">vittorio</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.mystran.com/forums/showthread.php?tid=13</guid>
			<description><![CDATA[Dear all,<br />
have a look at <br />
<a href="http://www.f-e-x.com/" target="_blank" rel="noopener" class="mycode_url">http://www.f-e-x.com/</a><br />
FEX is a free program that can read  Nastran INPUT and view/check the model<br />
Bye<br />
Vittorio]]></description>
			<content:encoded><![CDATA[Dear all,<br />
have a look at <br />
<a href="http://www.f-e-x.com/" target="_blank" rel="noopener" class="mycode_url">http://www.f-e-x.com/</a><br />
FEX is a free program that can read  Nastran INPUT and view/check the model<br />
Bye<br />
Vittorio]]></content:encoded>
		</item>
	</channel>
</rss>