Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
20220617_ParaviewPython
Search
kamakiri1225
June 17, 2022
Technology
0
2.1k
20220617_ParaviewPython
kamakiri1225
June 17, 2022
Tweet
Share
More Decks by kamakiri1225
See All by kamakiri1225
第100回オープンCAE勉強会@関西
kamakiri1225
0
62
【技術書典16】OpenFOAM(自宅ではじめる流体解析)
kamakiri1225
0
320
20240127_OpenRadiossエアバッグ解析
kamakiri1225
0
240
20231211ベクトル解析の計算
kamakiri1225
0
180
OpenFOAM初級編チュートリアル(キャビティ流れ)
kamakiri1225
0
360
数値流体解析の基礎
kamakiri1225
0
170
20230422_OpenRadiossエアバッグ解析
kamakiri1225
0
740
数値計算
kamakiri1225
0
89
1次元熱伝導方程式解法.pdf
kamakiri1225
0
880
Other Decks in Technology
See All in Technology
Zero Data Loss Autonomous Recovery Service サービス概要
oracle4engineer
PRO
0
3.2k
[RSJ24] Task Success Prediction for Open-Vocabulary Manipulation Based on Multi-Level Aligned Representations
keio_smilab
PRO
0
230
セキュリティ監視の内製化 効率とリスク
mixi_engineers
PRO
7
780
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
1
160
なぜクラウドサービスで Web コンソールを提供するのか
shuta13
4
1.9k
目標設定と習慣化で今よりも一歩生産性を上げる
sansantech
PRO
7
2.3k
Azure Cosmos DB での時系列ログの運用と改善
sansantech
PRO
0
200
[RSJ24] Object Retrieval in Large-Scale Indoor Environments Using Dense Text with a Multi-Modal Large Language Model
keio_smilab
PRO
0
230
Chunk computing
matyo91
0
270
LLMに日本語テキストを学習させる意義
ksaito
13
3.5k
歴史と背景から改めて振り返るVPC
shotashiratori
2
220
contenteditableと向き合う
kikuchikakeru
2
200
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
85
5.6k
Happy Clients
brianwarren
96
6.6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
25
1.3k
Product Roadmaps are Hard
iamctodd
PRO
48
10k
Mobile First: as difficult as doing things right
swwweet
220
8.8k
StorybookのUI Testing Handbookを読んだ
zakiyama
25
5k
Scaling GitHub
holman
458
140k
Fireside Chat
paigeccino
31
2.9k
No one is an island. Learnings from fostering a developers community.
thoeni
18
2.9k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
502
140k
Designing for humans not robots
tammielis
248
25k
How to name files
jennybc
75
98k
Transcript
(1)「Tools」>「Start Trace」を選択 これによりParaviewで行った操作がPythonスクリプトして記憶されます。 (2)「Only *user-modified*properites」を選択 変更した個所だけを記録する
(3)「Open」 (4)「post.foam」を読み込む (5)「OK」 (6)「Apply」 ファイルの読み込み完了
(7)「Set view direction to +Y」を選択。 X-z面からのviewに変更 (8)「Slice」を選択 • Show Planeのチェックを外す
• Y Normalを選択 →「Apply」 x-z面でy=0の断面を表示
(9)「Counter」を選択 • Contour By:「alpha.water」を選択 (10)Value Rangeを更新する必要があるので 更新ボタンを押す。 →「Apply」 体積分率α=0.5(空気と水の境界面)のコンターを描く ことができた。
※背景の色と被って見えにくいが・・・ 空気 水
(11)「Split Horizontal」を選択 画面を2画面にする (12)「SpredSheet View」を選択 SpreadSheetView1にデータ が表示される
(13)「Expoert SpredSheet」を選択 (14)「height_water.csv」という名前で保存
(15)「Tools」>「Stop Trace」を選択 コピー (16)Pythonスクリプトが表示されるので テキストエディタにコピーし、 「height_main.py」という名前で保存