扁豆,这种看似普通的豆类,却蕴含着丰富的营养秘密。它不仅富含蛋白质,还含有多种对人体有益的营养素,是健康饮食中的好选择。本文将带你走进扁豆的世界,了解它的营养价值,并教你如何轻松获取植物蛋白。
扁豆的营养价值
蛋白质
扁豆是植物蛋白的优质来源,每100克扁豆含有约19克蛋白质,几乎与动物蛋白相当。植物蛋白含有丰富的氨基酸,对人体健康至关重要。
纤维
扁豆富含膳食纤维,有助于促进肠道蠕动,预防便秘,降低患肠癌的风险。
矿物质
扁豆含有丰富的钾、铁、镁等矿物质,有助于维持心脏健康,预防贫血,增强免疫力。
维生素
扁豆含有多种维生素,如维生素B1、B2、B3、B6、C等,有助于提高身体免疫力,促进新陈代谢。
如何轻松获取扁豆中的植物蛋白
蒸煮
将扁豆提前浸泡4-6小时,然后放入锅中,加入足够的水,大火煮沸后转小火煮至熟透。煮熟的扁豆可以直接食用,也可以作为炒菜、炖菜的食材。
def cook_dried_beans(dried_beans, water, boil_time, simmer_time):
dried_beans soak = True if dried_beans else False
water_add = water
if soak:
dried_beans soak_time = 4 # hours
water_add = water * 2 # soak in double water
water_boil = water_add * 0.1 # initial water for boiling
water_simmer = water_add - water_boil # water for simmering
beans_ready = True if water_boil > 0 else False
if beans_ready:
print(f"Boil the beans for {boil_time} minutes.")
print(f"Simmer the beans for {simmer_time} minutes.")
else:
print("Beans are not ready to cook.")
# Example usage
cook_dried_beans(dried_beans=True, water=500, boil_time=10, simmer_time=30)
炒制
将扁豆炒至表面微黄,加入调味料,如蒜末、酱油、盐等,即可食用。
def sauté_dried_beans(dried_beans, seasoning, cooking_time):
dried_beans_sauté = True if dried_beans else False
seasoning_used = seasoning
cooking_time_required = cooking_time
if dried_beans_sauté:
print(f"Sauté the beans for {cooking_time_required} minutes.")
print(f"Add {seasoning_used} to the beans.")
else:
print("Beans are not ready to be sautéed.")
# Example usage
sauté_dried_beans(dried_beans=True, seasoning="garlic, soy sauce, salt", cooking_time=10)
炖煮
将扁豆与肉类、蔬菜等一起炖煮,制作成美味的炖菜。
def stew_dried_beans(dried_beans, meat, vegetables, seasoning, cooking_time):
dried_beans_stew = True if dried_beans else False
meat_used = meat
vegetables_used = vegetables
seasoning_used = seasoning
cooking_time_required = cooking_time
if dried_beans_stew:
print(f"Stew the beans with {meat_used} and {vegetables_used} for {cooking_time_required} minutes.")
print(f"Add {seasoning_used} to the stew.")
else:
print("Beans are not ready to be stewed.")
# Example usage
stew_dried_beans(dried_beans=True, meat="chicken", vegetables="carrots, potatoes", seasoning="onions, garlic, thyme", cooking_time=60)
总结
扁豆是一种营养价值丰富的豆类,富含植物蛋白、膳食纤维、矿物质和维生素。通过蒸煮、炒制和炖煮等方式,我们可以轻松获取扁豆中的植物蛋白。将扁豆融入日常饮食,让我们在享受美味的同时,也为身体健康加分。
