Skip to content

Commit

Permalink
Merge pull request #21 from byuflowlab/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
EdoAlvarezR authored Mar 23, 2023
2 parents 15aa47a + c14af56 commit a7bda73
Show file tree
Hide file tree
Showing 6 changed files with 318 additions and 240 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ CCBlade = "e1828068-15df-11e9-03e4-ef195ea46fa4"

[compat]
GeometricTools = "2.1.1"
AirfoilPrep = "2.1.1"
AirfoilPrep = "2.1.2"
CCBlade = "0.1.0"
3 changes: 3 additions & 0 deletions src/FLOWVLM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,16 @@ const FIELDS = Dict(
"CM_M" => [["Mtot"], "vector"], #
"CM_N" => [["Mtot"], "vector"], #
################## EXTRA FIELDS ####################
"mu" => [[], "scalar"], # Dipole strength of dragging line
"Vind" => [[], "vector"], # Any induced velocity field
"Vvpm" => [[], "vector"], # Velocity induced by VPM
"Vvpm_ApA" => [[], "vector"], # Velocity induced by VPM
"Vvpm_AB" => [[], "vector"], # Velocity induced by VPM
"Vvpm_BBp" => [[], "vector"], # Velocity induced by VPM
"Vkin" => [[], "vector"], # Kinematic velocity
"ftot" => [[], "vector"], # Aerodynamic force (D+L+S) per unit span
"default-vector" => [[], "vector"], # Place holder for a vector field
"default-scalar" => [[], "scalar"], # Place holder for a scalar field
)


Expand Down
Loading

0 comments on commit a7bda73

Please sign in to comment.