Search results

Jump to navigation Jump to search
  • Script file is set up to do the following: ; 1) Define the column number to use for test data ; 2) Sets the test data by executing SetTags (this is equivalent
    19 KB (907 words) - 02:09, 21 February 2024
  • Solver Setting - SS Finder (category User Interface)
    Navigation: User Guide ➔ Menu Commands ➔ View ➔ Solver Settings ➔ SS Finder Available from Build 139.31800. This tab page is only visible if "SSF.On" tickbox
    7 KB (113 words) - 13:27, 17 May 2023
  • = \frac{|V_1 - V_2|}{\epsilon_a + \epsilon_r M} }[/math] Normalised relative error [math]\displaystyle{ Converged = e_N \lt 1 }[/math] Test for converged
    12 KB (2,123 words) - 10:57, 13 February 2024
  • fields visible if the user selects the 'Selection/Breakage' method. Test Data - The fields visible if the user selects the 'Test Data' method. Results
    35 KB (768 words) - 04:54, 14 May 2024
  • General Options Colours (category User Interface)
    Navigation: User Guide ➔ Menu Commands ➔ Tools ➔ General Options ➔ Colours NOTE: The colour layers are in the order of importance, as shown in the following
    8 KB (97 words) - 23:44, 24 March 2024
  • cases without further user input. As is, this file is used to test the sensitivities of TWO variables. User can define the test value range for the two
    5 KB (767 words) - 15:22, 17 May 2023
  • [math]\displaystyle{ P(t) = \dfrac{1}{2dev} }[/math] (if Tavg - dev <= t <= Tavg + dev) Gaussian: [math]\displaystyle{ P(t) = \cfrac{1}{dev\sqrt{2\pi}}\cdot e^{
    25 KB (626 words) - 01:43, 6 September 2023
  • Report. Step 1: Create the SysCAD project, make sure the project is solved. Step 2: Set up an excel report for the sensitivity analysis. (Test Cases.xls)
    19 KB (2,641 words) - 03:13, 7 February 2024
  • system when a user exits SysCAD. If you open the SysCAD License Utility located in the license folder, this counts as one of the network user licenses. If
    19 KB (3,082 words) - 09:55, 1 February 2024
  • the remaining smaller sizes as follows +0.5mm (1%), +0.1mm (1%), +0.01mm (1%) and -0.01mm (2%). The user defines the selection and breakage function of
    23 KB (1,654 words) - 09:30, 2 February 2024
  • Navigation: User Guide ➔ COM Automation ➔ Python Automation ➔ Example - Unit Test Framework Unit Testing is important. Running a model to compare previous
    7 KB (993 words) - 18:34, 2 August 2023
  • the model would give the user a warning: SFW wash loss 7.5 is out of user specified range of data points (0 to 5) User without test data may set up a simple
    17 KB (1,773 words) - 04:11, 21 February 2024
  • Therefore, please take care when using 'QProd', and if necessary test the values by displaying test values from different functions. As an example, when using
    20 KB (1,014 words) - 01:44, 6 September 2023
  • F(i+1)*[1 - P(i+1)/A(i+1)]}} }[/math] where F(i) is the feed in for this size fraction i F(i+1) is feed in for the next largest size fraction i+1 Define
    23 KB (1,686 words) - 09:39, 2 February 2024
  • Controls Window (category User Interface)
    Navigation: User Guide ➔ Windows ➔ Controls Window Latest SysCAD Version: 23 April 2024 - SysCAD 9.3 Build 139.35250 Related Links: Control Commands, Controls
    7 KB (520 words) - 07:19, 17 April 2024
  • by the SysCAD developer), user may need to contact the dll owner for an update where possible. If no new dll is available, user may be locked into an older
    9 KB (1,253 words) - 04:25, 16 November 2023
  • Automation example. For information on implementing code to test for an open copy of SysCAD see Testing if SysCAD is open in VBA (COM Automation). Some notes:
    9 KB (1,319 words) - 17:49, 2 August 2023
  • easy report generation. (This is the old method, Method 1 is now the preferred option.) The user may use the Quick View window to automatically generate
    11 KB (986 words) - 03:35, 5 April 2024
  • recommended. The user specifies how many tables of data are required (maximum is 500), the frequency of reporting (each table may be reported at a user specified
    15 KB (689 words) - 00:24, 17 April 2024
  • SysCADxxx\BasefilesUser\Conversions.db3 SysCADxxx\BasefilesUser\Symbols\*.* SysCADxxx\BasefilesUser\SysCAD.Machine.ini SysCADxxx\BasefilesUser\SysCAD.User.xxxx.ini
    13 KB (1,190 words) - 03:38, 5 April 2024
  • VersionNumber(1) & " Build " & App.VersionNumber(2) & "." & App.VersionNumber(3) Application.StatusBar = "Started " & Version 'MsgBox Version '== Test Build number
    8 KB (1,059 words) - 17:42, 2 August 2023
  • Examples: GetCmp(Tnk_1.Lvl (%),<,1) sets the driver slot bit to 1 if the tank level is less than 1% full. GetCmp(P_1.T (C),>,100) returns 1 if the temperature
    33 KB (5,359 words) - 10:13, 1 February 2024
  • Navigation: User Guide ➔ View ➔ Plant Model ➔ Settings This tab page on the Plant Model Access Window has a number of parameters that the user may either
    11 KB (32 words) - 17:10, 2 August 2023
  • then the user can access the Solver Setup (ProBal) dialog box to set the solve options. If one of the Dynamic modes is selected, then the user can access
    8 KB (1,102 words) - 05:10, 7 February 2024
  • maximum value of byte type. i = 0.1 ;i = 1 (true) Bit is true if i ≠ 0 i = 12 ;i = 1 (true) Bit is true if i ≠ 0 i = -3 ;i = 1 (true) Bit is true if i ≠ 0 i
    14 KB (1,480 words) - 06:26, 19 April 2024
  • = -1 (not found) w = StrFind(s,"Cad") ;w = -1 (not found) w = StrStrFrom(s,b,3) ;w = 3 w = StrFindFrom(s,b,3) ;w = 3 w = StrStrFrom(s,b,4) ;w = -1 (not
    19 KB (494 words) - 08:06, 13 May 2024
  • alert the user to this. Please refer to section Hints and Comments for more comprehensive hints on how to troubleshoots the controller, user can also have
    34 KB (2,509 words) - 03:27, 5 April 2024
  • Left$(uProcess.szExeFile, IIf(InStr(1, uProcess.szExeFile, Chr$(0)) > 0, InStr(1, uProcess.szExeFile, Chr$(0)) - 1, 0)) If InStr(processName, SearchName)
    4 KB (564 words) - 09:40, 9 February 2022
  • opening any dynamic projects, user must first edit the configuration file to select the dynamic solve mode, alternatively, user can select to edit the configuration
    8 KB (1,304 words) - 05:00, 5 October 2023
  • Find Units using Query (category User Interface)
    Navigation: User Guide ➔ Edit ➔ Find Units using Query Related Links: Quick Find This feature allows user to search Any SysCAD variable using TagSelect
    13 KB (750 words) - 16:01, 2 August 2023
  • method of representing heat transfer between the unit and the environment. The user may set the final temperature in the unit, or an energy loss or gain to the
    36 KB (1,127 words) - 03:33, 5 April 2024
  • required to be able to insert these models into a project, it is required if the user wishes to use any of the PSD methods within the models. Some models require
    62 KB (2,065 words) - 03:33, 23 April 2024
  • umber[1]) + " Build " + std::to_string(BuildMajor) + "." + std::to_string(BuildMinor); std::cout << "Started " << VersionStr << "\n"; //== Test Build number
    6 KB (666 words) - 18:13, 2 August 2023
  • MgCl2 in the range 20 to 28 t/h. Now that we have the data (saved in test.npy and test1.npy), we need to generate the plot. We are only interested in data
    13 KB (1,431 words) - 02:29, 3 October 2023
  • to show user how to add in size data for their project, to do so, user must first set up the configuration file to include: Make sure SizeDst1.dll - Species
    7 KB (1,026 words) - 10:45, 22 May 2023
  • elements. The user may read in an array from a file. The file may be either a CSV file, created using Excel, or a TXT file, created using a test editor such
    20 KB (916 words) - 09:00, 10 May 2024
  • type of tank (for example, CSTR). For this type of tank, the user may define additional user variables, then define some correlations (functions or subroutines)
    46 KB (4,504 words) - 01:29, 12 March 2024
  • location. See also: How do I send a project to another user? How do I open a project sent from another user? Why can't I open the OLI project created by others
    11 KB (1,703 words) - 05:19, 28 March 2024
  • reaction results where User Calc is used for extent control. Added example on how to use User Calc reaction as reaction extent: Using UserCalc Reaction Extent
    114 KB (16,094 words) - 02:05, 24 April 2024
  • quick test is to see if you can create (and then delete) a folder or file in the license folder, if you can't then you don't have the appropriate user permissions
    12 KB (1,768 words) - 09:54, 1 February 2024
  • the General Separator is unimportant. The user may connect the streams to any position on the unit. If the user disables the unit, by un-ticking the On tick
    6 KB (942 words) - 09:26, 2 February 2024
  • the oversize is given in equation (1): (1) [math]\displaystyle{ \mathbf{\mathit{E_{o a i}=\cfrac{exp(\alpha x_i)-1}{exp(\alpha x_i)+exp(\alpha)-2}}} }[/math]
    20 KB (2,817 words) - 05:37, 14 May 2024
  • double p, double *x) { return (1. - x[0] + 0.05 * x[1] * x[0] + 0.01*x[2]) * pow(T - 273.15, 0.03) * pow(p / 101.325, 1.17); } } The function should be
    11 KB (1,786 words) - 18:53, 1 September 2022
  • values BETWEEN 1 and 10 kg/h. Real RequiredFlow*("Qm", "kg/h")<1, 10> ;The input variable RequiredFlow will be restricted to values ABOVE 1 kg/h. There is
    24 KB (1,906 words) - 03:11, 2 May 2024
  • Features (category User Interface) (section User Interface)
    The user may specify reactions in most units within SysCAD using the Reaction Block. The user defines chemical reactions in a text file. The user may use
    9 KB (1,571 words) - 01:42, 15 June 2021
  • Graphics Symbols (category User Interface) (section BaseFiles and BaseFilesUser Symbols)
    BaseFilesUser\Symbols folder. The purpose of the ..SysCADxxx\BaseFilesUser\Symbols folder is for user defined symbols. For example, if the user creates
    19 KB (2,757 words) - 22:44, 12 May 2024
  • a dynamic matrix and manipulate its elements. The user may read in a matrix from a text file. The user may set constant values into a matrix when it is
    36 KB (1,044 words) - 12:28, 9 January 2024
  • may contain user defined individual phases. However, the phase description must match what has been defined in the species database. User must check the
    8 KB (79 words) - 23:14, 25 May 2021
  • [math]\displaystyle{ U1 }[/math] [math]\displaystyle{ U2 = U1^2 \left(1 + CV^2\right) }[/math] [math]\displaystyle{ U3 = U1^3 \left(1 + 3 CV^2\right) }[/math]
    29 KB (2,700 words) - 09:37, 2 February 2024
  • [math]\displaystyle{ \frac{D_{j+1}}{d_j}\gt 1 }[/math] will force the cumulative function to be greater than 1 (and thus set to 1 for breakage to the same bin)
    14 KB (1,789 words) - 04:42, 14 May 2024
View (previous 50 | ) (20 | 50 | 100 | 250 | 500)