Forum Replies Created

    #86334
    Profile Photo
    Scott Newman
    Moderator

    Hello Megha,

    You are correct that the options available to set the input is amplitude and power. If you want to use intensity you would need to use the relationship of P = IA to scale the power to obtain the desired intensity.

    Scott

    #84025
    Profile Photo
    Scott Newman
    Moderator

    Hello,

    1. I am unable to commen on the input file as the only thing in your attached zip file is a structural diagram.
    2. You are correct the OptiFDTD results directly from a simulation are near-field results. If you look in your installed programs you will find “OptiTools” which is a list of heper functions for use with the results from the product. Included there are a number of far-field calculators that will operate on the appropriate results files.

    As you are having issues with uploading files, please submit an email to support@optiwave.com so that we can further diagnose what is going on. Additionally in your email please include the version of the product you are using and the status of any license you are using.

    Scott

    #81329
    Profile Photo
    Scott Newman
    Moderator

    Hello Poonam,

    Can you please provide further details such as the structure you are looking at modelling. Additionally do you have examples or demonstrations of what you are referring to by response time? Response of what.

    Scott

    #83933
    Profile Photo
    Scott Newman
    Moderator

    Hello Poonam,

    Can you please provide further details such as the structure you are looking at modelling. Additionally do you have examples or demonstrations of what you are referring to by response time? Response of what.

    Scott

    #81277
    Profile Photo
    Scott Newman
    Moderator

    The command you are looking for is in the VBScript manual and it is GetTimeSeries( String fieldcomponent ) so to export the Ex field for “InsideMaterial” as “InsideMaterial_Ex_#.f2d” where the # is the iteration number then you would need to place the following in your for loop after the ParamMgr.Simulate call

    Set inside_data = InsideMaterial.GetTimeSeries ( “Ex” )
    inside_data.WriteF2D (“InsideMaterial_Ex_” & x & “.f2d”

    You would need to repeat that line for each observation point / field component combination you need.

    Please note it is advised to put a wait command after the simulate before any processing or restarting the loop. So right after the ParamMgr.Simulate you should have a WGMgr.Sleep( 50 ).

    Scott

    #83881
    Profile Photo
    Scott Newman
    Moderator

    The command you are looking for is in the VBScript manual and it is GetTimeSeries( String fieldcomponent ) so to export the Ex field for “InsideMaterial” as “InsideMaterial_Ex_#.f2d” where the # is the iteration number then you would need to place the following in your for loop after the ParamMgr.Simulate call

    Set inside_data = InsideMaterial.GetTimeSeries ( “Ex” )
    inside_data.WriteF2D (“InsideMaterial_Ex_” & x & “.f2d”

    You would need to repeat that line for each observation point / field component combination you need.

    Please note it is advised to put a wait command after the simulate before any processing or restarting the loop. So right after the ParamMgr.Simulate you should have a WGMgr.Sleep( 50 ).

    Scott

    #81255
    Profile Photo
    Scott Newman
    Moderator

    Hello Timothy,

    Using VBScript within the designer as part of the simulation setup you can configure the product to export data as simulation sweeps are completed. You will find commands in the “VB Scripting Reference Manual” that is linked to within the “Help Topics” in the Help Menu. However, this must be done at the design stage. There is not a way to batch export after the simulations are complete.

    Which observers do you have and what data are you looking to export.

    Scott

    #83859
    Profile Photo
    Scott Newman
    Moderator

    Hello Timothy,

    Using VBScript within the designer as part of the simulation setup you can configure the product to export data as simulation sweeps are completed. You will find commands in the “VB Scripting Reference Manual” that is linked to within the “Help Topics” in the Help Menu. However, this must be done at the design stage. There is not a way to batch export after the simulations are complete.

    Which observers do you have and what data are you looking to export.

    Scott

    #83809
    Profile Photo
    Scott Newman
    Moderator

    CK,

    The password for the evaluations is the same password you are using to log in to the forum.

    Scott

    #81205
    Profile Photo
    Scott Newman
    Moderator

    CK,

    The password for the evaluations is the same password you are using to log in to the forum.

    Scott

    #83807
    Profile Photo
    Scott Newman
    Moderator

    Poonam,

    I have confirmed with our IT team that this error is typically seen when a restart has not been completed after the installation of the product. Can you confirm whether or not you restarted the machine after installation.

    Scott

    #81203
    Profile Photo
    Scott Newman
    Moderator

    Poonam,

    I have confirmed with our IT team that this error is typically seen when a restart has not been completed after the installation of the product. Can you confirm whether or not you restarted the machine after installation.

    Scott

    #83759
    Profile Photo
    Scott Newman
    Moderator

    Hello,
    Can you please send the screenshots of the pages: http://localhost:1947/_int_/features.html and http://localhost:1947/_int_/diag.html to support@optiwave.com?
    Please also include he screenshot of the error message.

    Thank you,
    Optiwave Support Team

    #81155
    Profile Photo
    Scott Newman
    Moderator

    Hello,
    Can you please send the screenshots of the pages: http://localhost:1947/_int_/features.html and http://localhost:1947/_int_/diag.html to support@optiwave.com?
    Please also include he screenshot of the error message.

    Thank you,
    Optiwave Support Team

    #83757
    Profile Photo
    Scott Newman
    Moderator

    Hello Denwood,

    Apologies for the delayed response, our system had marked it as awaiting moderation despite one of my colleagues responding. The 30 day evaluation starts upon installation.

    Scott