Adding initial Project to git
This commit is contained in:
14
BWR.core/Components/Enums/FluidPortType.cs
Normal file
14
BWR.core/Components/Enums/FluidPortType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
// MyBWRSimulator.Core/Components/Enums/FluidPortType.cs
|
||||
/*
|
||||
namespace MyBWRSimulator.Core.Components.Enums
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents the type of a fluid port (e.g., inlet or outlet).
|
||||
/// </summary>
|
||||
public enum FluidPortType
|
||||
{
|
||||
Inlet,
|
||||
Outlet
|
||||
}
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user