A program to recognize and reward our most engaged community members
Hi all experts,
Can you show me how to use RSS calculation in HG? (Ex: to calculate the overall acceleration of node)
Thanks.
Hi Nancy,
It seems HG doesn't have a RSS function. However you can use RMS and numpts(number of points) functions to calculate RSS.
The below is an example:
RMS(p1w1c1.y)*sqrt(numpts(p1w1c1.y))
Xiaolei