Skip to content

Commit

Permalink
update docs for SimSinter and TurbineLite configuration to clarify pa…
Browse files Browse the repository at this point in the history
…th locations (#1238)

* docs for SimSinter and TurbineLite configuration provide most likely path

* fixing code block

* fixing spelling

* fix extra quote
  • Loading branch information
kbuma authored Sep 24, 2024
1 parent 0aaa024 commit b778e7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
12 changes: 3 additions & 9 deletions docs/source/chapt_install/install_optional.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ Install Turbine and SimSinter (Windows Only)
* SimSinter

1. In "Settings" (see Figure 1 below) go to the "FOQUS" tab
2. Modify the "SimSinter Home" field to point to the directory you installed SimSinter
2. Modify the "SimSinter Home" field to point to the directory you installed SimSinter. For installations of SimSinter 3.x or higher this will most likely be ``C:\Program Files\CCSI\SimSinter``. For older versions of SimSinter this will most likely be ``C:\Program Files (x86)\CCSI\SimSinter``

* TurbineLite

1. In "Settings" (see Figure 1 below) go to the "Turbine" tab
2. In the "TurbineLite (local)" section modify the "TurbineLite Home" field to point to the directory you installed TurbineLite
2. In the "TurbineLite (local)" section modify the "TurbineLite Home" field to point to the directory you installed TurbineLite. For installations of TurbineLite 3.x or higher this will most likely be ``C:\Program Files\Turbine\Lite``. For older versions of SimSinter this will most likely be ``C:\Program Files (x86)\Turbine\Lite``

Install ALAMO
^^^^^^^^^^^^^
Expand Down Expand Up @@ -149,10 +149,4 @@ ACOSSO and BSS-ANOVA surrogate models and the Basic Data's SolventFit model.
The FOQUS "Settings" Tab
------------------------

Use the FOQUS "Settings" tab to set the optional software configuration described in this section:

.. figure:: ./figs/foqus-settings.png
:alt: Figure 1: The FOQUS "Settings" tab
:name: fig.settings

Figure 1: The FOQUS "Settings" tab
Use the FOQUS "Settings" tab to set the optional software configuration described in this section.
2 changes: 1 addition & 1 deletion foqus_lib/framework/surrogate/ACOSSO.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
beginning of the file (see pluginSearch.plugins() for exact character count of
text). They also need to have a .py extension and inherit the surrogate class.
* Plugin wprapper for the ACOSSO surrogate model builer.
* Plugin wprapper for the ACOSSO surrogate model builder.
* ACOSSO is executed in R and a working R install with the quadprog
package is required. The user must install R
* ACOSSO Ref:
Expand Down
2 changes: 1 addition & 1 deletion foqus_lib/framework/surrogate/BSS-ANOVA.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
beginning of the file (see pluginSearch.plugins() for exact character count of
text). They also need to have a .py extension and inherit the surrogate class.
* Plugin wrapper for the BSS-ANOVA surrogate model builer.
* Plugin wrapper for the BSS-ANOVA surrogate model builder.
* BSS-ANOVA is executed in R and a working R install with the quadprog
package is required. The user must install R
* BSS-ANOVA Ref:
Expand Down

0 comments on commit b778e7f

Please sign in to comment.