@TW_9638511 wrote:
Since there are 2 unkowns (Fo(v) and Fc(v)) and two equations, I want to obtain the Fo(v) and Fc(v) formulae since that should be possible.
1) You have more than two unknowns because F.Cin, P and F.Oin had not been assigned any value
2) A solve block can only solve for variables, not for functions and you must solve for all unknowns, not just for the one of them which is of interest!
In the example below I assumed that you forgot to assign values for F.Cin, P and F.Oin and I assigned arbitrary values, exchanged the function you are looking for for simple variables (deleting the "(v)" after them), solved for both of them and then turned the solve block into a function depending on v. You can see how you can extract the single functions afterwards.

EDIT: Just noticed that Fred suggested a similar approach. had not seen his answer when I started my reply.
In case it was not a mistake that you did not assign values to F.Cin, P and F.Oin, you must make the function(s) dependent on those variables as well. The it looks more complicated and ugly but may have the advantage that you could compare the effect of changing those values - also in a single plot (like the one to the right).

Remark: Luc showed how to solve your system symbolically and he also showed that there is more than one solution. A numeric solve block as in my approach will only give you one solution and it depends on the guess values (I had chosen 1 for both variables) at which solution you will finally arrive at - so chose the guesses appropriately.
Worksheet in format Prime 6 attached