(edit: Answer has been updated to include four missed combinations and the fact that permutations are not considered unique if their spelling matches that of another permutation.)
12345678901 (11 letters in ENGINEERING)
C.C.C.C.C.C (alternating sequence, bounded on both sides by C)
.C.C.C.C.CC (start single consecutive C pair, one end bounded by C)
.C.C.C.CC.C
.C.C.CC.C.C
.C.CC.C.C.C
.CC.C.C.C.C
CC.C.C.C.C.
C.CC.C.C.C.
C.C.CC.C.C.
C.C.C.CC.C.
C.C.C.C.CC. (count: 10)
.CC.CC.C.C. (start double consecutive C pair)
.CC.C.CC.C.
.CC.C.C.CC.
.C.CC.CC.C.
.C.CC.C.CC.
.C.C.CC.CC. (count: 6)
.CCC.C.C.C. (start triple C string)
.C.CCC.C.C.
.C.C.CCC.C.
.C.C.C.CCC. (count: 4)
In all of these formats, there are 6!/(3!2!) ways to order the C's (i.e. consonants) and 5!/(3!2!) ways to order the .'s (i.e. vowels,) so there should be (21)(6!/3!2!)(5!/3!2!), or 12,600, permutations in which there are no adjacent vowels.