Skip to content

Commit 88ff32c

Browse files
akeesteMShabara
andauthored
Refactor badBemioFix_fcn (WEC-Sim#1489)
* make logic easier to read * major badBemiofix_fcn refactor * rename BEM cleaning function * old and new functions basically identical, bugs not withstanding * fix a couple bugs, improve robustness * minor function formatting * back to skipping scattering and FK coefficients * add citation * add comment on despike.filter variables * doc fix to resolve WEC-Sim#1487 * minor change --------- Co-authored-by: MShabara <mshabara@nrel.gov>
1 parent a18a614 commit 88ff32c

4 files changed

Lines changed: 244 additions & 514 deletions

File tree

docs/theory/theory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ equations. In general, a linear system is desired such that:
279279
\dot{X}_{r} \left( t \right) =
280280
\mathbf{A_{r}} X_{r} \left( t \right) +
281281
\mathbf{B_{r}} \mathbf{u} (t);~~X_{r}\left( 0 \right) = 0~~ \nonumber \\
282-
\int_{0}^{t} \mathbf{K_{r}} \left( t- \tau \right) d\tau \approx
282+
\int_{0}^{t} \mathbf{K_{r}} \left( t- \tau \right) \dot{X} \left( \tau \right) d\tau \approx
283283
\mathbf{C_{r}} X_{r} \left( t \right) +
284284
\mathbf{D_{r}} \mathbf{u} \left( t \right)~~
285285

0 commit comments

Comments
 (0)