Skip to content

Conversation

hpohekar
Copy link
Collaborator

@hpohekar hpohekar commented Dec 13, 2022

Automated scm to py journal creation.

solver = pf.launch_fluent(mode="solver", topy="myjournal.jou", show_gui=True)

output file = myjournal.py

image

---------------------------------------------------------------------------------------------------------------------------------------

solver = pf.launch_fluent(mode="solver", topy="myjournal.scm", show_gui=True)

output file = myjournal.py

image

---------------------------------------------------------------------------------------------------------------------------------------

solver = pf.launch_fluent(mode="solver", topy=["my_jou_1.jou", "my_jou_2.jou"], show_gui=True)

output file = my_jou_1_my_jou_2.py

image

---------------------------------------------------------------------------------------------------------------------------------------

solver = pf.launch_fluent(mode="solver", topy=["my_jou_1.scm", "my_jou_2.scm"], show_gui=True)

output file = my_jou_1_my_jou_2.py

image

@hpohekar hpohekar linked an issue Dec 13, 2022 that may be closed by this pull request
@hpohekar hpohekar merged commit 274acd3 into main Dec 14, 2022
@hpohekar hpohekar deleted the fix/automate_scm_to_py_journal_creation branch December 14, 2022 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Automate scm -> py journal creation

4 participants