Skip to content

Add icing session type with datamodel #754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Sep 1, 2022
Merged

Conversation

lagacep-ans
Copy link
Contributor

@lagacep-ans lagacep-ans commented Aug 23, 2022

New SolverIcing session type, similar to Solver but with the flserver datamodel enabled and linked to the icing attribute. Fluent is launched with the -flicing command line option.

To use the icing datamodel, a datamodelgen is required with v231/fluent/ pointed by PYFLUENT_FLUENT_ROOT

Usage scenario is as:

session = pyfluent.launch_fluent(mode="solver-icing")
csim = session.icing
# Below code is the same as icing client python journaling
csim.Ice.IceConditions.IcingAirTemperature = 275.
csim.Solution.IceRun.Calculate()

@lagacep-ans lagacep-ans marked this pull request as ready for review August 24, 2022 23:32
@mkundu1 mkundu1 closed this Sep 1, 2022
@mkundu1 mkundu1 reopened this Sep 1, 2022
@mkundu1
Copy link
Contributor

mkundu1 commented Sep 1, 2022

I gave the CI a rerun as I've renamed one of the CI job.

@lagacep-ans lagacep-ans merged commit e092785 into main Sep 1, 2022
@lagacep-ans lagacep-ans deleted the feat/datamodel-icing-2 branch September 1, 2022 15:29
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.

4 participants