Aerodynamic Force Matrix

21 views
Skip to first unread message

znu navad

unread,
Mar 20, 2020, 8:08:17 PM3/20/20
to pyNastran Discuss
I used following sequence to get QHH (Aerodynamic Force Matrix).

assign output4='QHH',unit=94,form=formatted,status=unknown
SOL 146
DIAG 8
COMPILE SEAERO,SOUIN=MSCSOU,LIST,NOREF
ALTER 'AMP   '
OUTPUT4 QHH//0/94
CEND

 As I ran it for 3 mode shapes, the output file contains 6 by 3 matrices. Since  QHH  has a Real part and a Imaginary part, are the elements showing the Re and Im parts as can be seen in the attachment?
image.png

Steven Doyle

unread,
Mar 20, 2020, 8:37:35 PM3/20/20
to pyNastran Discuss
I don't think I'm fully understanding the question.  The Nastran DMAP guide defines the OP4 format.

I believe that your interpretation is correct, but I'd check the guide or just use the OP4 reader.

Steve

--
You received this message because you are subscribed to the Google Groups "pyNastran Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pynastran-disc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pynastran-discuss/a5bc81b5-3286-47a4-be82-b33149f5e0be%40googlegroups.com.

znu navad

unread,
Mar 21, 2020, 12:25:47 PM3/21/20
to pyNastran Discuss
I tried to check it in quick reference guide (qrg), but as can be seen in the attachment the output file has no entry or card (for example DMI,..) so that I can search it in qrg. Regarding your second suggestion, I do not know how to use OP4 reader. could you explain it?
Kianoosh 
On Friday, March 20, 2020 at 8:37:35 PM UTC-4, steve wrote:
I don't think I'm fully understanding the question.  The Nastran DMAP guide defines the OP4 format.

I believe that your interpretation is correct, but I'd check the guide or just use the OP4 reader.

Steve

On Fri, Mar 20, 2020 at 5:08 PM znu navad <mkiano...@gmail.com> wrote:
I used following sequence to get QHH (Aerodynamic Force Matrix).

assign output4='QHH',unit=94,form=formatted,status=unknown
SOL 146
DIAG 8
COMPILE SEAERO,SOUIN=MSCSOU,LIST,NOREF
ALTER 'AMP   '
OUTPUT4 QHH//0/94
CEND

 As I ran it for 3 mode shapes, the output file contains 6 by 3 matrices. Since  QHH  has a Real part and a Imaginary part, are the elements showing the Re and Im parts as can be seen in the attachment?

--
You received this message because you are subscribed to the Google Groups "pyNastran Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pynastra...@googlegroups.com.

znu navad

unread,
Mar 21, 2020, 1:05:58 PM3/21/20
to pyNastran Discuss
* I cannot search it in qrg

steve

unread,
Mar 21, 2020, 7:11:13 PM3/21/20
to pyNastran Discuss
> I cannot search it in qrg

The OP4 is not defined in the QRG.  It's defined in the DMAP guide.

There's an example file (op4/test/matrix_factory.dat) that demonstrates how to dump matrices to the OP2 and OP4.  The OP4 is a bit simpler, though the OP2 is faster, but for the QHH matrix, it's so small that it doesn't matter.

> I do not know how to use OP4 reader

I'd take a look at the OP4 documentation.  There's also tests in the op4 directory.
 
Reply all
Reply to author
Forward
0 new messages