C# Класс SharpFE.Materials.MaterialMatrixBuilder

Показать файл Открыть проект

Открытые методы

Метод Описание
MaterialMatrixBuilder ( IMaterial mat ) : System
PlaneStrainMatrix ( IList supportedStrains ) : KeyedSquareMatrix
PlaneStressMatrix ( IList supportedStrains ) : KeyedSquareMatrix

Защищенные методы

Метод Описание
CreateMaterialMatrix ( IList supportedStrains, double lameConstantLambda, double lameConstantMu ) : KeyedSquareMatrix
CreateMaterialMatrix ( double lameConstantLambda, double lameConstantMu ) : KeyedSquareMatrix

Описание методов

CreateMaterialMatrix() защищенный Метод

protected CreateMaterialMatrix ( IList supportedStrains, double lameConstantLambda, double lameConstantMu ) : KeyedSquareMatrix
supportedStrains IList
lameConstantLambda double
lameConstantMu double
Результат KeyedSquareMatrix

CreateMaterialMatrix() защищенный Метод

protected CreateMaterialMatrix ( double lameConstantLambda, double lameConstantMu ) : KeyedSquareMatrix
lameConstantLambda double
lameConstantMu double
Результат KeyedSquareMatrix

MaterialMatrixBuilder() публичный Метод

public MaterialMatrixBuilder ( IMaterial mat ) : System
mat IMaterial
Результат System

PlaneStrainMatrix() публичный Метод

public PlaneStrainMatrix ( IList supportedStrains ) : KeyedSquareMatrix
supportedStrains IList
Результат KeyedSquareMatrix

PlaneStressMatrix() публичный Метод

public PlaneStressMatrix ( IList supportedStrains ) : KeyedSquareMatrix
supportedStrains IList
Результат KeyedSquareMatrix