White-box/Grey-box/Black-box models for Digital Twins
- Satyak Padhy
- Nov 13, 2024
- 1 min read
Updated: Nov 14, 2024
Digital twins are models of real systems which can be used as virtual replica of physical systems. Generally digital twins are used to analyze the real time data and simulate the behavior. As the system behavior changes with time it is also important to tune the parameter of twin, so that the model remains updated.

When twin models are developed using underlying physics, such models are known as white-box model. For example when computational fluid dynamics (CFD) is used to model the flow behavior , it uses fundamental governing equations of fluid-flow . Hence CFD modeling is a white-box model. If the models are developed only by processing the data then the model is know as black-box model. Many system identification models using principles of statistical methods & data analysis. While white-box models tends to more versatile & accurate, but they are relatively difficult to develop and solve. At the same time, for a particular use case and limited range of use, a black-box can be developed with considerable lesser effort.

Grey box model a hybrid approach is used by combining the governing equations with data. For example the special forms of physics informed Artificial Neural Network development, the NN are developed and configured considering their ability to solve particular type of partial differential equations (PDEs) and system of equations. Such grey box models provide good combination of versatility and accuracy.