Skip to content

Commit

Permalink
final touch :)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCornejo committed Jan 7, 2025
1 parent c132da5 commit 0af5eab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ConstitutiveLaw::Pointer SerialParallelRuleOfMixturesLaw<TDim>::Create(Kratos::P
}

Vector parallel_directions = NewParameters["parallel_behaviour_directions"].GetVector();
KRATOS_ERROR_IF_NOT(parallel_directions.size() == VoigtSize) << "The parallel_behaviour_directions vector is not consistent with the VoigtSize of the Serial Parallel Rule of Mixtures CL..." << std::endl;
return Kratos::make_shared<SerialParallelRuleOfMixturesLaw<TDim>>(fiber_volumetric_participation, parallel_directions);
}

Expand Down

0 comments on commit 0af5eab

Please sign in to comment.