Hi Peter,
I'm walking through the same process you are, starting with just the basic wing geometry. A couple things: The default wing is a symmetric airfoil (0010), so it won't generate a ton of lift at low alphas. I changed it to a NACA 2214 by changing the T/C and camber. Also, you will need to refine the U and W divisions to get a decent mesh density. Check out Brandon's slide deck for that
here.
When I run this, I now get a decent spanwise distribution in the Results Manager at Alpha = 5 deg:
And a decent pressure distribution:
Since I'm just assuming this plane is in ft (18 ft span), I need to tell the Structures section that:
This should convert the included material properties to the appropriate units. If you input your own material property, you will need to tell it what the units are and it will convert them to the output unit system. Default shell is 6061-T6 alu, which is fine for this example (I think skins are usually 2000 series or 7075 though?).
Next we need to set a reasonable dimension for the skin thickness for the DefaultShell Property that's currently being used by the skin. I set it to 0.063 inches thick (an available thickness on Aircraft Spruce), which it converts to meters.
Depending on the thickness you set for the wing, I'd recommend at least putting in a spar with some reasonable spar caps. If the deformations are too large Calculix might be failing the analysis due to large deformation? Not sure if it even lets you know that or not. I changed DefaultBeam to be a rectangle cross section 3in by 0.25 in. I added a spar and then made sure to create beam elements.
I then add BC's at the centerline saying to fix tx,ty,tz (1,2,3) for any node with y values between -0.001 and 0.001.
Check the mesh by intersecting and meshing it. You can see the beam elements as the blue lines:
Then check the internal spar mesh by turning off the skin:
Not great but at least good enough for a demo.
I export the mesh in Aero Structures (or Structures) and then visualize it in CGX:
Note that in Calculix, you can't see the expanded 3D shape of the beam elements until you run a solution.
I now need to calculate dynamic pressure in SI units for the wing. Let's say 45 m/s, 1.225 kg/m^3 (sea level). q = ~1240 Pa
I apply those loads and wait for a while for it to interpolate the VSPAero mesh onto the Calculix mesh.
I've got the loads, and am now comparing them to the original CPs. It's a bit tricky because the scales are different in each program (yellow is 0 in VSPAero and green is 0 in CCX). Not sure if they are exactly right, but will proceed to see if we get legit deformations.
Note, at this point the beams failed because my names were too long. Went back and changed the component name in Structures to wing and the parts to S and P from Skin and Spar). Then it stopped loading pressures. Took me a while to remember that it only loads pressures to "Skin" part. Whoops!
Now I've got the pressures loaded (so it looks like the above plot) I ran CCX. Had to do some work to remove spaces from the filepath because it didn't like that, but was able to get it to run.
When I ran it with the baseline mesh settings on the base wing, I got some negative jacobian errors on the mesh. (Can also do view bad elements in CCX). I switched the "convert to quads" off just to push through, but you'd need to assess what elements are failing and adjust mesh settings until you get no bad elements.
....okay, I started this effort this morning but have been running into hiccups throughout the day as I work on it sporatically. I'll have to continue later. Suffice to say, had some spurious elements that I had to make go away by changing the location of my spar so the mesher didn't create erroneous elements. (Rob, I think this is part of the centerline/junction issue with the bounding box).
Will add more later.