bridgesolutions.Creep
1.0.2
dotnet add package bridgesolutions.Creep --version 1.0.2
NuGet\Install-Package bridgesolutions.Creep -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="bridgesolutions.Creep" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="bridgesolutions.Creep" Version="1.0.2" />
<PackageReference Include="bridgesolutions.Creep" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add bridgesolutions.Creep --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: bridgesolutions.Creep, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package bridgesolutions.Creep@1.0.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=bridgesolutions.Creep&version=1.0.2
#tool nuget:?package=bridgesolutions.Creep&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Creep
Purpose
Evaluation of creep strain according EN 1992-1-1
Inputs
Basic inputs for calculation
- Title
- Concrete
- Environment
- Shape
- Time range T0,T [days]
Title
Short description of section data.
Concrete
Only limited range is available.
| Enum | Class |
|---|---|
| C25 | C25/30 |
| C30 | C30/37 |
| C35 | C35/45 |
| C40 | C40/50 |
| C45 | C45/55 |
| C50 | C50/60 |
Environment
Two kinds of humidity supported.
| Enum | Humidity [%] |
|---|---|
| In | 50 |
| Out | 80 |
Shape
Shape factor h0 = 2A/u.
| Input | Units | Limits |
|---|---|---|
| Area | [m2] | Positive, nonzero |
| Circumference | [m] | Positive, nonzero |
Time range
| Enum | Humidity [%] |
|---|---|
| Ts | End of curing [2;36500 days] |
| Out | Time of evaluation [2;36500 days] |
XML input file
<?xml version="1.0" encoding="utf-8" ?>
<Creep>
<Section Title="Calc1" Concrete="C30/37" Environment="in" Area="0.1" Circumference="1.4">
<Time T0="3" T="28.0" />
<Time T0="3" T="60.0" />
<Time T0="3" T="180" />
<Time T0="3" T="365" />
<Time T0="3" T="36500" />
</Section>
<Section Title="Calc2" Concrete="C35/45" Environment="out" Area="0.1" Circumference="1.4">
<Time T0="3" T="28.0" />
<Time T0="3" T="60.0" />
<Time T0="3" T="180" />
<Time T0="3" T="365" />
<Time T0="3" T="36500" />
</Section>
</Creep>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Time reange changed.