Download this file

16 lines (13 with data), 458 Bytes

 
// Include scaling law
AnyFolder Scaling = 
{

    // Include the scaling law selected by the user
    #include "<BM_SCALING_FILE>"

    //Base scaling laws according to the configuration file
    StandardParameters = {
    AnyFolder& Trunk_ModelParameters = ..BodyModel.Trunk.ModelParameters;
    #if BM_LEG_MODEL != OFF
    AnyFolder& Leg_ModelParameters = ..BodyModel.Trunk.SegmentsLumbar.PelvisSeg.Leg_ModelParameters;
    #endif
  };
};