Skip to content

Commit

Permalink
refactor: Solution variables doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
prmukherj committed May 1, 2024
1 parent 1db6f7f commit e645a8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/api/solver/solution_variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Launch the fluent solver, and make solution variable objects available
>>> solver.file.read(file_type="case", file_name=import_filename)
The solution_variable_info and solution_variable_data objects are attributes of the solver object:
The solution_variable_info and solution_variable_data objects are attributes of the solver.fields object:

.. code-block:: python
>>> solution_variable_info = solver.solution_variable_info
>>> solution_variable_data = solver.solution_variable_data
>>> solution_variable_info = solver.fields.solution_variable_info
>>> solution_variable_data = solver.fields.solution_variable_data
Solution variable info
Expand Down

0 comments on commit e645a8a

Please sign in to comment.