Skip to content

Commit

Permalink
Update README.md (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
aserani authored Jan 29, 2024
1 parent 7caa883 commit cc565c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions benchmarks/l2-sea-optimization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ forward | l2-sea
### forward
Mapping | Dimensions | Description
---|---|---
input | [16] | The first input is the Froude number (fixed to 0.28); the second is the draft (fixed to -6.16); the other 14 are the $x$ design variables for the shape modification with $-1\leq x_i \leq 1$ (with parent hull has $x_i = 0$) for $i=1,\dots,14$\\.
input | [14] | The 14 inputs are the $x$ design variables for the shape modification with $-1\leq x_i \leq 1$ (with parent hull has $x_i = 0$) for $i=1,\dots,14$\\.
output | [5] | The first output is the model scale total resistance ($R_\mathrm{T}$) in Newton, whereas the other four are geometrical constraints (negative to be satisfied), related to the beam, draft, and sonar dome dimensions.

Feature | Supported
Expand All @@ -37,8 +37,6 @@ ApplyHessian | False
Config | Type | Default | Description
---|---|---|---
fidelity | integer | 1 | Fidelity level for the total resistance evaluation associated to the numerical grid discretization. Fidelity goes from 1 to 7, where 1 is highest-fidelity level (finest grid) and 7 is the lowest-fidelity level (coarsest grid).
sinkoff | character | 'y' | Enabling hydrodynamics coupling with the rigid-body equation of motions for the ship sinkage. 'n' enables, 'y' disables.
trimoff | character | 'y' | Enabling hydrodynamics coupling with the rigid-body equation of motions for the ship trim. 'n' enables, 'y' disables.

## Mount directories
Mount directory | Purpose
Expand Down

0 comments on commit cc565c4

Please sign in to comment.