Automated Export of Worker Output Dataset

On the d3VIEW platform, there are many export options to manually export output datasets. Now, a new support is added to automatically export Workflow worker dataset output to Excel file upon execution. Export Dataset Within the Same Worker When a worker has a dataset output, we can configure the worker to export this dataset automatically.…

December 12, 2025 | by

AI Powered Model-Assembler with Ontology

One of the core activities in virtual-product-development is compilation of a system-model, from assemblies, that can be evaluated across a wide range of load-cases. The traditional approach involves storing the assemblies in the form of files (solver inputs) on a storage device and then referencing them in a solver-main-input using includes (*INCLUDE, *INCLUDE_PATH). The biggest…

December 5, 2025 | by

Understanding Role Based Access in d3VIEW

Role based access in d3VIEW allows admin users to create custom roles. These custom roles can then be granted access to selected applications with specific permissions. Seen below is an example of sample roles: Creating and Accessing a New Role in d3VIEW The Roles option is available under the Administrative User menu where admins manage…

November 21, 2025 | by

Running Python Script with d3VIEW

Many engineers use Python script to automate their tasks. Now we can integrate Python to d3VIEW Workflows. A new worker called Custom_Application can be used to run the Python script. The output files can be collected and used in workflow for further analysis, and reporting. Custom Application worker needs the following inputs The output of…

November 21, 2025 | by

Computing Failure Strain Errors Using d3VIEW

Accurately determining and comparing failure strain between physical tests and simulations is a vital part of material calibration, validation, and iterative improvement of constitutive models.  Below image illustrates a single test (black) that requires to be compared with several simulations with varying degrees of correlation. Picking the simulation that best matches the test is critical…

November 20, 2025 | by

Compare curves with Dynamic Time Warping

Given two curves, a baseline and a candidate curve, how do we know how similar they are to each other? In machine learning, it is common to compare the predicted values (candidate curve) of a testing set to the true values (baseline curve) by RMSE (Root Mean Square Error). By comparing RMSE values of different…

February 27, 2023 | by

Choose Machine Learning Models With Cross Validation

Machine learning techniques (https://www.d3view.com/introduction-and-application-of-d3view-ml/) are becoming unprecedentedly popular. And it plays an important role in data analysis. It is critical to find the model that demonstrates the best performance. Intuitively, we can build a few different models with the data given and see which model gives the best score, either it being RMSE (root mean…

February 20, 2023 | by

Workflow Provider: Execute Workflows within a Workflow

d3VIEW has a new worker called ‘Workflow Provider’ which allows us to execute other workflows we may have saved on the platform within the current one we are building and executing. This saves us time from rebuilding parts of a workflow that can be taken from an already built one. Find the ‘Workflow Provider’ worker…

October 13, 2022 | by

Text Parameterize GUI: A Workflow Tool to Parameterize Input Files

The new ‘Text Parameterize GUI’ worker helps to create machine generated designs by providing a simple to use interface to parameterize any part of a text file. Examples of such applications include single stage Design of Experiments, Sensitivity Analyses, Multi-stage Optimization and for generic machine learning problems. Locate the ‘Text Parameterize GUI’ worker under the…

October 13, 2022 | by

Using d3VIEW-Workflows to Build and Launch DOE Simulations

Workflows is d3VIEW’s application for streamlining complex business processes. With its capabilities, we can create and employ automated DOE studies for quicker analysis. Using the application’s new shape worker, *TEXT_PARAMETERIZE_GUI, we can set-up custom parameters for our text-based files, generate sampling points from these parameters, create simulations from the text, launch the DOE studies from…

September 15, 2022 | by