Mass Properties Computation for Nonhomogeneous Objects

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing design systems struggle to accurately compute mass properties such as mass, center of mass, and moments of inertia for objects with nonhomogeneous material density distributions, which is crucial for additive manufacturing and other advanced manufacturing processes.

Innovation Solution

The method involves tessellating the object's surface into triangles, constructing tetrahedrons with a reference point, determining material density at each vertex, and recursively splitting tetrahedrons to compute and aggregate mass properties using closed-form expressions for linearly varying density, ensuring computational efficiency and accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If the object is divided into many small tetrahedrons to improve computation accuracy, then the measurement precision of mass properties improves, but the device complexity and computation time increase

Engineering Contradiction:
Improvecomputation accuracy of mass propertiesVSAvoidcomplexity of tessellation and aggregation system
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The object is divided into multiple tetrahedrons through surface tessellation into triangles and constructing tetrahedrons with a reference point. Each tetrahedron's mass properties are computed independently using closed-form expressions, then aggregated to obtain the total mass properties of the object. This segmentation enables accurate handling of nonhomogeneous density distributions while maintaining computational tractability.

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If tetrahedrons are recursively split to reduce approximation errors, then the measurement precision improves, but the productivity and computation speed decrease

Engineering Contradiction:
Improveaccuracy of mass properties computationVSAvoidcomputation speed of mass properties
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The system dynamically adjusts the level of tetrahedron subdivision based on local density variation criteria. Tetrahedrons are recursively split only when necessary (when density variation exceeds a threshold), rather than uniformly subdividing all tetrahedrons. This adaptive approach maintains high accuracy in regions with significant density changes while preserving computational efficiency in homogeneous regions.

Inventive Principle:
Principle #15Dynamics

3Productivity

If closed-form expressions are used for linearly varying density to improve computation efficiency, then the productivity improves, but the measurement precision may be compromised for non-linear density distributions

Engineering Contradiction:
Improvecomputation efficiency of mass propertiesVSAvoidaccuracy for non-linear density distributions
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The object is segmented into sufficiently small tetrahedrons such that the density variation within each tetrahedron can be approximated as linear. This segmentation transforms the non-linear density problem into a series of linear approximation problems that can be solved using closed-form expressions, achieving both computational efficiency and acceptable accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs partial linearization by applying closed-form expressions only to small enough tetrahedrons where linear approximation is valid. For larger tetrahedrons with significant non-linear density variations, recursive subdivision is performed until the linear approximation criterion is met, ensuring accuracy is not compromised.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS10783708B2Systems and methods for determining mass properties of a modeled object
Publication Date: 2020.09.22 SIEMENS INDUSTRY SOFTWARE INC
  • US10783708B2 patent drawing
  • US10783708B2 patent drawing
  • US10783708B2 patent drawing

AI summary

Methods for product design and corresponding systems and computer-readable mediums. A method includes receiving a modeled object having a surface and a non-homogeneous density distribution. The method includes tessellating the surface of the object into a set of triangles defined by triangle vertices. The method includes selecting a reference point for the object. The method includes, for each triangle in the tessellation, constructing a tetrahedron, the tetrahedron defined by tetrahedron vertices that include the vertices of the corresponding triangle and the reference point, determining a material density at each of the tetrahedron vertices, and computing mass properties for the tetrahedron using the material density at each of the tetrahedron vertices. The method includes aggregating the mass properties of the tetrahedrons. The method includes storing the aggregated mass properties of the tetrahedrons as the mass properties of the object.