dynamicsoar's log

主に研究関係のメモ

2019-10-01から1ヶ月間の記事一覧

Dell Precision 5820 に m.2 NVMe SSD をインストールするには(2019-10現在)

まえがき 結局面倒すぎるので諦めたんだけど、調べたので一応メモしておく。 日本語でいいならこのPDFがめちゃくちゃわかりやすい: https://i.dell.com/sites/csdocuments/Merchandizing_Docs/ja/dell_precision_expansionguide_2019june.pdf 英語はこのペ…

Export time series of STL files (for mesh, Q-isosurface) in ANSYS CFD-Post by script (playing session file)

Overview I'm still learning, but it seems that basically what you need to do for writing a script for CFD-Post are: Record the session Modify the session file (e.g., adding the for loop) Play the modified session file So I did the recordin…