US20160179992A1 - Interactive 3D Experiences on the Basis of Data - Google Patents
Interactive 3D Experiences on the Basis of Data Download PDFInfo
- Publication number
- US20160179992A1 US20160179992A1 US14/574,843 US201414574843A US2016179992A1 US 20160179992 A1 US20160179992 A1 US 20160179992A1 US 201414574843 A US201414574843 A US 201414574843A US 2016179992 A1 US2016179992 A1 US 2016179992A1
- Authority
- US
- United States
- Prior art keywords
- model
- surrogate
- state vector
- dataset
- time
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/011—Arrangements for interaction with the human body, e.g. for user immersion in virtual reality
-
- G06F17/5009—
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F30/00—Computer-aided design [CAD]
- G06F30/30—Circuit design
- G06F30/36—Circuit design at the analogue level
- G06F30/367—Design verification, e.g. using simulation, simulation program with integrated circuit emphasis [SPICE], direct methods or relaxation methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/10—Complex mathematical operations
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F30/00—Computer-aided design [CAD]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F30/00—Computer-aided design [CAD]
- G06F30/10—Geometric CAD
- G06F30/15—Vehicle, aircraft or watercraft design
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F30/00—Computer-aided design [CAD]
- G06F30/20—Design optimisation, verification or simulation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2111/00—Details relating to CAD techniques
- G06F2111/18—Details relating to CAD techniques using virtual or augmented reality
Definitions
- the invention generally relates to the field of computer programs and systems and specifically to the field of product design and simulation. Embodiments of the invention may also be employed in video games, engineering system design, collaborative decision making, and entertainment, e.g., movies.
- CAD computer aided design
- CAE computer aided engineering
- CAD systems manage parts or assemblies of parts of modeled objects, which are mainly specifications of geometry.
- CAD files contain specifications, from which geometry is generated. From geometry, a representation is generated. Specifications, geometry, and representations may be stored in a single CAD file or multiple CAD files.
- CAD systems include graphic tools for representing the modeled objects to designers; these tools are dedicated to the display of complex objects. For example, an assembly may contain thousands of parts.
- a CAD system can be used to manage models of objects, which are stored in electronic files.
- FEM finite element analysis
- FEM finite element model
- mesh finite element mesh
- a FEM typically represents a CAD model, and thus, may represent one or more parts or an entire assembly.
- a FEM is a system of points called nodes which are interconnected to make a grid, referred to as a mesh.
- the FEM may be programmed in such a way that the FEM has the properties of the underlying object or objects that it represents.
- a FEM or other such object representation as is known in the art is programmed in such a way, it may be used to perform simulations of the object that it represents.
- a FEM may be used to represent the interior cavity of a vehicle, the acoustic fluid surrounding a structure, and any number of real-world objects.
- CAD and CAE systems along with FEMs can be utilized to simulate engineering systems.
- CAE systems can be employed to simulate noise and vibration of vehicles.
- One dimensional data is very abstract and abstract information is not an efficient means to add to the experience of the audience.
- Such methods are based on reducing the state space of the simulation.
- the complete 3D computational (i.e., meshed) model is known a priori, but the complexity and solve time of the model is reduced while maintaining a good fit to a known behavior model.
- This is typically done through reduction of the degrees of freedom (e.g., from millions of mesh nodes to tens of parameters) through techniques such as Principle Component Analysis, which is described in Jolliffe I. T. Principal Component Analysis, Series: Springer Series in Statistics, 2nd ed., Springer, N.Y.
- equation (31) of Klein is:
- C L ⁇ C Lq C L ⁇ dot over (q) ⁇ and k would be calibrated or fitted to the equation based on experimental data for t, C L , q, ⁇ , ⁇ dot over (q) ⁇ .
- Embodiments of the present invention overcome the problems with existing experiment/simulation techniques as described hereinabove.
- Embodiments of the present invention provide methods and systems for constructing a surrogate model for use in an interactive experience.
- a method for generating a surrogate model for use in an interactive experience begins by defining a model that represents a real-world system, where the model includes a parametric state vector representing a behavior and a design variable vector.
- Such a method further includes performing a first experiment (simulation, analysis, etc.) to determine a response over time of the parametric state vector and performing a second experiment for the design variable vector.
- the first and second experiments produce a dataset of the parametric state vector and the design variable vector as a function of time.
- the method continues by modifying the data set with one or more derivatives of the parametric state vector and then constructs a set of surrogate differential equations which approximate a higher derivative of the parametric state vector relative to that in the data set.
- the constructing includes operatively storing the set of surrogate differential equations as a surrogate model in memory.
- Such a method is used in an interactive experience by responsively providing the surrogate model from memory in a matter accelerating simulated behavior in response to user interaction with the model. This may be implemented by solving the surrogate differential equations for a given value of the design variable vector including using a time series that solves a state vector of the surrogate model as a function of time.
- constructing the set of surrogate differential equations comprises iteratively constructing one or more candidate sets of surrogate differential equations, and selecting the set of surrogate differential equations from the one or more candidate sets to be stored as the surrogate model, where the selected set is the set with the lowest cross validation error to at least a subset of the data set.
- the subset of the data set may be referred to herein as a validation data set.
- modifying the data set with the one or more derivatives of the parametric state vector includes removing time from the data set.
- the first and second experiments are at least one of a physical experiment and a numerical high fidelity experiment.
- Another embodiment may further comprise reducing the dimensionality of the defined model. In such an embodiment, reducing the dimensionality of the defined model employs at least one of principal component analysis, k-nearest neighbors, and subspace learning.
- the defined model includes at least one of discrete events and boundary conditions.
- An implementation of the method may further comprise exporting the surrogate model to a functional mock-up interface.
- an embodiment may employ the surrogate model in a hardware system wherein the hardware system is a flight simulator or automotive electronic control unit.
- the higher derivative of the parametric state vector may be approximated by using at least one of: radial basis functions, neural nets, chebychev polynomials, response surface methods, polynomial response surface methods, arbitrary term regression, support vector machines, and space-mapping.
- constructing the surrogate model further includes optimizing the surrogate model to reduce variance and bias error.
- An alternative embodiment of the invention is directed to a system for generating a surrogate model for use in an interactive experience.
- a system comprises a model definition module configured to define a model which represents a real-world system, wherein the defined model includes a parametric state vector representing a behavior and a design variable vector.
- the system further includes an experiment module which is operatively coupled to the model definition module and is configured to perform a first experiment to determine a response over time of the parametric state vector and a second experiment for the design variable vector. The experiments produce a data set of the parametric state vector and the design variable vector as a function of time.
- the system further includes a data set module configured to receive the data set from the experiment module and to modify the data set with one or more derivatives of the parametric state vector.
- a surrogate module is further included in the system and the surrogate module is configured to construct a set of surrogate differential equations which approximate a higher derivative of the parametric state vector relative to that in the data set.
- the surrogate module may operatively store the set of surrogate differential equations as a surrogate model in memory.
- the system further includes an interaction module configured to responsively provide the surrogate model from memory in a manner which accelerates simulated behavior of the model in response to user interaction. Said providing the surrogate model solves the surrogate differential equations for a given value of the design variable vector including using a time series that solves the state vector of the surrogate model as a function of time.
- the surrogate module is configured to construct the set of surrogate differential equations by iteratively constructing one or more candidate sets of surrogate differential equations.
- the set of surrogate differential equations stored as the surrogate model is selected from the one or more candidate sets as the set with the lowest cross validation error to at least a subset of the data set.
- the data set module is configured to modify the data set with the one or more derivatives of the parametric state vector.
- the first and second experiments are at least one of a physical experiment and a numerical high fidelity experiment.
- the defined model includes at least one of discrete events and boundary conditions.
- the model definition module is further configured to reduce the dimensionality of the defined model.
- the model definition module may be configured to reduce the dimensionality of the defined model by employing at least one of principal component analysis, k-nearest neighbors, and subspace learning.
- An alternative embodiment of the system further comprises an export module configured to export the surrogate model to a functional mockup interface.
- the system is integrated into a flight simulator or automotive electronic control unit.
- the surrogate module may be configured to approximate the higher derivative of the parametric state vector using at least one of: radial basis functions, neural nets, chebychev polynomials, response surface methods, polynomial response surface methods, arbitrary term aggression, support vector machines, and space-mapping.
- Another embodiment of the present invention is directed to a cloud computing implementation for generating a surrogate model.
- Such an embodiment is directed to a computer program product executed by a server in communication across a network with one or more clients, the computer program product comprising a computer readable medium.
- the computer readable medium comprises program instructions which, when executed by a processor causes: defining a model representing a real-world system, wherein the model includes a parametric state vector representing a behavior and a design variable vector; performing a first experiment to determine a response over time of the parametric state vector and performing a second experiment for the design variable vector, wherein performing first and second experiments produces a data set of the parametric state vector and the design variable vector as a function of time; modifying the data set with one or more derivatives of the parametric state vector; constructing a set of surrogate differential equations approximating a higher derivative of the parametric state vector relative to that in the data set, wherein constructing the set of equations includes operatively storing in memory the set of surrogate differential equations as a surrogate model; and responsively providing the surrogate model from memory in a manner accelerating simulated behavior in response to user interaction with the model, wherein providing the surrogate model includes solving the surrogate differential equations for a given value of the design variable
- FIG. 1 is a flowchart of a method for constructing a surrogate model for use in an interactive 3D experience according to an embodiment of the present invention.
- FIG. 2 illustrates various components used in an N-code simulation of airfoil flutter implementing principles of the present invention.
- FIG. 3 illustrates the CFD flow field for a flap during control system actuation that is determined utilizing principles of an embodiment.
- FIG. 4 portrays a CAD model of an aircraft and associated graphs illustrating angle of attack and control servo angle that may be employed in an embodiment of the present invention.
- FIG. 5 is a graph of airfoil pitch simulated as a function of time.
- FIG. 6 illustrates validation of a linear surrogate model representing 2 nd order ordinary differential equations determined according to an example embodiment.
- FIG. 7 illustrates validation of a linear surrogate model representing nonlinear 2 nd order ordinary differential equations determined according to an example embodiment.
- FIG. 8 is a flow chart depicting a method of generating a surrogate model according to the principles of an embodiment.
- FIG. 9 illustrates airfoil pitch and airfoil vertical displacement determined according to the principles of an embodiment approximated with a 4 th order RSM with controller off and RBF with controller on at 4.8 seconds and 33 Hz.
- FIG. 10 is a graph illustrating time series from Airfoil Flutter N-code simulation approximated with a 4 th order RSM with controller off and RBF with controller on at 3.1 seconds and 42 Hz.
- FIG. 11 a is a flowchart of a method for generating a surrogate model according to principles of the present invention.
- FIG. 11 b is a continuation of the method for generating a surrogate model illustrated in FIG. 11 a.
- FIG. 12 is a flowchart depicting a method for employing principles of the present invention in a simulation.
- FIG. 13 is a simplified block diagram of a system for generating a surrogate model for a 3D experience according to principles of an embodiment.
- FIG. 14 is a simplified diagram of a computer network environment in which an embodiment of the present invention may be implemented.
- Embodiments of the present invention overcome the aforementioned limitations of simulations/interactive three-dimensional experiences.
- One such embodiment of the invention is directed to a method to create a near real-time experience by accelerating realistic behavior simulation models using mathematical surrogates. These surrogate models are based on physical test data or high-fidelity simulation data.
- High-fidelity N-code (FEA, Computational Fluid Dynamics (CFD), or logical) co-simulations can take as much as an hour of CPU time for each real-time second of behavior prediction.
- Embodiments of the invention speed up this process by orders of magnitude so that it is fast enough to be used in real-time or near real-time applications. This makes it a practical technology for interactive design, multi-disciplinary optimization, and verification of cyber-physical systems.
- An embodiment accelerates realistic behavior modeling by first executing a physical or numerical high-fidelity experiment on a physical or numerical model and observing the response over time of the parametric state vector p (e.g., time, p) that represents the behavior of interest.
- This model can contain discrete events (e.g., controller on/off) as well as forced boundary conditions such as road excitations.
- an embodiment may first reduce the dimensionality of the high-fidelity, high-dimensional numerical model using principal component analysis, or a similar technique, to a manageable number of parameters (e.g., approximately 100).
- a structured e.g., design of experiment
- p model design variable vector of interest
- the right predictive surrogate is selected and its technique settings are optimized to reduce its variance and bias error and validated with the part of the dataset that is not used in the training Thus, forming the surrogate model.
- This model can in turn be exported to an FMU and be directly employed in 3D modeling software to simulate realistic behavior in near real-time. Alternatively, it can be used directly in hardware, such as a flight simulator or an automotive electronic control unit (ECU).
- ECU automotive electronic control unit
- FIG. 1 is a flow diagram of a method 100 for generating a surrogate model for use in an interactive experience.
- the method 100 begins by defining a model representing a real-world system ( 101 ).
- the defined model includes a parametric state vector which represents a behavior and a design variable vector.
- the parametric state vector may include the position and angles of rotation (and their derivatives) of an object and the design variable vector may comprise the mass and the force (and its direction) on an object.
- the model that is defined at step 101 may represent any real-world system, examples of which are described herein below.
- the model may be defined according to principles known in the art, for example through use of a CAD system.
- the method 100 continues by performing a first experiment to determine a response over time of the parametric state vector and a second experiment for the design variable vector ( 102 ).
- An example experiment includes recording time series of parameteric state for various masses, forces, and force directions.
- the performance 102 produces a data set of the parametric state vector and the design variable vector as a function of time.
- the method 100 next modifies the data set with one or more derivatives of the parametric state vector ( 103 ).
- step 103 includes determining the one or more derivatives of the parametric state vector computed directly from the time step and the state vector value at the time step using a finite difference method.
- constructing the set of surrogate differential equations 104 comprises operatively storing the set of surrogate differential equations as a surrogate model in memory.
- the method 100 concludes by responsively providing the surrogate model from memory in a manner accelerating simulated behavior in response to user interaction with the model ( 105 ).
- the surrogate differential equations are solved for a given value of the design variable vector including using a time series that solves the state vector of the surrogate model as a function of time. This providing of the surrogate model 105 thus provides an improved user experience.
- constructing the set of surrogate differential equations 104 may be performed by iteratively constructing one or more candidate sets of surrogate differential equations and in turn, selecting the set of surrogate differential equations stored as the surrogate model as the set from the one or more candidate sets with the lowest cross validation error to at least a subset of the data set.
- This subset of the data set that is used in performing the equation constructing may be considered a validation data set.
- modifying the data set 103 may include removing time from the data set.
- the first and second experiments performed at step 102 of the method 100 are a physical experiment and/or a numerical high fidelity experiment.
- the defined model further includes discrete events and boundary conditions.
- the method 100 may further comprise reducing the dimensionality of the defined model. According to such an embodiment, the dimensionality may be reduced according to principles known in the art, for example, by employing principal component analysis, k-nearest neighbors, and/or subspace learning.
- the method 100 may also include exporting the surrogate model to a functional mockup interface.
- the method 100 is employed in a hardware system, such as a flight simulator or automotive electronic control unit.
- the higher derivative of the parametric state vector is determined at step 104 using at least one of: radial basis functions, neural nets, chebychev polynomials, response surface methods, polynomial response surface methods, arbitrary term regression, support vector machines, and space-mapping.
- constructing the surrogate model at step 104 further includes optimizing the surrogate model to reduce variance and bias error.
- FIG. 2 illustrates an overview of a method 210 for creating individual response time series data on which an interactive experience, carried out according to the principles of the present invention, can be based.
- the example described below and illustrated in FIG. 2 employees datasets of a 4-code CFD-FEA-logical-embedded source co-simulation as described in Van der Velden et al., “Probabilistic Certificate of Correctness for Cyber Physical Systems,” ASME 2012 International Design Engineering Technical Conferences & Computers and Information in Engineering Conference, August 12-15, Chicago, Ill., USA, DETC2012-70135, the contents of which are incorporated herein by reference.
- These datasets include an ordinary differential equation/one dimensional dataset 213 a and a partial differential equation/3D dataset 213 b , both of which result from model abstractions 211 , and a continuous time dataset 214 a and a discrete time dataset 214 b , both of which result from models of computation 212 .
- the datasets 213 a , 213 b , 214 a , and 214 b are processed by domain simulation software 215 that, by way of non-limiting example, may include Dymola 216 a , Abaqus/CFD 216 b , Abaqus/Standard 216 c , and ControlBuild 216 d .
- These data sets 213 a , 213 b , 214 a , and 214 b can be converted into a model that can be interactively solved according to principles described herein.
- the overview illustrated in FIG. 2 may provide a user with the data of the CFD flow-field 320 , shown by the shading, for the finite element model 321 illustrated in FIG. 3 .
- the flow-field may be determined by employing Navier-Stokes for the partially separated flap during control system actuation.
- FIG. 4 illustrates a glider 431 , with the wing 430 .
- the wing 430 exhibits a twisting and vertically displacing limit cycle motion called flutter.
- an active flutter control system which moves the trailing edge flap of the wing 430 is deployed.
- This system consists of sensors, embedded software, and electrical motors to actuate the flap mechanism.
- the example method described herein provides an interactive experience that models flutter of the wing 430 .
- high aspect ratio data is provided for the state of the wing 430 , such as the control servo angle 432 , which indicates control software activation 433 , and angle of attack 434 .
- Other data may include vertical displacement.
- FIG. 5 is a graph 540 that illustrates airfoil pitch a as a function of time.
- the graph 540 includes data 541 representative of airfoil pitch as simulated as a function of time by the high-fidelity co-simulation for the free limit cycle motion (without flutter suppression activation).
- the full co-simulation data 541 represents data determined using existing batch processing methodologies, that while providing good accuracy, can be extremely time consuming and computationally expensive to produce. Thus, embodiments of the invention calculate surrogates that approximate the full co-simulation data 541 .
- an embodiment proceeds to differentiate the dataset using a backwards numerical step to yield a set of data of the state parameters and their time derivatives (t, ⁇ , ⁇ dot over ( ⁇ ) ⁇ , ⁇ umlaut over ( ⁇ ) ⁇ , z, ⁇ , ⁇ umlaut over (z) ⁇ ).
- time is removed as a parameter and a system of equations is created based on surrogates F to express the higher derivatives of a and z as a function of the state vector ( ⁇ , z) and its lower derivatives using part of the co-simulation data. The remaining data is reserved for validating the surrogates.
- the resulting system of equations is provided below:
- F 1 and F 2 may be expressed as a linear regression surrogate model to obtain a 2 nd order linear ordinary differential equation representing the well-known spring damper model. It is noted, that this spring damper model is derived without prior knowledge that this is an adequate model form for wing flutter. Thus, embodiments of the invention do not require prior knowledge of an adequate model for representing the system.
- An example of the 2 nd order linear ordinary differential equation derived using the data for this example is provided below:
- the resulting 1 st order surrogate model representing a 2 nd order differential equation is shown by the dashed line 542 of FIG. 5 .
- the 2 nd order model has similar frequency to the full co-simulation data 541 , but the amplitude is quite different.
- the graph 540 further includes data 542 representative of the airfoil flutter N-code simulation approximated with a 1 st order surrogate, and data representative of the 4 th order surrogate 543 .
- Embodiments of the invention can further determine the source of such error by validating the model with the above mentioned set aside data.
- Such evaluation indicates that there is a large error between the actual a data and the one predicted by the 2 nd order ODE constructed from the linear surrogate.
- This error is shown in FIG. 6 , where graph 650 shows the data, where the line 652 represents a perfect validation of the model, and the data points 653 show the actual data that was set aside. From this validation it is known a-priori that the linear surrogate is not a good approximation to limit cycle co-simulation. This may be due to the non-linearity of the airfoil flow separation at high angles.
- an embodiment may switch the surrogate model from a 2 nd order model to a 4 th order model and repeat the validation using the 4 th order model.
- the result of this validation is shown in FIG. 7 , where the ⁇ umlaut over ( ⁇ ) ⁇ data and ⁇ umlaut over (z) ⁇ data are shown by the graphs 760 and 761 , respectively.
- the graphs 760 and 761 both show that the predicted data 762 and 764 aligns quite well with the corresponding data points 763 and 765 .
- the results of this 4 th order model are shown in FIG. 5 by the dotted points 543 , which align with the original co-simulation behavior results 541 , and extrapolates well.
- the method 870 comprises a loop 871 that iterates through a sequence of values of the selected parameter, in this case, until the controller-on time 874 , which is a component of the task process 872 .
- the task process 872 identifies whether the time is less than the controller-off time 873 , indicating that the controller is off, or greater than the control-on time 874 , indicating that the controller is on.
- the 4 th order surrogate described above is used to calculate ⁇ and z, at the process 875 .
- the interactive model 876 of the system of equations comprising F 1 and F 2 described hereinabove can be employed in the system 870 to compute ⁇ umlaut over ( ⁇ ) ⁇ and ⁇ umlaut over (z) ⁇ using different inputs to the system of equations.
- Embodiments of the invention can further introduce the effect of design variables.
- the 4 th order RMS method does not work.
- the Radial Basis Function surrogate method such as described in Hardy, “ Multiquadratic equations of topography and other irregular surfaces ”, J. Geophysics Res. 76, 1905-15 (1971).
- FIG. 9 The results of this modified surrogate model are shown in FIG. 9 , where the graph 980 shows a versus time and the graph 981 shows z versus time.
- the more lightly shaded lines, 982 and 984 illustrate the full co-simulation results and the darker lines 983 and 985 show a and z approximated with a 4 th order RSM with the controller off and with RBF 986 , with the controller on at 4.8 seconds and 33 Hz.
- FIG. 10 shows a validation of the system principles with said different data, 4 th order RSM with controller off and RBF with controller on at 3.1 seconds and 42 Hz.
- the graph 1090 shows the response of a versus time under the aforementioned conditions.
- the portion 1091 of the graph is further enlarged in FIG. 10 to show the further detail of the response when the controller is turned on 1092 and the RBF simulation technique is employed 1094 .
- the graph 1090 indicates that the surrogate data 1095 closely follows the full co-simulation data 1093 .
- Such an embodiment provides an accurate real time (surrogate) model to employ in real time interactive experiments.
- the surrogate model could be used to determine whether there are bandwidths or activation times/conditions where the system becomes unstable.
- the surrogate model is further enhanced by adding time-dependent boundary conditions such as variations in angle of attack due to atmospheric conditions in the simulation loop.
- embodiments of the present invention do not require knowledge of the physics differential equations that simulate the system. It is only necessary that the dataset includes the state/design vectors that are relevant. If such relevant vectors are not included, the method will produce a high cross-validation error, thus signaling that the model is lacking relevant vector data. Such a method is advantageous over existing techniques such as Kalman filtering and parameter estimation which both require that the model form (equations of the vectors) have to be defined a priori.
- the model form is constructed and identified through an iterative method as the surrogate differential equation model with the lowest cross-validation error to the validation data set. Such a method is described herein below in relation to the FIGS. 11 a and 11 b.
- FIGS. 11 a and 11 b illustrate a method 1100 (split between 1100 a in FIG. 11 a and 1100 b in FIG. 11 b ) for constructing a surrogate model according to an embodiment of the present invention.
- the method 1100 starts the authoring 1101 and defines system design variables v i , system internal states p i , system states of interest q i , and system boundary conditions b i at 3D system sensor locations, in a memory area ( 1102 ).
- data rows row i are randomly assigned into a training data set and a validation data set ( 1106 ).
- i is iterated according to the test 1109 described below.
- each function F is created using surrogate technology ( 1108 ), it is tested 1109 , to determine if q i , q′ i , q′′ i of the predicted data minus the validation set from step 1103 is greater than ⁇ , where ⁇ is the model validation error, e.g. the difference between the line 652 representing a perfect validation of the model, and the actual data points 653 . If q i , q′ i , q′′ i (predicted ⁇ validation set) is greater than ⁇ , the method 1100 ends 1111 . However, if q i , q′ i , q′′ i (predicted ⁇ validation set) is less than ⁇ , i is incremented 1110 , and the method returns to process 1107 to continue.
- ⁇ is the model validation error, e.g. the difference between the line 652 representing a perfect validation of the model, and the actual data points 653 .
- FIG. 12 illustrates a method 1220 for employing the method 1100 , or any method described herein, in an interactive experience.
- the process 1222 continues by storing the solution time series in a memory area (time, v k , t, p i , q i , b n ) for post-processing.
- the method 1220 further accommodates the introduction of new event values, b n , such as user, controller, or context values at point 1224 of the process.
- p i , q i , and b n are used to update the state of the digital mock-up or hardware simulator at time t, in order to create a real-time experience for the user ( 1227 ).
- FIG. 13 is a simplified block diagram of a computer-based system 1330 that may be used to generate a surrogate model according to an embodiment of the present invention.
- the system 1330 comprises a bus 1335 .
- the bus 1335 serves as an interconnect between the various components of the system 1330 .
- Connected to the bus 1335 is an input/output device interface 1338 for connecting various input and output devices such as a keyboard, mouse, display, speakers, etc. to the system 1330 .
- a central processing unit (CPU) 1332 is connected to the bus 1335 and provides for the execution of computer instructions.
- Memory 1337 provides volatile storage for data used for carrying out computer instructions.
- Storage 1336 provides non-volatile storage for software instructions, such as an operating system (not shown).
- the system 1330 also comprises a network interface 1331 for connecting to any variety of networks known in the art, including wide area networks (WANs) and local area networks (LANs).
- WANs wide area networks
- LANs local area networks
- a model definition module 1333 module is further connected to the bus 1335 .
- the model definition module 1333 is configured to define a model representing a real-world system, the model that is defined includes a parametric state vector representing a behavior and a design variable vector.
- An experiment module 1334 is operatively coupled via the bus 1335 to the model definition module 1333 and is configured to perform a first experiment to determine a response over time of the parametric state vector and a second experiment for the design variable vector.
- the first and second experiments produce a data set of the parametric state vector and the design variable vector as a function of time.
- the system 1330 further includes a data set module 1341 that is configured to receive the data set from the experiment module 1334 and to modify the data sent with one or more derivatives of the parametric state vector.
- a surrogate module 1339 Connected to the bus 1335 is a surrogate module 1339 which is configured to construct a set of surrogate differential equations which approximate a higher derivative of the parametric state vector relative to that in the data set that was determined by the data set module 1341 .
- This constructing by the surrogate module 1339 includes operatively storing, in the memory 1337 or the storage device 1336 , the set of surrogate differential equations as a surrogate model.
- an interaction module 1340 Operatively coupled to the system 1330 is an interaction module 1340 which is configured to responsively provide the surrogate model from memory 1337 or storage 1336 in a manner accelerating simulated behavior in response to user interaction with the model.
- This providing the surrogate model solves the surrogate differential equations for a given value of the design variable vector including using a time series that solves the state vector of the surrogate model as a function of time.
- the accelerated simulated behavior may be considered accelerated in comparison to normal simulation techniques. Moreover, the accelerated simulated behavior may be accelerated or decelerated in comparison to real world events, e.g., the simulation may show the effect of wing flutter at a rate faster than such flutter would occur in the real world.
- the various methods and machines described herein may each be implemented by a physical, virtual, or hybrid general purpose computer, such as the computer system 1330 , or a computer network environment such as the computer environment 1400 , described herein below in relation to FIG. 14 .
- the computer system 1330 may be transformed into the machines that execute the methods described herein, for example, by loading software instructions into either memory 1337 or non-volatile storage 1336 for execution by the CPU 1332 .
- model definition module 1333 the model definition module 1333 , experiment module 1334 , dataset module 1341 , surrogate module 1339 , and interaction module 1340 are shown as separate modules, in an example embodiment, these modules may be implemented using a variety of configurations.
- system 1330 and its various components may be configured to carry out any embodiments of the present invention described herein.
- FIG. 14 illustrates a computer network environment 1400 in which an embodiment of the present invention may be implemented.
- the server 1401 is linked through the communications network 1402 to the clients 1403 a - n .
- the environment 1400 may be used to allow the clients 1403 a - n , alone or in combination with the server 1401 , to execute any of the methods described hereinabove.
- Embodiments or aspects thereof may be implemented in the form of hardware, firmware, or software. If implemented in software, the software may be stored on any non-transient computer readable medium that is configured to enable a processor to load the software or subsets of instructions thereof. The processor then executes the instructions and is configured to operate or cause an apparatus to operate in a manner as described herein.
- firmware, software, routines, or instructions may be described herein as performing certain actions and/or functions of the data processors. However, it should be appreciated that such descriptions contained herein are merely for convenience and that such actions in fact result from computing devices, processors, controllers, or other devices executing the firmware, software, routines, instructions, etc.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Computer Hardware Design (AREA)
- Geometry (AREA)
- Evolutionary Computation (AREA)
- Mathematical Physics (AREA)
- Data Mining & Analysis (AREA)
- Computational Mathematics (AREA)
- Mathematical Analysis (AREA)
- Mathematical Optimization (AREA)
- Pure & Applied Mathematics (AREA)
- Databases & Information Systems (AREA)
- Software Systems (AREA)
- Algebra (AREA)
- Automation & Control Theory (AREA)
- Aviation & Aerospace Engineering (AREA)
- Microelectronics & Electronic Packaging (AREA)
- Human Computer Interaction (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Business, Economics & Management (AREA)
- Operations Research (AREA)
- Educational Administration (AREA)
- Educational Technology (AREA)
- Entrepreneurship & Innovation (AREA)
- Life Sciences & Earth Sciences (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- Probability & Statistics with Applications (AREA)
- Computing Systems (AREA)
Priority Applications (7)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/574,843 US20160179992A1 (en) | 2014-12-18 | 2014-12-18 | Interactive 3D Experiences on the Basis of Data |
CA2914801A CA2914801A1 (en) | 2014-12-18 | 2015-12-09 | Interactive 3d experiences on the basis of data |
JP2015245380A JP7133894B2 (ja) | 2014-12-18 | 2015-12-16 | データに基づくインタラクティブ3dエクスペリエンス |
KR1020150181245A KR20160074427A (ko) | 2014-12-18 | 2015-12-17 | 데이터에 기초한 상호작용 3d 경험들 |
CN201510953733.1A CN105843978B (zh) | 2014-12-18 | 2015-12-17 | 基于数据的交互式3d体验 |
EP15201084.9A EP3035219A1 (en) | 2014-12-18 | 2015-12-18 | Interactive 3d experiences on the basis of data |
JP2021018447A JP2021073623A (ja) | 2014-12-18 | 2021-02-08 | データに基づくインタラクティブ3dエクスペリエンス |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/574,843 US20160179992A1 (en) | 2014-12-18 | 2014-12-18 | Interactive 3D Experiences on the Basis of Data |
Publications (1)
Publication Number | Publication Date |
---|---|
US20160179992A1 true US20160179992A1 (en) | 2016-06-23 |
Family
ID=54936877
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/574,843 Abandoned US20160179992A1 (en) | 2014-12-18 | 2014-12-18 | Interactive 3D Experiences on the Basis of Data |
Country Status (6)
Country | Link |
---|---|
US (1) | US20160179992A1 (enrdf_load_stackoverflow) |
EP (1) | EP3035219A1 (enrdf_load_stackoverflow) |
JP (2) | JP7133894B2 (enrdf_load_stackoverflow) |
KR (1) | KR20160074427A (enrdf_load_stackoverflow) |
CN (1) | CN105843978B (enrdf_load_stackoverflow) |
CA (1) | CA2914801A1 (enrdf_load_stackoverflow) |
Cited By (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106354924A (zh) * | 2016-08-29 | 2017-01-25 | 中冶赛迪工程技术股份有限公司 | 基于fmi的装备协同仿真系统及其构建方法 |
US10102316B2 (en) | 2015-12-15 | 2018-10-16 | Dassault Systemes Simulia Corp. | Virtual reality authoring method |
US20180349322A1 (en) * | 2017-06-06 | 2018-12-06 | Ge Aviation Systems, Llc | Generating models for real time embedded systems that approximate non-embedded models while reducing complexity associated with the non-embedded models |
US10423735B2 (en) * | 2016-06-29 | 2019-09-24 | International Business Machines Corporation | Hybrid modeling for a device under test associated with a two-phase cooling system |
US10592636B2 (en) * | 2017-03-17 | 2020-03-17 | General Electric Company | Methods and systems for flight data based parameter tuning and deployment |
US10628537B2 (en) | 2016-04-12 | 2020-04-21 | Dassault Systemes Simulia Corp. | Simulation augmented reality system for emergent behavior |
CN111625905A (zh) * | 2020-05-29 | 2020-09-04 | 中国航空工业集团公司西安飞机设计研究所 | 一种螺旋桨飞机舱内噪声高频仿真方法 |
CN111814341A (zh) * | 2020-07-16 | 2020-10-23 | 西北工业大学 | 基于pod降阶法进行壁板非线性颤振分析的方法 |
US20210033748A1 (en) * | 2016-06-13 | 2021-02-04 | Schlumberger Technology Corporation | Runtime Parameter Selection in Simulations |
US11087032B2 (en) * | 2015-02-25 | 2021-08-10 | Ptc Inc. | Multi-user cloud parametric feature-based 3D CAD system with bi-directional editing |
US11182515B2 (en) * | 2018-11-16 | 2021-11-23 | Doosan Heavy Industries & Construction Co., Ltd. | Apparatus for diagnosing analysis and method therefor |
CN114510817A (zh) * | 2021-12-27 | 2022-05-17 | 中国航天空气动力技术研究院 | 一种用于无人机滑翔路径规划的风场感知算法 |
US20220277118A1 (en) * | 2019-08-09 | 2022-09-01 | University Of Leeds | Multi-Component Simulation Method and System |
US11436800B2 (en) | 2018-11-08 | 2022-09-06 | Immersive Visualization, Inc. | Interactive system and method providing real-time virtual reality visualization of simulation data |
US11461518B2 (en) * | 2018-12-21 | 2022-10-04 | Dassault Systemes | Multi-instanced simulations for large environments |
US20230214197A1 (en) * | 2022-01-04 | 2023-07-06 | Palo Alto Research Center Incorporated | Search based approach for generating controller models |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP3579126A1 (en) * | 2018-06-07 | 2019-12-11 | Kompetenzzentrum - Das virtuelle Fahrzeug Forschungsgesellschaft mbH | Co-simulation method and device |
WO2021161503A1 (ja) * | 2020-02-14 | 2021-08-19 | 富士通株式会社 | 設計プログラムおよび設計方法 |
JP7484610B2 (ja) | 2020-09-23 | 2024-05-16 | コニカミノルタ株式会社 | 情報処理装置、学習装置、情報処理システム、情報処理方法、プログラム、および、記録媒体 |
JP7529058B2 (ja) | 2021-02-12 | 2024-08-06 | 日本電気株式会社 | 検証システム、検証方法および検証プログラム |
JP7633521B2 (ja) | 2021-07-08 | 2025-02-20 | 富士通株式会社 | プログラム、推論方法および情報処理装置 |
CN114818550B (zh) * | 2022-06-30 | 2022-09-13 | 中国飞机强度研究所 | 一种飞机振动试验中时变气动载荷地面等效模拟方法 |
JP7670020B2 (ja) | 2022-10-28 | 2025-04-30 | トヨタ自動車株式会社 | 制御装置 |
EP4528597A1 (en) * | 2023-09-22 | 2025-03-26 | Robert Bosch GmbH | Device and method for training a reinforcement learning system |
CN117952034B (zh) * | 2024-01-30 | 2024-12-24 | 中国汽车工程研究院股份有限公司 | 一种高效稳健的仿真管理平台 |
CN119938231B (zh) * | 2025-04-07 | 2025-07-25 | 之江实验室 | 仿真方法、装置、电子设备及可读存储介质 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050049838A1 (en) * | 2001-12-31 | 2005-03-03 | George Danko | Multiphase physical transport modeling method and modeling system |
US7284984B1 (en) * | 2003-04-09 | 2007-10-23 | Microsoft Corporation | Automatic longitudinal pitch trim in aircraft combat simulation |
US20080228744A1 (en) * | 2007-03-12 | 2008-09-18 | Desbiens Jocelyn | Method and a system for automatic evaluation of digital files |
US7991593B2 (en) * | 2003-09-12 | 2011-08-02 | Volvo Aero Corporation | Optimisation of sequential combinatorial process |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4639784B2 (ja) | 2004-12-06 | 2011-02-23 | ソニー株式会社 | 学習装置および学習方法、並びにプログラム |
CA2639775A1 (en) * | 2007-09-24 | 2009-03-24 | Solido Design Automation Inc. | Model-building optimization |
US8594814B2 (en) * | 2008-06-20 | 2013-11-26 | Invensys Systems, Inc. | Systems and methods for immersive interaction with actual and/or simulated facilities for process, environmental and industrial control |
JP2010076536A (ja) * | 2008-09-25 | 2010-04-08 | Toyota Motor Corp | 電子制御ユニット、インテリジェントセンサ、車両用制御システム、信号サンプリング方法 |
US9043189B2 (en) * | 2009-07-29 | 2015-05-26 | ExxonMobil Upstream Research—Law Department | Space-time surrogate models of subterranean regions |
AU2011283192B2 (en) | 2010-07-29 | 2014-07-17 | Exxonmobil Upstream Research Company | Methods and systems for machine-learning based simulation of flow |
CN102420839A (zh) * | 2010-09-27 | 2012-04-18 | 中国电信股份有限公司 | 一种3d模型的浏览实现方法、系统和服务器 |
US20120162225A1 (en) * | 2010-12-23 | 2012-06-28 | Google Inc. | View dependent techniques to determine user interest in a feature in a 3d application |
-
2014
- 2014-12-18 US US14/574,843 patent/US20160179992A1/en not_active Abandoned
-
2015
- 2015-12-09 CA CA2914801A patent/CA2914801A1/en not_active Abandoned
- 2015-12-16 JP JP2015245380A patent/JP7133894B2/ja active Active
- 2015-12-17 CN CN201510953733.1A patent/CN105843978B/zh active Active
- 2015-12-17 KR KR1020150181245A patent/KR20160074427A/ko not_active Withdrawn
- 2015-12-18 EP EP15201084.9A patent/EP3035219A1/en not_active Ceased
-
2021
- 2021-02-08 JP JP2021018447A patent/JP2021073623A/ja active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050049838A1 (en) * | 2001-12-31 | 2005-03-03 | George Danko | Multiphase physical transport modeling method and modeling system |
US7284984B1 (en) * | 2003-04-09 | 2007-10-23 | Microsoft Corporation | Automatic longitudinal pitch trim in aircraft combat simulation |
US7991593B2 (en) * | 2003-09-12 | 2011-08-02 | Volvo Aero Corporation | Optimisation of sequential combinatorial process |
US20080228744A1 (en) * | 2007-03-12 | 2008-09-18 | Desbiens Jocelyn | Method and a system for automatic evaluation of digital files |
Non-Patent Citations (3)
Title |
---|
Alex Van der Velden, Patrick Koch, Srikanth Devanathan, Jeff Hann, Dave Naehring, David Fox. Probabilistic Certificate of Correctness for Cyber Physical Systems. Proceedings of the ASME 2012 International Design Engineering Technical Conferences & Computers and Information in Engineering Conference IDETC/CIE 2012 August 12-15, 2012, Chicago, IL, US * |
Deshmukh AP, Allison JT. Design of Nonlinear Dynamic Systems Using Surrogate Models of Derivative Functions. ASME. International Design Engineering Technical Conferences and Computers and Information in Engineering Conference, Volume 3B: 39th Design Automation Conference():V03BT03A011. doi:10.1115/DETC2013-12262. * |
T. Blochwitz, M. Otter, M. Arnold, C. Bausch, C. Clauß, H. Elmqvist, A. Junghanns,J. Mauss, M. Monteiro, T. Neidhold, D. Neumerkel, H. Olsson, J.-V. Peetz, S. Wolf. The Functional Mockup Interface for Tool independent Exchange of Simulation Models. Proceedings of the 8th Modelica Conference, Dresden, Germany, March 20-22, 2011. * |
Cited By (22)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11893312B2 (en) | 2015-02-25 | 2024-02-06 | Ptc Inc. | Multi-directional editing within a multi-user cloud parametric feature-based 3D CAD system |
US11100256B2 (en) * | 2015-02-25 | 2021-08-24 | Ptc Inc. | Multi-user cloud parametric feature-based 3D CAD system with predictive drag |
US11087032B2 (en) * | 2015-02-25 | 2021-08-10 | Ptc Inc. | Multi-user cloud parametric feature-based 3D CAD system with bi-directional editing |
US10102316B2 (en) | 2015-12-15 | 2018-10-16 | Dassault Systemes Simulia Corp. | Virtual reality authoring method |
US10628537B2 (en) | 2016-04-12 | 2020-04-21 | Dassault Systemes Simulia Corp. | Simulation augmented reality system for emergent behavior |
US10769325B2 (en) | 2016-04-12 | 2020-09-08 | Dassault Systemes Simulia Corp. | Simulation augmented reality system for emergent behavior |
US20210033748A1 (en) * | 2016-06-13 | 2021-02-04 | Schlumberger Technology Corporation | Runtime Parameter Selection in Simulations |
US11775858B2 (en) * | 2016-06-13 | 2023-10-03 | Schlumberger Technology Corporation | Runtime parameter selection in simulations |
US11068628B2 (en) | 2016-06-29 | 2021-07-20 | International Business Machines Corporation | Hybrid modeling for a device under test associated with a two-phase cooling system |
US10423735B2 (en) * | 2016-06-29 | 2019-09-24 | International Business Machines Corporation | Hybrid modeling for a device under test associated with a two-phase cooling system |
CN106354924A (zh) * | 2016-08-29 | 2017-01-25 | 中冶赛迪工程技术股份有限公司 | 基于fmi的装备协同仿真系统及其构建方法 |
US10592636B2 (en) * | 2017-03-17 | 2020-03-17 | General Electric Company | Methods and systems for flight data based parameter tuning and deployment |
US20180349322A1 (en) * | 2017-06-06 | 2018-12-06 | Ge Aviation Systems, Llc | Generating models for real time embedded systems that approximate non-embedded models while reducing complexity associated with the non-embedded models |
US11436800B2 (en) | 2018-11-08 | 2022-09-06 | Immersive Visualization, Inc. | Interactive system and method providing real-time virtual reality visualization of simulation data |
US11182515B2 (en) * | 2018-11-16 | 2021-11-23 | Doosan Heavy Industries & Construction Co., Ltd. | Apparatus for diagnosing analysis and method therefor |
US11461518B2 (en) * | 2018-12-21 | 2022-10-04 | Dassault Systemes | Multi-instanced simulations for large environments |
US20220277118A1 (en) * | 2019-08-09 | 2022-09-01 | University Of Leeds | Multi-Component Simulation Method and System |
CN111625905A (zh) * | 2020-05-29 | 2020-09-04 | 中国航空工业集团公司西安飞机设计研究所 | 一种螺旋桨飞机舱内噪声高频仿真方法 |
CN111814341A (zh) * | 2020-07-16 | 2020-10-23 | 西北工业大学 | 基于pod降阶法进行壁板非线性颤振分析的方法 |
CN114510817A (zh) * | 2021-12-27 | 2022-05-17 | 中国航天空气动力技术研究院 | 一种用于无人机滑翔路径规划的风场感知算法 |
US20230214197A1 (en) * | 2022-01-04 | 2023-07-06 | Palo Alto Research Center Incorporated | Search based approach for generating controller models |
US11977868B2 (en) * | 2022-01-04 | 2024-05-07 | Xerox Corporation | Search based approach for generating controller models |
Also Published As
Publication number | Publication date |
---|---|
CN105843978B (zh) | 2021-09-24 |
JP2016146169A (ja) | 2016-08-12 |
CA2914801A1 (en) | 2016-06-18 |
KR20160074427A (ko) | 2016-06-28 |
EP3035219A1 (en) | 2016-06-22 |
JP2021073623A (ja) | 2021-05-13 |
CN105843978A (zh) | 2016-08-10 |
JP7133894B2 (ja) | 2022-09-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20160179992A1 (en) | Interactive 3D Experiences on the Basis of Data | |
Belbute-Peres et al. | Combining differentiable PDE solvers and graph neural networks for fluid flow prediction | |
CN107066647B (zh) | 虚拟现实创建方法 | |
JP2016146169A5 (enrdf_load_stackoverflow) | ||
US10146903B2 (en) | High fidelity and high efficiency method for sonic boom predictions in supersonic flights | |
KR101738825B1 (ko) | 비연속적으로 확률 뉴런을 가지는 딥러닝 모델 및 지식 전파에 기반한 학습 방법 및 그 시스템 | |
CN107016154A (zh) | 在物理坐标中有效地求解具有模态阻尼的情况下的结构动力学问题 | |
CA2895895A1 (en) | System and method of recovering lagrange multipliers in modal dynamic analysis | |
KR20230065343A (ko) | 메쉬 표현 및 그래프 신경망을 사용한 물리적 환경 시뮬레이션 | |
JP6538338B2 (ja) | Cadベースの初期表面形状補正 | |
KR101214903B1 (ko) | 입자간의 상호 작용을 이용한 유체 시뮬레이션 시스템 및 방법 | |
US20210319312A1 (en) | Deep learning acceleration of physics-based modeling | |
Chen et al. | Recursive identification for MIMO Hammerstein systems | |
EP3258403B1 (en) | Optimal pressure-projection method for incompressible transient and steady-state navier-stokes equations | |
EP4571589A2 (en) | Sparsity masking methods for neural network training | |
US8676551B1 (en) | Multi-solver simulation of dynamic systems in a modeling environment | |
Wang et al. | Behavior modeling of cyber-physical system based on discrete hybrid automata | |
CN104361633A (zh) | 一种数据相关且具有物理意义的物体变形序列的还原方法 | |
Van der Velden | High-fidelity simulation surrogate models for systems engineering | |
US20140303946A1 (en) | Analysis device and simulation method | |
Shahmohammadimehrjardi et al. | PID Control Using Quantized State Systems in RT-DEVS Frameworks. | |
CN104756115A (zh) | 用于模拟一组元件的方法 | |
US8855982B2 (en) | Analysis device and simulation method | |
KR101538141B1 (ko) | 기체 밀도의 보정을 수행하는 유체 시뮬레이션 장치 및 방법 | |
US12229683B2 (en) | Systems and methods for building dynamic reduced order physical models |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: DASSAULT SYSTEMES SIMULIA CORP., RHODE ISLAND Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:VAN DER VELDEN, ALEXANDER JACOBUS MARIA;REEL/FRAME:034672/0804 Effective date: 20141217 |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |
|
AS | Assignment |
Owner name: DASSAULT SYSTEMES AMERICAS CORP., MASSACHUSETTS Free format text: MERGER;ASSIGNOR:DASSAULT SYSTEMES SIMULIA CORP.;REEL/FRAME:066383/0536 Effective date: 20240101 |