DWBAapp | R Documentation |
This is a Shiny web application for the DWBA model.
DWBAapp()
Runs a DWBA web application
All Shape, Orientation, Material Property and Simulation settings that are used as model input can be changed manually or be defined through configuration and profile files.
Whenever the model is run, two plots will be generated and a data table will be generated.
Two plots will be displayed after each model run. One plot is displaying the shape of the input object and a second one showing the model output versus a selected variable. Model outputs and display variable can be selected under the Simulation Tab.
Exporting plots
Plots can be exported by right-clicking the plot and selecting save as. The size of the plots will automatically adopt to the size of the browser window. The values of the plot can be eplored by hovering over the plot with the mouse. The value closest to the cursor location and the distance to the closest value point are being displayed below the plot. Zooming in the model output plot
Zooming can be achieved by drawing a box (holding left mouse key down) on the output plot. Once the box is visible, the plot will zoom into the selected area through double-clicking. Returning to the original zoom can be achieved through double clicking on the plot outside of the box area.
The datatable can be exported as csv file by clicking the Export button above the shape plot. The number of shown datapoints per table page can be varied by chaning the Show entries option box.
Four different types of model input parameters an be defined:
Shape
Orientation
Material Properties
Simulation
These different input types are organised in tabs. Predefined configuration files which can define all settings can be loaded by clicking the Browse button under the Load Config menu at the top of the right frame.
Details about the model, the app and the different parameters are lined out in the vignettes:
A brief description of the DWBA model and an introduction on how to run it from the command line (../doc/DwbaCommand.html
A validation of the used DWBA model, comparing results to the analytical solution of a weakly scattering sphere (../doc/CompareToAnalyticalSolution.html
An introduction to the app (../doc/DWBAapp_vignette.html
A table containing the parameters and a brief explanation (../doc/parameters.html
Some examples of model model parameters from literature#' (../doc/gh2.html
An introduction on how to run parallel instances of the DWBA model (../doc/DWBAParallel.html
DWBAapp() #run the web applications
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.