Interface ISlabSequentialLoadingResults

Represents results of a Slab Sequential Loading Analysis

Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting.dll
Syntax
public interface ISlabSequentialLoadingResults

Methods

Name Description
GetAgeAdjustedTensileStrengthsAsync(IEnumerable<Guid>?, CancellationToken)

Returns age adjusted tensile strengths of slab items

GetAppliedMomentsAsync(Guid, IEnumerable<int>?, CancellationToken)

Returns applied moments for an event ID

GetCompositeModuliAsync(IEnumerable<Guid>?, CancellationToken)

Returns composite moduli of slab items

GetCrackingMomentsAsync(Guid, IEnumerable<int>?, CancellationToken)

Returns cracking moments for an event ID

GetCreepCoefficientsAsync(IEnumerable<Guid>?, CancellationToken)

Gets creep coefficients of slab items

GetDistanceToEffectiveReinforcementAsync(IEnumerable<int>?, CancellationToken)

Returns distance to effective reinforcement of 2D elements

GetEffectiveModuliAsync(IEnumerable<Guid>?, CancellationToken)

Gets effective moduli of slab items

GetEffectiveReinforcementAsync(IEnumerable<int>?, CancellationToken)

Returns effective reinforcement of 2D elements

GetEquivalentLoadFactorsAsync(IEnumerable<Guid>?, CancellationToken)

Returns equivalent load factors of slab items

GetEventsAsync(CancellationToken)

Gets ordered collection of event IDs

GetExtentsOfCrackingAsync(Guid, IEnumerable<int>?, CancellationToken)

Returns extents of cracking for an event ID

GetInstantaneousDeflectionsAsync(Guid, IEnumerable<int>?, CancellationToken)

Returns instantaneous nodal displacements for an event ID

GetPercentagesOfOriginalStiffnessAsync(Guid, IEnumerable<int>?, CancellationToken)

Returns percentages of original stiffness

GetPercentagesOfOriginalStiffnessStaticAsync(IEnumerable<int>?, CancellationToken)

Returns static (not event based) percentages of original stiffness

GetTemperatureAdjustedAgesAsync(CancellationToken)

Returns temperature adjusted ages

GetTotalDeflectionsAsync(Guid, IEnumerable<int>?, CancellationToken)

Returns total nodal displacements for an event ID

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next