環境 Windows 10(mac でも似ていた) VS Code Anaconda 3 Quarto Quarto? 公式: Quarto Markdown を Pandoc で HTML, PDF, jupyter notebook, reveal.js(HTML/CSS利用のプレゼン用スライド)などへ変換できるらしい。他にも似たようなのは色々あるわけだ…
テーマ GitHub - dunovank/jupyter-themes: Custom Jupyter Notebook Themes Jupyter notebookのテーマ変更 - Qiita フォント 【2021年版】プログラミングのおすすめフォント10選と選び方を解説 | テックキャンプ ブログ Jupyter Notebookの背景とフォントを…
これは何? esa.io というラボ内Wikiみたいなやつを使っている。これは基本的にクローズドなのだけれど、たまに外部公開してもいいなという記事がある。最初からブログなり Qiita なり Zenn なりに書けよ、と言われるとそうなのかもしれないが、サービスの継…
環境 SwitchBot hub mini router: NEC Aterm WG2600HP4 iOS の SwitchBot app 症状 SwitchBot hub mini を Wifi につなぐと、一旦はつながったように見えるのもの、ステータス表示みたいなやつが offline のままで機能しない。 原因の推定 どうやらデフォル…
mazpod ep 004 の show notes (full version). Anchor ではURLまで文字数にカウントされるのか、全然入らなかったのでこちらに。 内容の分布はこんな感じ(上図): 航空機の分類・力のつりあい・飛行機の各部名称1・座標系の話・各部名称2 航空機の分類: …
基本情報 1996年から1998年にかけて、スズメガ(蛾)やそのモデルを用いて前縁渦 (leading-edge vortex, LEV) の研究が精力的に行われ、関連する一連の論文群が発表された。 まず Ellington et al., 1996, Nature の論文 (letter) とそのサポート的論文群が…
基本情報 Ellington, C. P., van den Berg, C., Willmott, A. P. and Thomas, A. L. R. (1996). Leading-edge vortices in insect flight. Nature 384, 626–630. DOI: 10.1038/384626a0 関連する論文がたくさん出ている→ 論文読み: Ellington スズメガ前縁…
現象 新しく買って Win 10 Pro をインストールしたばかりのPCで、いつものように Quick Lanuch bar(クイック起動バー)を設定したのだが、PC を再起動するたびにこれが消えてしまう。非常に不便。 解決策 https://answers.microsoft.com/en-us/windows/foru…
前置き WIP ですがとりあえず公開。もうちょいアップデートしたい。 初めて論文紹介 podcast をやってみた(下記)が、その下調べとして書いたエントリ。podcast の extended show notes として読んでもいいと思う。 anchor.fm 初歩の空気力学・飛行力学の知…
どうみても異世界な作品があったとする。ごく一部の例外を除いて、その世界の描写や登場人物のセリフはふつうは英語とか日本語とかで記述される。 以下、作品は小説でも漫画でもアニメでもたぶんいいと思うが、中間を取って漫画くらいに思っておくといいかも…
基本情報 Baliga, V. B., Szabo, I. and Altshuler, D. L. (2019). Range of motion in the avian wing is strongly associated with flight behavior and body mass. Science Advances 5, eaaw6670. https://doi.org/10.1126/sciadv.aaw6670 結果 Fig. 1 翼…
基本情報 Article: Harvey, C., Baliga, V. B., Wong, J. C. M., Altshuler, D. L. and Inman, D. J. (2022). Birds can transition between stable and unstable states via wing morphing. Nature 1–6. https://doi.org/10.1038/s41586-022-04477-8 (open …
まえがき リンク https://github.com/szaghi/VTKFortran ←これがVTKFortran VTKFortranをWindowsでビルドする - Qiita ← 時間経過でファイル名などが微妙に変わってるけど非常に参考になる 環境 Ubuntu 20.04 LTS on WSL2 (Windows 10 Pro 21H2) Intel Fortr…
I encountered an issue related to the Referenced object (surface) in the following situation: Launch a Rhino instance, place a surface. Launch a GH instance, place a Surface and choose the surface in the Rhino. If you check this with a Pan…
まえがき 家では student バージョンで軽いテストをすることがあるけど、自分はまだ 2019 R3 を使っている(大学で使ってるバージョンとの兼ね合い)。しかし student はライセンスが1年しかもたないので更新が必要。最近になって注意が必要な変更があったの…
マニュアルには書いてあるのかもしれないが、気づかなかった。かなり衝撃的…。 左:bodyを1つだけ選択してメッシングした時。右:2つ選択してメッシングしたとき。右の body のメッシュがぜんぜん違う。 接触している場合に順番に依存する(すでにあるメッシ…
ORS Dragonfly は自分が使っている CT 画像(正確には処理後の断面画像群)から3次元形状を再構築したりするソフトで、非商用なら無料で使える。 最近、version 4 から 2021.1 へアプデしたのだけれど、いわゆる threshold のとり方の挙動が version 4 以前…
LOC_DEFY タイトルのとおり。正確には、LOC_DEFX, LOC_DEFY, LOC_DEFZ で x, y, z 成分。 ここで知った: https://forum.ansys.com/discussion/comment/23058/#Comment_23058 ある点の座標の probe なんて超基本的で需要もあると思うんだけど、組み込みの結…
licenses for ANSYS Mechanical background job 最近 ANSYS Mechanical のマニュアルを見て、デスクトップで計算するとき、「大規模なジョブは foreground(Solver Process Settings でいう My Computer)では回すなよ、background (My Computer, Background…
y-axis だけ。 formatter = ScalarFormatter() ax.yaxis.set_major_formatter(formatter) ax.ticklabel_format(axis='y', style='sci', scilimits=(0,0), useOffset=None, useLocale=None, useMathText=True) こんだけのことがなかなかわからずだいぶさまよ…
問題の概要と対処 これまで 19.1 を使っていたのだけれど、そろそろ 2019R3 (19.5) に上げるかーと思ってやってみたら、インストール自体は完了したのになぜかライセンスがうまく取れずに失敗する。サーバとクライアントが同じマシンでも失敗するので、Firew…
Effect of the initialisation methods on streamlines. Where there are two outlets, and you are computing transient simulation with ANSYS Fluent, you should probably not use hybrid initialisation. Or at least you should be careful and check …
After the update to the latest build of the Windows 10 (that I applied today), the languages went back to the default, which is a mess. I'm using a US keyboard but somehow the UK keyboard appears on the language list, perhaps something to …
Mac と Winマシンで sync しているのに、理由は不明だが、メインで使っている(=パスワードを登録することの多い)Mac にだけあって Win には出てこないエントリがけっこうあった。Dropbox を一時的に切ってる状態でパスワード作成した、とかだろうか…?い…
これまで Rhino, Python script と使ってきたけど、Grasshopper でパラメトリック・モデリングができることに最近気づいてしまった(というかそのためにあるようなもんだった)ので、使い始めた。もっと早く使っておくのだった。D論があと1年は早く出せたの…
I noticed a wingtip of my bird model (STEP file) is hugely distorted when I set the Heal to Yes when importing external geometry in ANSYS DesignModeler (v 19.1). Therefore, from now on, I will use Heal = No as the first choice. On the othe…
ORS Dragonfly 4.1: "Keep same geometry" crops your slices (Z-direction) as well as XY, so be careful
In ORS Dragonfly Image Loader, there's an option Import another dataset… which is useful if you need to load more than 1 dataset with different settings, e.g., different cropping. If you do that, the cropping ROI is reset every time. Somet…
Background I have a few points with witch I want to make a CurveThroughPoints. This is not a problem when doing it manually but when I tried that with python script using rs.AddInterpCurve, it generated strange looping curve. It's quite ob…
タイトルの通り。
The title says it all. Otherwise somehow Fluent can run only up to 9 cores parallel. Not even 10 or 12 or 14 but 9. Strange but true...